summaryrefslogtreecommitdiffstats
path: root/gpu
Commit message (Expand)AuthorAgeFilesLines
* 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
* hook up new MacVideoDecodeAcceleratorsail@chromium.org2012-06-133-4/+6
* Make TextureManager correctly delete default textures.gman@chromium.org2012-06-134-17/+70
* Fix gles2 conformance testsgman@chromium.org2012-06-123-5/+14
* Revert 141302 - hook up new MacVideoDecodeAcceleratorsail@chromium.org2012-06-083-6/+4
* hook up new MacVideoDecodeAcceleratorsail@chromium.org2012-06-083-4/+6
* Enforce compressed texture restrictionsgman@chromium.org2012-06-0811-638/+1010
* Plum through ANGLE_depth_texturegman@chromium.org2012-06-0821-27/+951
* Preempt renderers by browser UI in GpuScheduler.backer@chromium.org2012-06-063-2/+42
* GPU: Adding sync points for cross-channel synchronizationpiman@chromium.org2012-06-051-0/+11
* Make context groups share a TextureBufferManagergman@chromium.org2012-06-0114-31/+108
* Disable GL_CHROMIUM_gpu_memory_manager extension on webgraphicscontext3d_in_p...mmocny@chromium.org2012-05-302-2/+6
* Put GL-command tracing behind a flag because it's too heavy normally.jbates@chromium.org2012-05-305-2/+22
* Add APK targets for gpu_unittests.nileshagrawal@chromium.org2012-05-301-2/+30
* Separate management of shared memory from CmdBufService to separate classgman@chromium.org2012-05-268-231/+378
* Add more GPU process trace events.apatrick@chromium.org2012-05-262-28/+29