summaryrefslogtreecommitdiffstats
path: root/gpu
Commit message (Expand)AuthorAgeFilesLines
* Delete unused member variable.thakis@chromium.org2012-07-281-4/+2
* Add global tracking of GPU memory allocations. Have each ContextGroup push m...ccameron@chromium.org2012-07-2819-55/+180
* Use EXT_robustness where available on GLES2 platforms to detect and respond t...kbr@chromium.org2012-07-271-6/+10
* Re-enabling checkdeps for most of ppapi + nacl.bradnelson@google.com2012-07-271-1/+1
* Coverity: Initialize member variables.jhawkins@chromium.org2012-07-251-2/+5
* Coverity fix: Big parameter passed by valuearthurhsu@chromium.org2012-07-251-3/+1
* Removed dead code in program_manager.ccorenb@chromium.org2012-07-251-4/+0
* Bug fixes for getTranslatedShaderdmurph@chromium.org2012-07-237-17/+59
* Add a shallow command buffer flush that doesn't glFlushbrianderson@chromium.org2012-07-236-2/+27
* gpu in-memory program cache implementation with a memory limit + lru eviction. dmurph@chromium.org2012-07-2331-90/+2200
* GPU: Fix latency testsbacker@chromium.org2012-07-231-0/+5
* Make windowless version of OpenGL ES 2.0 conformance testsgman@chromium.org2012-07-205-10/+112
* On desktop GL, don't disable vertex attribute 0 when restoring state, or noth...kbr@chromium.org2012-07-202-8/+10
* Revert 147328 - Current status of patch:gman@chromium.org2012-07-1933-2156/+95
* This removes low level flushes in the command buffer on texture upload and ev...brianderson@chromium.org2012-07-192-24/+0
* Wire the AMD switchable videcard detectioncpu@chromium.org2012-07-181-0/+1
* Current status of patch:dmurph@chromium.org2012-07-1833-95/+2156
* Fix vendor detection code and add gl_PointCoord workaround for Intel GPUs.kbr@chromium.org2012-07-173-36/+66
* Allow 1xn and 2xn compressed textures.jbauman@chromium.org2012-07-142-26/+18
* Aura: Have ui::Layer implement WebKit::WebExternalTextureLayerClientbacker@chromium.org2012-07-131-5/+0
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-1112-12/+0
* Fix glGetTexParameter so it works for TEXTURE_CUBE_MAPgman@chromium.org2012-07-113-18/+3
* RefCounted types should not have public destructorsrsleevi@chromium.org2012-07-112-30/+38
* re-enable depth texture gl testgman@chromium.org2012-07-101-3/+3
* Enable debugging code for non-official Android builds.newt@chromium.org2012-07-091-0/+5
* Add GL_CHROMIUM_get_error_querygman@chromium.org2012-07-0918-60/+314
* Adding necessary plumbing for bindUniformLocationCHROMIUM extension.alexst@chromium.org2012-07-021-0/+118
* Add workaround ATI/AMD bug with gl_PointCoordgman@chromium.org2012-06-304-0/+159
* Unreviewed pixel wrangling. Temporarily disable DepthTextureTest.RenderTo bec...shawnsingh@chromium.org2012-06-301-1/+3
* Consolidate disable gpu workarounds code.gman@chromium.org2012-06-294-22/+30
* Adds switches for enabling the gpu program cache and setting the size of the ...dmurph@chromium.org2012-06-292-0/+10
* Roll ANGLE 1046:1168. apatrick@chromium.org2012-06-281-1/+0
* Defer descheduling of GPU commands until draw or swapjbates@chromium.org2012-06-289-27/+47
* Change GLES2DecoderImpl::UpdateBackbufferMemoryAccounting so that it is not c...jbates@chromium.org2012-06-281-12/+16
* Revert 144358 - Roll ANGLE 1046:1164.jochen@chromium.org2012-06-271-0/+1
* Roll ANGLE 1046:1164.apatrick@chromium.org2012-06-271-1/+0
* Aura: Fix partial swaps in the UIbacker@chromium.org2012-06-262-20/+10
* Define GL_GLEXT_PROTOTYPESjbauman@chromium.org2012-06-261-0/+3
* Add glBindUniformLocationCHROMIUMgman@chromium.org2012-06-2631-782/+1038
* Reduce the maximum texture size on Mac/AMD to 4096.bsalomon@google.com2012-06-251-1/+8
* Make GL_CHROMIUM_consistent_uniform_locations slighty more robustgman@chromium.org2012-06-2011-23/+129
* Set default GL stategman@chromium.org2012-06-192-0/+150
* Addition of an unpremultiplied-alpha setting for the GL_CHROMIUM_copy_texture...twiz@chromium.org2012-06-199-11/+153
* Revert 142931 - Set default GL statezmo@chromium.org2012-06-192-150/+0
* Set default GL stategman@chromium.org2012-06-192-0/+150
* Add support for GL_CHROMIUM_consistent_uniform_locationsgman@chromium.org2012-06-1921-252/+698
* gpu: add SignalSyncPoint to complement WaitSyncPointpiman@chromium.org2012-06-191-0/+5
* Fix 2 crashers in GLES2Implementation:fischman@chromium.org2012-06-152-3/+9
* Expose video memory usage estimation (textures, renderbuffers, buffers) in co...zmo@chromium.org2012-06-145-0/+25
* Cache shader translators.backer@chromium.org2012-06-137-70/+279