aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-10-24Compiler flags and macros added to shader debug reportTibor den Ouden
2014-10-23Update makefiles after merge of Chromium at 9ef958e74e13Android Chromium Automerger
2014-10-23Use a new class name for each window.Geoff Lang
2014-10-22Get rid of use of "static const std::string".Zhenyao Mo
2014-10-22Regenerate public projects.Geoff Lang
2014-10-22Fix initialization sequence translation bug.Zhenyao Mo
2014-10-22Merge third_party/angle from https://chromium.googlesource.com/angle/angle.gi...Android Chromium Automerger
2014-10-22Fix varying interpolation parsing.Jamie Madill
2014-10-22Delete the ShaderImpl on gl::Shader object destruction.Geoff Lang
2014-10-22Change the C runtime from static to dynamic.Geoff Lang
2014-10-22Remove last uses of gl::error in the Buffer classes.Geoff Lang
2014-10-21Always include precision in interm output if it's availableOlli Etuaho
2014-10-21Use windows_sdk_path for the 8.0 SDK path and windows_8_1_sdk_path for 8.1.Geoff Lang
2014-10-21Make ShBuiltInResources comparable with memcmpKimmo Kinnunen
2014-10-21Make commitRegion a base method of TextureD3D.Jamie Madill
2014-10-21Restrict use of TexStorage more in CopyImage.Jamie Madill
2014-10-21Fix missing include of common_defines.gypi.Geoff Lang
2014-10-21Invariant related processing.Zhenyao Mo
2014-10-20Remove getNativeTexture from TextureImpl.Jamie Madill
2014-10-20Remove getSamplerStateWithNativeOffset.Jamie Madill
2014-10-20Move Texture Serials to the base class.Jamie Madill
2014-10-20Use immutable level count in gl::Texture.Jamie Madill
2014-10-20Added IInspectable EGLNativeWindowType and ICoreWindow supportCooper Partin
2014-10-20Defer the creation of Blit9's geometry and return Errors if it fails.Geoff Lang
2014-10-20Use a constant for the number of faces in a cube map.Geoff Lang
2014-10-20Removed declaration of getAttachedShaders() without implementation.Tibor den Ouden
2014-10-20Update the getRenderTarget functions to return gl::Error objects.Geoff Lang
2014-10-20Merge the copyToStorage methods.Jamie Madill
2014-10-20Revert "Added IInspectable EGLNativeWindowType and ICoreWindow support"Jamie Madill
2014-10-20Added IInspectable EGLNativeWindowType and ICoreWindow supportCooper Partin
2014-10-20Fix TextureD3D::setData for depth-stencil textures.Jamie Madill
2014-10-20Fix CopyBufferSubData validation.Jamie Madill
2014-10-20Add c++0x flag to cflags on non-win platforms.Jamie Madill
2014-10-19Update makefiles after merge of Chromium at 89b463ddd92bAndroid Chromium Automerger
2014-10-18Merge third_party/angle from https://chromium.googlesource.com/angle/angle.gi...Android Chromium Automerger
2014-10-17We managed to disable NPOT textures on AMD. Reenable them.Shannon Woods
2014-10-17Revert "Added IInspectable EGLNativeWindowType and ICoreWindow support" due t...Shannon Woods
2014-10-17Added IInspectable EGLNativeWindowType and ICoreWindow supportCooper Partin
2014-10-17Enhance shader debug outputTibor den Ouden
2014-10-16Merge third_party/angle from https://chromium.googlesource.com/angle/angle.gi...Android Chromium Automerger
2014-10-16Use attributes to avoid unrolling and flatten conditionals.Nicolas Capens
2014-10-16Update Renderer11::packPixels to return Error objects.Geoff Lang
2014-10-15Refactor TLS management.Kenneth Russell
2014-10-15Split FenceImpl into FenceNVImpl and FenceSyncImpl, and refactor.Kenneth Russell
2014-10-15Fix compile error on 32-bit builds.Geoff Lang
2014-10-15Updated TextureStorage11 to use Error objects for D3D11 object creation.Geoff Lang
2014-10-15Update the TextureStorage calls to associate textures to use Errors objects.Geoff Lang
2014-10-15Update makefiles after merge of Chromium at 6e9c84566c9fAndroid Chromium Automerger
2014-10-15Added test to ensure ProgramBinary saving and loading works correctlyBrandon Jones
2014-10-15Fix PBO missing unmap in some edge cases.Jamie Madill