summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/client
Commit message (Expand)AuthorAgeFilesLines
...
* Move code around to fix build with system mesa.phajdan.jr@chromium.org2013-01-161-0/+1
* Explicitly free shared memory buffers on destruction.sievers@chromium.org2013-01-162-8/+24
* Refactor so chromium only GL extensions require gl2extchromium.hgman@chromium.org2013-01-094-0/+4
* Removing the JumpRelative, Call, CallRelative and Return commands.dsinclair@chromium.org2013-01-044-110/+21
* Made the registration and deletion of transfer buffers async.apatrick@chromium.org2012-12-218-42/+28
* Fix tracing for gpu/ directory in NaCljbauman@chromium.org2012-12-181-1/+1
* Add a command to lose the contextgman@chromium.org2012-12-178-0/+37
* Fix FBO client side state cachinggman@chromium.org2012-12-163-22/+104
* Revert 172805apatrick@google.com2012-12-148-25/+42
* Move gl2chromium.h out of third_party, it really is our file.phajdan.jr@chromium.org2012-12-141-0/+1
* Remove support for TRACE_EVENT_IF_LONGER_THANx macroscaseq@google.com2012-12-131-1/+0
* Made the registration and deletion of transfer buffers async.apatrick@chromium.org2012-12-138-42/+25
* Fix GLES rendering issues on Lumpy.hshi@chromium.org2012-12-122-15/+3
* Plumb glDiscardFramebufferEXT entry point through command bufferjamesr@chromium.org2012-12-128-0/+72
* Don't unbind if buffer id is 0. This avoids getting into a state wheregman@chromium.org2012-12-112-1/+14
* Add tracing for commands that block on the GPUjbauman@chromium.org2012-12-112-0/+19
* Fix element array buggman@chromium.org2012-12-072-4/+16
* Add more gl debug logginggman@chromium.org2012-12-073-19/+234
* Make FencedAlloctor fail on size = 0gman@chromium.org2012-12-052-3/+22
* gpu: Allow BufferData size=0 for pixel transfer buffer objects.reveman@chromium.org2012-12-033-12/+29
* gpu: Add async upload functions.epenner@chromium.org2012-11-308-0/+174
* gpu: Defer reads from default framebuffer when needed.piman@chromium.org2012-11-302-6/+6
* Fix VAOs and client side arraysgman@chromium.org2012-11-298-626/+1162
* Revert "Revert 169641 - Cache resource bindings on client"gman@chromium.org2012-11-274-57/+106
* Revert 169641 - Cache resource bindings on clientjoi@chromium.org2012-11-274-109/+46
* Cache resource bindings on clientgman@chromium.org2012-11-274-46/+109
* Cache GL state.gman@chromium.org2012-11-268-161/+305
* gpu: Don't put BindBuffer commands with PIXEL_UNPACK_TRANSFER_BUFFER target i...reveman@chromium.org2012-11-252-11/+14
* Add support for GL_CHROMIUM_pixel_transfer_buffer_object.reveman@chromium.org2012-11-2110-5/+473
* Revert 168165 - Revert "Revert 167613 - Cache more GL state both service and ...gman@chromium.org2012-11-219-403/+195
* Update Chrome's GLES2 Headersgman@chromium.org2012-11-201-204/+195
* Add support for eglGetProcAddressgman@chromium.org2012-11-203-0/+363
* Add glTraceBeginCHROMIUM and glTraceEndCHROMIUM.dsinclair@chromium.org2012-11-169-0/+59
* Revert "Revert 167613 - Cache more GL state both service and client side."gman@chromium.org2012-11-169-195/+403
* Revert 167613 - Cache more GL state both service and client side.shawnsingh@chromium.org2012-11-149-403/+195
* Cache more GL state both service and client side.gman@chromium.org2012-11-149-195/+403
* gpu: Update calls froms RunAllPending() to RunUntilIdle().tfarina@chromium.org2012-11-074-7/+7
* automate more GL state handlinggman@chromium.org2012-10-301-4/+4
* Add CommandLatencyQuery to the gpu command bufferbrianderson@chromium.org2012-10-237-12/+49
* Flush after GenXXX commandsgman@chromium.org2012-10-181-0/+6
* gpu: Add support for GLX_EXT_texture_from_pixmap extension.reveman@google.com2012-10-184-0/+56
* Revert 162654 - gpu: Add support for GLX_EXT_texture_from_pixmap extension.fischman@chromium.org2012-10-184-56/+0
* gpu: Add support for GLX_EXT_texture_from_pixmap extension.reveman@chromium.org2012-10-184-0/+56
* Disable automatic flushes on compositor contexts.jbauman@chromium.org2012-10-172-2/+13
* Make GLES2Implementation based on GLES2Interfacegman@chromium.org2012-10-1611-1590/+3281
* Add the swap size to the PostSubBuffer trace eventdanakj@chromium.org2012-10-161-1/+2
* Implemented OES_element_index_uint in the Chrome GPU command bufferbajones@chromium.org2012-10-152-18/+172
* [Coverity] Fix uninitialized scalar variable.kmadhusu@chromium.org2012-10-051-0/+1
* Add back in code to flush command buffer every 3 msjbauman@chromium.org2012-10-041-0/+15
* gpu: Fix clang warnings about missing virtual and OVERRIDE annotations.tfarina@chromium.org2012-09-302-66/+95