summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/client/gles2_implementation.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* cc: Fix GL_R8 GpuMemoryBuffersccameron2015-11-061-1/+1
* Kills TraceTicks, which was functionally the same as TimeTickscharliea2015-11-051-2/+2
* Revert of Converted video frame and image callbacks to use new sync tokens. (...nhiroki2015-11-051-1/+0
* Converted video frame and image callbacks to use new sync tokens.dyen2015-11-051-0/+1
* Modified old wait sync point functions to also accept new sync tokens.dyen2015-11-031-16/+30
* command_buffer: Support textured path rendering for CHROMIUM_path_renderingkkinnunen2015-11-021-0/+57
* [tracing] Add names to memory-infra dumpers for debuggingprimiano2015-10-301-1/+1
* command_buffer: Support instanced path rendering in gpu command bufferkkinnunen2015-10-281-0/+320
* ui: Rename gfx::BufferUsage enum values and add BufferUsage::GPU_READ.reveman2015-10-261-7/+1
* Added support for sync token signals.dyen2015-10-221-0/+9
* Fixed tough texture upload benchmark on low end devices.dyen2015-10-191-2/+14
* Added method to wait on fence syncs which do not need to be flushed.dyen2015-10-141-0/+31
* Reland: Added SyncToken command buffer trait to help with IPC messagesdyen2015-10-121-11/+11
* Revert of Added SyncToken command buffer trait to help with IPC messages. (pa...jbudorick2015-10-101-7/+6
* Added SyncToken command buffer trait to help with IPC messages.dyen2015-10-081-6/+7