summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/client
Commit message (Expand)AuthorAgeFilesLines
* Add AwGLSurface and use it in WGC3Dboliu@chromium.org2013-08-072-70/+141
* gpu: Add support for multiple GpuMemoryBuffer types.reveman@chromium.org2013-08-0311-189/+36
* GLInProcessContext: support async flushes and dedicated GPU threadsievers@chromium.org2013-08-012-324/+82
* WGC3DCommandBufferImpl: Acquire lock when accessing share group.sievers@chromium.org2013-07-296-61/+9
* gpu: Add GpuMemoryBufferFactory interface.reveman@chromium.org2013-07-283-24/+48
* Revert "Revert 210138 "Perform glReadPixels with PBOs in the gpu, if PBO...""hubbe@chromium.org2013-07-234-13/+11
* Use a direct include of the message_loop header in dbus/, device/, extensions...avi@chromium.org2013-07-175-11/+13
* Minor GLInProcessContext cleanups.sievers@chromium.org2013-07-171-63/+28
* Make some of the non-mutable tables in gpu/command_buffer 'const'.digit@chromium.org2013-07-131-1/+1
* Remove overlapping memcpy in gpu unittestspiman@chromium.org2013-07-131-71/+92
* Fix memory leak in MappedMemoryManager::FreeUnused().earthdok@chromium.org2013-07-122-4/+2
* Add GL_EXT_multisampled_render_to_texture support to command buffer.bsalomon@google.com2013-07-1210-0/+70
* Revert 210138 "Perform glReadPixels with PBOs in the gpu, if PBO..."nick@chromium.org2013-07-124-11/+13
* Fix leakage of IdHandlers from gpu::gles2::ShareGroup::ShareGroup.earthdok@chromium.org2013-07-111-1/+1
* GLInProcessContext must ensure whether CommandBuffer loses context.dongseong.hwang@intel.com2013-07-101-4/+15
* Perform glReadPixels with PBOs in the gpu, if PBOs are available.hubbe@chromium.org2013-07-044-13/+11
* gpu: Fix removal of pending queries.reveman@chromium.org2013-07-034-36/+79
* Revert 209873 "Perform glReadPixels with PBOs in the gpu, if PBO..."dslomov@chromium.org2013-07-034-18/+25
* Perform glReadPixels with PBOs in the gpu, if PBOs are available.hubbe@chromium.org2013-07-034-25/+18
* Revert 209625 "Perform glReadPixels with PBOs in the gpu, if PBO..."dslomov@chromium.org2013-07-024-18/+25
* Perform glReadPixels with PBOs in the gpu, if PBOs are available.hubbe@chromium.org2013-07-024-25/+18
* Fix stream textures + mailboxespiman@chromium.org2013-07-021-1/+1
* Factor out code from WebGraphicsContext3DInProcessImplsievers@chromium.org2013-06-262-0/+715
* The semantics of shallow finish are to block until the GPU process has issued...apatrick@chromium.org2013-06-228-17/+41
* Remove CommandBufferHelper::GetErrorjbauman@chromium.org2013-06-132-7/+0
* In RingBuffer::GetLargestFreeSizeNoWaiting, release until current token.qsr@chromium.org2013-06-112-3/+38
* Rename base/hash_tables to base/containers/hash_tables.brettw@chromium.org2013-06-111-1/+1
* Fix the indentation of a a few GLImage methodskaanb@chromium.org2013-06-111-53/+49
* Revert 205224 "In RingBuffer::GetLargestFreeSizeNoWaiting, relea..."raymes@chromium.org2013-06-102-38/+3
* In RingBuffer::GetLargestFreeSizeNoWaiting, release until current token.qsr@chromium.org2013-06-102-3/+38
* Replace context parenting by sharing through mailboxespiman@chromium.org2013-06-052-14/+0
* gpu: Make getImageParameterivCHROMIUM actually call getImageParameterivCHROMI...kaanb@chromium.org2013-06-051-2/+2
* gpu: Change the comment for GpuMemoryBuffer::GetStride to explain the return ...kaanb@chromium.org2013-06-051-1/+1
* Part 2/3 (GL) of adding with device scale factor to transport surfacesccameron@chromium.org2013-05-2610-16/+22
* Get rid of the relative paths in command_buffer client/commonzmo@chromium.org2013-05-2439-124/+125
* readpixel shared memory fixhubbe@chromium.org2013-05-241-1/+1
* Handle GpuMemoryBuffer allocation failures properly. Currently we only detect...kaanb@chromium.org2013-05-232-1/+9
* Make GpuMemoryBufferFactory a function pointer rather than a callback.kaanb@chromium.org2013-05-214-61/+0
* GPU client side changes for GpuMemoryBuffers:kaanb@chromium.org2013-05-1620-7/+540
* gpu: Smarter caching of results for glGetShaderPrecisionFormatbrianderson@chromium.org2013-05-143-69/+252
* Fix null dereference in GLES2Implementation::IsExtensionAvailable.apatrick@chromium.org2013-05-101-0/+3
* cc: Fix pixel buffer handling in lost context situations.reveman@chromium.org2013-05-043-29/+61
* android_webview: add an IsMapped API to the GpuMemoryBufferkaanb@chromium.org2013-04-302-1/+5
* gpu: Use base::MessageLoop.xhwang@chromium.org2013-04-274-11/+11
* Add GLES2_IMPL_EXPORT to GpuMemoryBufferkaanb@chromium.org2013-04-191-1/+2
* Add a new parameter dest_type to the GL_CHROMIUM_copy_texture extension.jun.a.jiang@intel.com2013-04-1910-16/+17
* Move GpuMemoryBuffer interface from ui/gl to gpu/command_buffer/clientkaanb@chromium.org2013-04-193-7/+61
* Android: Fix up video to work with mailboxes.sievers@chromium.org2013-04-171-2/+2
* Remove final scoped_array references from gpu code.dcheng@chromium.org2013-04-154-9/+9
* Fix flake in FencedWrapperAllocatorTest::TestAlignment.hshi@chromium.org2013-04-131-11/+8