summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/client
Commit message (Expand)AuthorAgeFilesLines
* Fix GLES2Implementation logging of shared idsgman@chromium.org2011-12-021-6/+6
* Make command buffer free transfer buffer when switching tabsgman@chromium.org2011-12-014-238/+507
* Add GL_ANGLE_pack_reverse_row_order to command bufferbsalomon@google.com2011-11-302-3/+79
* Remove default arg from GLES2Implementation's constructorgman@chromium.org2011-11-301-1/+1
* Added minimal support to command buffer for GL_ARB_texture_rectanglekbr@chromium.org2011-11-233-0/+30
* base::Bind() conversion for remaining GPU files.dcheng@chromium.org2011-11-224-14/+15
* Fix for GL_CHROMIUM_flipy in TexSubImage2D and unit testbsalomon@google.com2011-11-212-3/+71
* Plumb through EGL_NV_post_sub_buffer and GLX_MESA_copy_sub_buffer.backer@chromium.org2011-11-114-0/+27
* Move flush call after resource deletion into SharedIdHandlerjamesr@chromium.org2011-11-101-6/+3
* Refactor id_handler set in GLES2Implementationjamesr@chromium.org2011-11-103-49/+40
* Expose the sandbox related code through the content API. I did a bit of clean...jam@chromium.org2011-10-294-4/+24
* Make GLES2Implementation use a larger chunk size for mapping functions.gman@chromium.org2011-10-275-2/+49
* Add GLES2Implemention::FreeUnusedSharedMemorygman@chromium.org2011-10-249-5/+102
* Implement 'ANGLE_translated_shader_source' extension in command-buffer.zmo@google.com2011-10-053-0/+36
* External stream texture support.sievers@chromium.org2011-09-285-0/+83
* Reland 101545 - Moved code not relating to GPU scheduling out of GpuScheduler...apatrick@chromium.org2011-09-209-705/+4
* Revert 101545 - Moved code not relating to GPU scheduling out of GpuScheduler...rsimha@chromium.org2011-09-169-4/+705
* Moved code not relating to GPU scheduling out of GpuScheduler and into GpuCom...apatrick@chromium.org2011-09-169-705/+4
* Reland 100801 - Ensure that compositor does not block the renderer process by...apatrick@chromium.org2011-09-131-2/+3
* Revert 100801 - Ensure that compositor does not block the renderer process by...apatrick@chromium.org2011-09-121-3/+2
* Ensure that compositor does not block the renderer process by issuing too man...apatrick@chromium.org2011-09-121-2/+3
* A less-mysterious fix for b95492: Restore the GL context after resize.nduca@chromium.org2011-09-091-3/+0
* Fix early flush logic.jbauman@chromium.org2011-09-082-8/+16
* Flush after resize to try to work around mac crashjamesr@chromium.org2011-09-071-0/+3
* Remove support for switching draw surfaces on a context.This was originally i...apatrick@chromium.org2011-09-024-14/+0
* Unify MacOS resizing path with glResizeCHROMIUM.nduca@chromium.org2011-08-222-5/+7
* Revert 97644 - Unify MacOS resizing path with glResizeCHROMIUM.nduca@chromium.org2011-08-222-7/+5
* Unify MacOS resizing path with glResizeCHROMIUM.nduca@chromium.org2011-08-222-5/+7
* Add option to not generate resources on bind in OpenGL ESgman@chromium.org2011-08-165-96/+403
* Rename and document glCommandBufferEnableCHROMIUMgman@chromium.org2011-08-125-13/+11
* Expose DXT3 and DXT5 through ANGLEgman@chromium.org2011-08-112-5/+182
* Delete copy_texture_to_parent_texture from GPU command buffer code.apatrick@chromium.org2011-08-104-24/+0
* Fix 2 Dr. Memory issuesgman@chromium.org2011-08-081-3/+4
* Cache OpenGL program info on the client side of the command buffer.gman@chromium.org2011-08-086-72/+730
* Flush command streams after deleting resourcesjamesr@chromium.org2011-08-051-0/+6
* Insert a soft flush into the command buffer on unmapTexSubImage2Djamesr@chromium.org2011-07-281-0/+2
* Support GL_OES_EGL_image_externalbulach@chromium.org2011-07-261-2/+2
* Adding an empty program_info_manager.cc so I can fix NaClgman@chromium.org2011-07-221-0/+1
* Fix clang buildisherman@chromium.org2011-07-221-1/+3
* Fix for warning to error that trybots didn't catch.gman@chromium.org2011-07-221-2/+2
* Add support for GL_CHROMIUM_flipygman@chromium.org2011-07-223-22/+470
* Reland 93066 - Execute all GL commands up to the put offset reported by a eac...apatrick@chromium.org2011-07-2112-77/+30
* Allow creating a gpu channel that uses software renderingjbauman@chromium.org2011-07-211-0/+1
* Revert 93393 - Crashed Linux Touch build: http://build.chromium.org/p/chromiu...leandrogracia@chromium.org2011-07-211-1/+0
* Revert 93397 - Revert 93393 - Revert was broken. Restoring.leandrogracia@chromium.org2011-07-211-0/+1
* Revert 93393 - Crashing on Linux Touch: http://build.chromium.org/p/chromium/...leandrogracia@chromium.org2011-07-211-1/+0
* Allow creating a gpu channel that uses software renderingjbauman@chromium.org2011-07-211-0/+1
* Revert 93066 - Execute all GL commands up to the put offset reported by a eac...apatrick@chromium.org2011-07-2012-30/+77
* Execute all GL commands up to the put offset reported by a each flush.This me...apatrick@chromium.org2011-07-1912-77/+30
* Detect and expose loss of OpenGL context using GL_ARB_robustness.kbr@chromium.org2011-07-143-1/+7