summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/client
Commit message (Expand)AuthorAgeFilesLines
* Fixed tough texture upload benchmark on low end devices.dyen2015-10-192-2/+20
* Added method to wait on fence syncs which do not need to be flushed.dyen2015-10-1413-6/+141
* 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
* gpu: Add CreateGpuMemoryBufferFromHandle to GpuMemoryBufferManager interface.reveman2015-10-091-0/+6
* Added SyncToken command buffer trait to help with IPC messages.dyen2015-10-081-6/+7
* Fixed DCHECK when Transform Feedback Varyings don't cache properly.bajones2015-10-081-1/+1
* Implemented new fence syncs which replaces the old sync points.dyen2015-10-0713-0/+221
* command_buffer: Add support for creating non-WebGL ES 3 contextskkinnunen2015-09-231-0/+1
* Removing GL context rate limiting feature and related wrappersjunov2015-09-228-31/+0
* Disambiguates multiple contexts in the same client.ericrk2015-09-216-5/+21
* Added a unique command buffer ID for command buffers.dyen2015-09-182-0/+9
* Add GL_TRANSFORM_FEEDBACK_BUFFER_MODE to GetProgramiv query.zmo2015-09-143-0/+14
* Add GL_CHROMIUM_screen_space_antialiasing to support alternative AAjin.a.yang2015-09-119-0/+37
* Fixed QueryCounterEXT arguments to CommandBufferHelper.dyen2015-09-022-4/+4
* Fix missing "break" in switch-case statements.zmo2015-09-021-0/+2
* content/gpu: Stop converting Rect to RectF implicitly.danakj2015-08-312-1/+7
* gpu: More image_ycbcr_422 support.dcastagna2015-08-311-0/+1
* Fix two small bugs in transform feedback support.kbr2015-08-311-1/+5
* gpu: Remove async texture uploads.reveman2015-08-2720-720/+23
* gpu: Add memory tracing of GPU transfer buffers.reveman2015-08-2517-10/+238
* Re-land: cc: Use worker context for one-copy tile initialization.reveman2015-08-201-1/+2
* Add glCompressedCopySubTextureCHROMIUMchristiank2015-08-1910-0/+139
* Added suport for integer versions of GetQueryObjectvEXT().dyen2015-08-198-2/+66
* Revert of Re-land: cc: Use worker context for one-copy tile initialization. (...sky2015-08-181-2/+1
* Re-land: cc: Use worker context for one-copy tile initialization.reveman2015-08-181-1/+2
* Implemented GPU Timer Disjoint Value checking on the GLES2 Client.dyen2015-08-1812-1/+179
* Fine tune ReadBuffer() impl in GPU command buffer.zmo2015-08-052-3/+3
* gpu: Add calling convention for win32hendrikw2015-08-052-756/+870
* Revert "Temporarily add a finish counter to be sure finishes are completed."dyen2015-08-053-47/+3
* Unify graphics buffer enums for GpuMemoryBuffer & SurfaceFactoryOzonespang2015-08-041-2/+2
* Set correct errors when transfer buffer creation fails.dyen2015-08-041-0/+1
* Fixed race when gpu process crashes before transfer buffer is created.dyen2015-08-011-0/+1
* Revert various crash checks made to queries while tracking down a bug.dyen2015-08-013-12/+7
* Added some extra safe guards to remove possible errors for queries.dyen2015-07-313-7/+12
* Command Buffer: add getBufferParameteri64vyunchao.he2015-07-3111-0/+95
* Temporarily add a finish counter to be sure finishes are completed.dyen2015-07-303-3/+47
* Free ring buffer shared memoryboliu2015-07-291-0/+2
* Auto-format for generated gpu command buffer files.zmo2015-07-274-1212/+862
* Avoid nesting SingleThreadChecker from Flushboliu2015-07-202-2/+8
* Added support for TimeStamp queries using QueryCounterEXT.dyen2015-07-1614-9/+204
* Rebind EGL context to flush driver cachesericrk2015-07-1511-3/+56
* command_buffer: Implement path rendering functions for CHROMIUM_path_renderingkkinnunen2015-07-1414-0/+977
* Clean up includes in gpu command buffermartina.kollarova2015-07-1013-35/+33
* Revert of revert of time elapsed queries through command buffer.dyen2015-07-0912-53/+144
* Added proper error checking for glBeginQuery for both the client/server.dyen2015-07-082-3/+71
* Mandoline: Make TransferBufferManager RefCountedfsamuel2015-07-064-8/+8
* Revert of Added support for Time Elapsed queries through the command buffer. ...amineer2015-07-0112-134/+53
* Added support for Time Elapsed queries through the command buffer.dyen2015-06-3012-53/+134
* Merged tracking of current queries into query tracker.dyen2015-06-254-56/+80