summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/client
Commit message (Expand)AuthorAgeFilesLines
* Fix BufferData so it does not trigger single threaded check.gman@chromium.org2011-12-222-1/+27
* Stop freeing the command buffer when a tab goes to the background. This essen...vangelis@chromium.org2011-12-221-1/+0
* Fix IsExtensionAvailable so it calls GetStringHelpergman@chromium.org2011-12-213-39/+68
* Fix PixelStorei so it does not recursively call GL functionsgman@chromium.org2011-12-184-11/+1693
* Disable 5ms flusher on Android to reduce kernel thrashing.nduca@chromium.org2011-12-151-1/+5
* Free the command buffer when tabs are switchedgman@chromium.org2011-12-157-56/+90
* Revert "Reverting as this is suspected of causing check_deps failure on Linux...gman@chromium.org2011-12-143-1/+193
* Reverting as this is suspected of causing check_deps failure on Linux botfinnur@chromium.org2011-12-143-193/+1
* Add check for single threaded access to GLES2Implementationgman@chromium.org2011-12-143-1/+193
* Revert "Revert 113479 - Revert "Revert 113250 - Add CommandBuffer::SetGetBuff...gman@chromium.org2011-12-127-137/+196
* Revert 113479 - Revert "Revert 113250 - Add CommandBuffer::SetGetBuffer"rsimha@google.com2011-12-087-196/+137
* Revert "Revert 113250 - Add CommandBuffer::SetGetBuffer"gman@chromium.org2011-12-077-137/+196
* Revert 113250 - Add CommandBuffer::SetGetBufferdglazkov@chromium.org2011-12-067-196/+137
* Add CommandBuffer::SetGetBuffergman@chromium.org2011-12-067-137/+196
* Adds support for the GL_ANGLE_texture_usage and GL_EXT_texture_storagevangelis@chromium.org2011-12-063-0/+32
* 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