summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/service/gles2_cmd_decoder.cc
Commit message (Expand)AuthorAgeFilesLines
* Optimize glUniform* API type validation.vmiura@chromium.org2014-03-121-172/+86
* Move init_vertex_attributes workarounds to gpu driver bug list.zmo@chromium.org2014-03-121-1/+3
* WebGL TexParameterf and GetTexParameterf needs to handle float param correctlyzmo@chromium.org2014-03-091-12/+10
* Workaround Linux AMD driver bug where TEXTURE_MAX_ANISOTROPY init value is in...zmo@chromium.org2014-03-051-0/+38
* Roll ANGLE to include the loop unrolling fix.zmo@chromium.org2014-03-011-0/+2
* Fail gracefully on PBO pack buffer failure.jmadill@chromium.org2014-03-011-0/+3
* Fix CopyTextureCHROMIUM for external textures without GLImagesievers@chromium.org2014-02-211-9/+3
* Do not rely on a texture's internalformat matching formatoetuaho@nvidia.com2014-02-201-6/+12
* Fix typos in function names in GL errors in command decoderoetuaho@nvidia.com2014-02-171-12/+12
* gpu: Generate mailboxes on client sidepiman@chromium.org2014-02-151-12/+15
* Implement support for rendering to 32-bit float textures on ES3oetuaho@nvidia.com2014-02-141-18/+8
* Explicitly disable all attribs and reset all attrib divisors before drawing i...bajones@chromium.org2014-02-121-0/+17
* Enable mac driver bug workaround init_varyings_without_static_use.zmo@chromium.org2014-02-121-0/+2
* Reduce cost of glBind* on contexts without bind_generates_resource.vmiura@chromium.org2014-02-121-12/+14
* Stop using HMAC for gpu mailboxespiman@chromium.org2014-02-081-17/+12
* Makes sure command buffer's CopyTextureCHROMIUM doesn't leak uninitialized te...zmo@chromium.org2014-02-071-0/+8
* Add a gpu driver bug workaround to count in all varyings in packing check.zmo@chromium.org2014-02-071-0/+2
* Hookup clear_uniforms_before_first_program_use workaround with implementation.zmo@chromium.org2014-02-061-5/+10
* Android: Always update SurfaceTexture when usedsievers@chromium.org2014-01-291-29/+44
* Don't allow glBindTexImage2D() with GL_TEXTURE_CUBE_MAPsievers@chromium.org2014-01-291-0/+7
* Fix regression with r247334sievers@google.com2014-01-281-18/+22
* [gpu] Remove StreamTexture(Manager) concept from command decodersievers@google.com2014-01-271-145/+25
* gpu: Fix crash in GLES2DecoderImpl::Destroy.reveman@chromium.org2014-01-241-2/+1
* 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