summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/client
Commit message (Expand)AuthorAgeFilesLines
* 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
* Temporarily disable FencedAllocator.TestAlignment on windowsmichaeln@google.com2013-04-131-1/+7
* Use base/memory/scoped_ptr.h in gpu client code.dcheng@chromium.org2013-04-126-6/+6
* FencedAllocator should align all allocations to multiples of 16 bytes.hshi@chromium.org2013-04-122-1/+44
* [Android] Fix unit_tests and webview compilations for components build.yfriedman@chromium.org2013-04-121-1/+2
* Move GpuMemoryBufferFactoryProxy to gpu/command_buffer/client as we'll be all...kaanb@chromium.org2013-04-112-0/+50
* Rewrite scoped_array<T> to scoped_ptr<T[]> in gpu/, Linux edition.dcheng@chromium.org2013-04-093-3/+3
* Fix large mis-paint when resizing windows aura chromecpu@chromium.org2013-04-061-1/+1
* In GLES2Implementation, replace calls to Finish/FinishHelper with WaitForCmd.apatrick@chromium.org2013-04-031-6/+6
* Implement client side PBOs for glReadPixelhubbe@chromium.org2013-04-024-29/+142
* gpu: Cache results of GetShaderPrecisionFormat client-sidebrianderson@chromium.org2013-03-244-5/+83
* Implement EXT_draw_buffers WebGL extention support in command buffer.zmo@chromium.org2013-03-1410-0/+72
* Move InsertSyncPoint to GLES2Interfacepiman@chromium.org2013-03-0812-0/+36
* gpu: Add the ability to wait on upload completion.epenner@chromium.org2013-03-059-0/+33
* Revert 185521tommi@chromium.org2013-03-018-8/+11
* Revert 185332tommi@chromium.org2013-03-018-11/+8
* Revert 185518tommi@chromium.org2013-03-018-8/+11
* Revert 185332tommi@chromium.org2013-03-018-11/+8
* Update khronos GLES2/gl2.h headerphajdan.jr@chromium.org2013-02-288-8/+11
* Refactor/Rename a bunch of GPU stuffgman@chromium.org2013-02-278-754/+837
* Make WaitSyncPoint go through command buffers.piman@chromium.org2013-02-2710-0/+43
* Hookup the GPUTrace events.dsinclair@chromium.org2013-02-204-19/+22
* Shrink QueryTracker when freeing everythingpiman@chromium.org2013-02-173-12/+58
* Refactor GPU tracing to generate less code.gman@chromium.org2013-02-161-199/+199
* Add client side gpu tracinggman@chromium.org2013-02-077-7/+1572