summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/service/gles2_cmd_decoder.cc
Commit message (Expand)AuthorAgeFilesLines
...
* During virtual context switches only restore texture unitskaanb@chromium.org2014-01-161-6/+8
* GPU: Add trace for real SwapBuffers.epenner@chromium.org2014-01-161-3/+0
* Remove some dead code found by scythe.thakis@chromium.org2014-01-161-64/+0
* Support nested tracing in gpu_tracer.vmiura@chromium.org2014-01-151-8/+48
* Remove chromium extensions obsoleted by gpu::Capabilitiesboliu@chromium.org2014-01-111-7/+1
* Add synthetic delay points for latency testingskyostil@chromium.org2014-01-101-0/+5
* Make correct GL context current during gpu_tracer processingvmiura@chromium.org2014-01-101-1/+1
* gpu: Support parallel active queries in command bufferjadahl@opera.com2014-01-081-17/+13
* Implicitly ensure backbuffer creation on drawjamesr@chromium.org2013-12-131-6/+29
* Add GL entry points for DiscardBackbufferCHROMIUMjamesr@chromium.org2013-12-131-0/+12
* Support GL_FLOAT and GL_HALF_FLOAT_OES as glReadPixels types when the gl cont...geofflang@chromium.org2013-12-111-21/+84
* Fix exit process on lost context workaround.jmadill@chromium.org2013-12-071-2/+2
* Introduce gpu::Capabilitiesboliu@chromium.org2013-12-041-0/+37
* Implemented failIfMajorPerformanceCaveat WebGL context creation attribute.bajones@chromium.org2013-11-281-8/+17
* gpu: Allow TEXTURE_RECTANGLE_ARB and other targets to be used with CHROMIUM_t...reveman@chromium.org2013-11-221-16/+2
* gpu: Support ES3 msaa and depth/stencil formatssievers@chromium.org2013-11-151-47/+94
* gpu: Remove set_testing_force_is_anglesievers@chromium.org2013-11-141-24/+18
* Split incompatible MSAA extensions.sievers@chromium.org2013-11-131-36/+103
* [Android] Add workaround to unbind gpu memory buffer only on NVIDIAboliu@chromium.org2013-11-131-0/+4
* Delete gpu/command_buffer/client/atomicops.hthakis@chromium.org2013-11-061-4/+0
* Don't call into driver for unsupported extensions.sievers@chromium.org2013-10-311-0/+8
* Break the dependency of BackTexture on the entire Decoder. Part 2 because a c...kloveless@chromium.org2013-10-241-40/+42
* Re-land: gpu: Add Will/DidUseTexImage to GLImage API.reveman@chromium.org2013-10-221-18/+113
* Revert 229532 "gpu: Add Will/DidUseTexImage to GLImage API."reveman@chromium.org2013-10-211-100/+17
* Revert 229640 "Break the dependency BackTexture had on the entir..."jochen@chromium.org2013-10-191-40/+38
* Break the dependency BackTexture had on the entire Decoder.kloveless@chromium.org2013-10-191-38/+40
* gpu: Add Will/DidUseTexImage to GLImage API.reveman@chromium.org2013-10-191-17/+100
* Remove BindAttribLocationImmediate, BufferSubDataImmediate, CompressedTexSubI...kloveless@chromium.org2013-10-181-31/+0
* Work around broken GL_TEXTURE_BINDING_EXTERNAL_OES querysievers@chromium.org2013-10-171-5/+8
* Apply shader short circuit workaround on MacOSXzmo@chromium.org2013-10-171-0/+2
* Set immediate to false for DestroyImageCHROMIUM (seems to have no effect - bu...kloveless@chromium.org2013-10-111-11/+0
* Removed HandleBufferDataImmediate.kloveless@chromium.org2013-10-101-14/+0
* Break BackRenderbuffer dependency on the decoder.kloveless@chromium.org2013-10-101-14/+26
* Remove GetAttribLocationImmediate and GetUniformLocationImmediate.kloveless@chromium.org2013-10-091-26/+0
* Remove TexSubImage2DImmediate, TexImage2DImmediate, CompressedTexImage2D.kloveless@chromium.org2013-10-091-44/+0
* ScopedRenderBufferBinder no longer depends on the Decoder.kloveless@chromium.org2013-10-091-16/+8
* Move the ScopedGLErrorSuprressor to only take ErrorState.kloveless@chromium.org2013-10-081-31/+38
* Remove TexImage2DImmediate as a first example of removing an immediate functi...kloveless@chromium.org2013-10-081-32/+0
* Move more framebuffer state out of ContextState and into FramebufferState.kloveless@chromium.org2013-10-021-41/+44
* Route GenMailboxCHROMIUM through GpuControlpiman@chromium.org2013-10-011-9/+1
* Allow rendering from non-stream GL_TEXTURE_EXTERNAL_OESsheu@chromium.org2013-09-261-24/+23
* gpu: Upgrade DEPTH_COMPONENT16 to DEPTH_COMPONENT24 if possibleskyostil@chromium.org2013-09-201-11/+14
* Expose real VENDOR/RENDERER strings for WEBGL_debug_renderer_info.zmo@chromium.org2013-09-201-6/+5
* Revert 224117 "gpu: Upgrade DEPTH_COMPONENT16 to DEPTH_COMPONENT..."thakis@chromium.org2013-09-191-14/+11
* gpu: Upgrade DEPTH_COMPONENT16 to DEPTH_COMPONENT24 if possibleskyostil@chromium.org2013-09-191-11/+14
* Moved multisample buffer verification to the command bufferbajones@chromium.org2013-09-131-1/+132
* gpu: Record GL state to traceskyostil@chromium.org2013-09-121-0/+21
* cc: Invalidate appropriate FBO attachment for offscreen renderingskyostil@chromium.org2013-09-111-1/+26
* Roll in ANGLE and turn on gl_Position init workaround.zmo@chromium.org2013-09-091-3/+2
* Add driver bug workaround for SH_INIT_GL_POSITION.zmo@chromium.org2013-09-071-6/+10