summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/tests/gl_manager.cc
Commit message (Expand)AuthorAgeFilesLines
* Added method to wait on fence syncs which do not need to be flushed.dyen2015-10-141-0/+8
* ui: Add GetSize() function to gfx::GpuMemoryBuffer API.reveman2015-10-091-5/+3
* Implemented new fence syncs which replaces the old sync points.dyen2015-10-071-2/+80
* command_buffer: Add support for creating non-WebGL ES 3 contextskkinnunen2015-09-231-11/+9
* Added a unique command buffer ID for command buffers.dyen2015-09-181-0/+8
* Move BufferFormat utility functions to gfx.andresantoso2015-08-281-71/+5
* gpu: Add memory tracing of GPU transfer buffers.reveman2015-08-251-0/+1
* Fix crash caused by concurrent access to framebuffer_combo_complete_map_.tobiasjs2015-08-221-8/+4
* Add UYVY 4:2:2 support to VideoFrame and GpuMemoryBuffer.andresantoso2015-08-211-7/+2
* Rename enum gfx::BufferFormat::RGBX_8888 to BGRX_8888Haixia Shi2015-08-211-2/+2
* Add GenericSharedMemoryId and use w/ GpuMemoryBufferericrk2015-08-171-1/+1
* Add YUV_420_BIPLANAR to gfx::BufferFormat.andresantoso2015-08-121-0/+7
* Move NumberOfPlanesForGpuMemoryBufferFormat to gfxandresantoso2015-08-121-23/+4
* Revert of Move NumberOfPlanesForGpuMemoryBufferFormat to gfx (patchset #4 id:...rockot2015-08-121-4/+23
* Move NumberOfPlanesForGpuMemoryBufferFormat to gfxandresantoso2015-08-121-23/+4
* Unify graphics buffer enums for GpuMemoryBuffer & SurfaceFactoryOzonespang2015-08-041-46/+42
* content: Use the memory-infra graph API for GpuMemoryBufferManager.reveman2015-07-231-0/+4
* Clean up includes in gpu command buffermartina.kollarova2015-07-101-0/+1
* Teach GPU command buffer whether a context is webgl.zmo2015-06-091-1/+3
* DCHECK if shader compilation fails that it's due to context loss.danakj2015-06-091-0/+5
* ui: Add RGBA_4444 GpuMemoryBuffer format.reveman2015-05-231-0/+5
* gpu: Fix some context lost marking glitches+leaks and add UMA statssievers2015-04-281-2/+2
* gpu: Minor GpuMemoryBuffer cleanup.reveman2015-04-141-11/+11
* gl_tests: Use zero size gl surface for offscreen renderingtiago.vignatti2015-04-131-1/+1
* Change GpuMemoryBuffer::GetStride interface from unsigned to signed.dcastagna2015-04-121-1/+1
* gfx namespace cleanup.dcastagna2015-04-111-10/+10
* Add R_8 GPU memory buffers format.dcastagna2015-04-081-0/+4
* We started redesigning GpuMemoryBuffer interface to handle multiple buffers [0].emircan2015-04-081-5/+70
* We redesigned the GpuMemoryBuffer interface to handle multiple buffers. These...emircan2015-03-271-4/+5
* Add support for compressed GPU memory buffers.christiank2015-02-251-0/+8
* Revert of Add support for compressed GPU memory buffers. (patchset #7 id:1200...phoglund2015-02-241-8/+0
* Add support for compressed GPU memory buffers.christiank2015-02-241-0/+8
* Add support for multithreading the GPU command buffer.jbauman2015-02-121-0/+4
* Update GPU memory buffers to use StrideInBytes internally.christiank2015-01-221-4/+5
* Revert of Update GPU memory buffers to use StrideInBytes internally. (patchse...ricow2015-01-161-5/+4
* Update GPU memory buffers to use StrideInBytes internally.christiank2015-01-161-4/+5
* Add optimization for CHROMIUM_subscribe_uniform extension.orglofch2014-12-151-0/+2
* Add mouse input forwarding to gpu serviceorglofch2014-12-031-0/+2
* gpu: Implement shader glClear() blit for broken IMG driverssievers2014-11-181-1/+10
* gpu: remove round trip at context initializationpiman2014-11-121-1/+5
* PepperGL: Enable client side arrays support.penghuang2014-11-031-0/+2
* gpu: Rewrite MailboxSynchronizersievers2014-10-241-2/+2
* Standardize usage of virtual/override/final in gpu/dcheng2014-10-211-7/+7
* gpu: Compositor management of GpuMemoryBuffer instances.reveman2014-10-131-36/+57
* Replacing the OVERRIDE with override and FINAL with final in gpumohan.reddy2014-10-081-5/+5
* gpu: Remove Echo and SwapCompletion GL interfacessievers2014-10-021-4/+0
* Manual fixups in gpu/ for scoped_refptr operator T* removal.dcheng2014-08-301-0/+1
* GPU context creation code duplication cleanupoetuaho@nvidia.com2014-08-131-5/+5
* gpu: Remove Create/DeleteImage IPC by adding an X11_PIXMAP_BUFFER GpuMemoryBu...reveman@chromium.org2014-07-181-24/+80
* Add support for strong future sync points.jbauman@chromium.org2014-07-011-1/+10