summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/client/gles2_implementation.cc
Commit message (Expand)AuthorAgeFilesLines
* Clean up calls to CreateGpuMemoryBufferImageCHROMIUM.erikchen2016-03-251-4/+14
* Use base::AtomicSequenceNumber for the flush id in GLES2Implementationdanakj2016-03-171-4/+4
* Move flush id from WebGraphicsContext3DImpl to GLES2Implementation.danakj2016-03-171-0/+18
* Upgrade Tex{Sub}Image{2|3}D to handle ES3 unpack parameters.zmo2016-03-111-130/+270
* Fix transform feedback bugsqiankun.miao2016-03-111-0/+28
* [WebGL] a bunch of small fixes: unnecessary arguments, typos...yunchao.he2016-03-111-1/+1
* Fix a few issues in Tex function handling.zmo2016-03-111-51/+53
* Handle UNPACK_SKIP_* and PACK_SKIP_* parameters on the client side.zmo2016-03-091-22/+83
* Revert of gpu: Expose internal format R8 instead of RED. (patchset #8 id:1400...dcastagna2016-02-251-1/+1
* gpu: Expose internal format R8 instead of RED.dcastagna2016-02-241-1/+1
* command_buffer: Implement glGetStringi for GL ES 3.0kkinnunen2016-02-191-40/+67
* Introducing gpu::CommandBufferId as a distinct, IdType<...>-based type.lukasza2016-02-161-3/+5
* Further cleanup blink side WebGL validation.zmo2016-02-121-6/+0
* Remove more validation related with fbo completeness and ReadPixels.zmo2016-02-041-6/+8
* Handle glTex{Sub}Image* calls with height==0.zmo2016-02-021-0/+2
* Removed last references to old sync points.dyen2016-01-221-25/+0
* Removed client side support for old sync points.dyen2016-01-201-23/+0
* Delete trace_event.h from gpu/martina.kollarova2016-01-201-1/+1
* Last CL to make ReadPixels ES3 conformant.zmo2016-01-131-1/+2
* Fixed an issue with verifying resource sync tokens.dyen2016-01-121-6/+8
* Implement ReadPixels into client buffer with ES3 pack parameters.zmo2016-01-121-52/+95
* Verify resource provider sync tokens before sending to parent.dyen2016-01-061-12/+20
* Remove ANGLE_pack_reverse_row_order.zmo2015-12-281-30/+2
* Check value parameter of PixelStorei not negativeqiankun.miao2015-12-231-5/+5
* Switch to standard integer types in gpu/.avi2015-12-211-172/+201
* [reland] Update webgl2 conformance expectationszmo2015-12-181-4/+4
* Revert of Command Buffer: read pixels into pixel pack buffer (patchset #9 id:...jmadill2015-12-181-4/+4
* Command Buffer: read pixels into pixel pack bufferyunchao.he2015-12-181-4/+4
* Mac CoreAnimation: Add more CALayer parametersccameron2015-12-181-5/+11
* Added 64 bit number support in the build gles2 command buffer script.dyen2015-12-161-7/+2
* Added VerifySyncTokensCHROMIUM() function to sync_point_CHROMIUM.dyen2015-12-091-0/+33
* Reland "Added an extra sync token field for extra command buffer..."dyen2015-12-091-0/+2
* Revert of Added an extra sync token field for extra command buffer identifica...ajuma2015-12-041-2/+0
* Added an extra sync token field for extra command buffer identification.dyen2015-12-041-0/+2
* command_buffer: Implement EXT_blend_func_extendedkkinnunen2015-12-041-0/+56
* gpu: Add YCbCr 420v extension.dcastagna2015-12-041-0/+1
* Add alpha argument to glResizeCHROMIUMjbauman2015-12-021-5/+7
* Reland of Upgrade PixelStorei to ES3/WebGL2. (patchset #1 id:1 of https://cod...zmo2015-12-021-20/+61
* Revert of Upgrade PixelStorei to ES3/WebGL2. (patchset #7 id:160001 of https:...jmadill2015-12-021-61/+20
* Upgrade PixelStorei to ES3/WebGL2.zmo2015-12-021-20/+61
* gpu: Initial implementation of CommitOverlayPlaneswatk2015-12-011-3/+17
* Add CommitOverlayPlanesCHROMIUM command buffer functionwatk2015-11-301-0/+5
* Cleanup SurfaceVisibility code.sohan.jyoti2015-11-301-7/+0
* SyncPointManager now handles sync point clients with invalid namespaces.dyen2015-11-201-1/+1
* Revert "Revert of Converted simple Sync Point Signals to Sync token Signals.dyen2015-11-171-5/+19
* Revert of Converted simple Sync Point Signals to Sync token Signals. (patchse...kochi2015-11-171-10/+5
* Converted simple Sync Point Signals to Sync token Signals.dyen2015-11-161-5/+10
* Remove CreateStreamTexture from GL interfaces.siva.gunturi2015-11-151-9/+0
* gpu: Add CHROMIUM_schedule_ca_layerccameron2015-11-101-0/+22
* Re-land: Converted video frame and image callbacks to use new sync tokens.dyen2015-11-061-0/+4