summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/client/gles2_implementation.cc
Commit message (Expand)AuthorAgeFilesLines
* Add AsyncFlush when transferbuffer is > a certain sizegman@chromium.org2012-02-141-1/+2
* Add support for ANGLE_instanced_arraysjbauman@chromium.org2012-02-141-6/+145
* Revert "Revert 119430 - Make transferbuffer increase in size dynamically"gman@chromium.org2012-01-271-452/+296
* Revert 119430 - Make transferbuffer increase in size dynamicallykinuko@chromium.org2012-01-271-296/+452
* Make transferbuffer increase in size dynamicallygman@chromium.org2012-01-271-452/+296
* Revert "Stop freeing the command buffer when a tab goes to the background. gman@chromium.org2012-01-181-0/+1
* Revert "Revert 116821 - Make StrictSharedIdHandler free its unused ids."gman@chromium.org2012-01-121-1/+21
* Make GLES2Implementation handl failed allocationgman@chromium.org2012-01-111-8/+145
* Revert 116821 - Make StrictSharedIdHandler free its unused ids.zmo@google.com2012-01-091-22/+2
* Make StrictSharedIdHandler free its unused ids.gman@chromium.org2012-01-071-2/+22
* Fix BufferData so it does not trigger single threaded check.gman@chromium.org2011-12-221-1/+1
* 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-211-25/+58
* Fix PixelStorei so it does not recursively call GL functionsgman@chromium.org2011-12-181-5/+10
* Free the command buffer when tabs are switchedgman@chromium.org2011-12-151-0/+1
* Revert "Reverting as this is suspected of causing check_deps failure on Linux...gman@chromium.org2011-12-141-1/+62
* Reverting as this is suspected of causing check_deps failure on Linux botfinnur@chromium.org2011-12-141-62/+1
* Add check for single threaded access to GLES2Implementationgman@chromium.org2011-12-141-1/+62
* Fix GLES2Implementation logging of shared idsgman@chromium.org2011-12-021-6/+6
* Make command buffer free transfer buffer when switching tabsgman@chromium.org2011-12-011-99/+203
* Add GL_ANGLE_pack_reverse_row_order to command bufferbsalomon@google.com2011-11-301-3/+64
* Fix for GL_CHROMIUM_flipy in TexSubImage2D and unit testbsalomon@google.com2011-11-211-3/+3
* Plumb through EGL_NV_post_sub_buffer and GLX_MESA_copy_sub_buffer.backer@chromium.org2011-11-111-0/+16
* Move flush call after resource deletion into SharedIdHandlerjamesr@chromium.org2011-11-101-6/+3
* Refactor id_handler set in GLES2Implementationjamesr@chromium.org2011-11-101-36/+25
* Make GLES2Implementation use a larger chunk size for mapping functions.gman@chromium.org2011-10-271-0/+6
* Add GLES2Implemention::FreeUnusedSharedMemorygman@chromium.org2011-10-241-0/+4
* External stream texture support.sievers@chromium.org2011-09-281-0/+23
* 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
* Flush after resize to try to work around mac crashjamesr@chromium.org2011-09-071-0/+3
* Unify MacOS resizing path with glResizeCHROMIUM.nduca@chromium.org2011-08-221-1/+6
* Revert 97644 - Unify MacOS resizing path with glResizeCHROMIUM.nduca@chromium.org2011-08-221-6/+1
* Unify MacOS resizing path with glResizeCHROMIUM.nduca@chromium.org2011-08-221-1/+6
* Add option to not generate resources on bind in OpenGL ESgman@chromium.org2011-08-161-58/+256
* Rename and document glCommandBufferEnableCHROMIUMgman@chromium.org2011-08-121-6/+5
* Delete copy_texture_to_parent_texture from GPU command buffer code.apatrick@chromium.org2011-08-101-9/+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-081-40/+110
* Insert a soft flush into the command buffer on unmapTexSubImage2Djamesr@chromium.org2011-07-281-0/+2
* 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-221-19/+95
* Reland 93066 - Execute all GL commands up to the put offset reported by a eac...apatrick@chromium.org2011-07-211-1/+0
* Revert 93066 - Execute all GL commands up to the put offset reported by a eac...apatrick@chromium.org2011-07-201-0/+1
* Execute all GL commands up to the put offset reported by a each flush.This me...apatrick@chromium.org2011-07-191-1/+0
* Cache bindings on client side in command buffer.gman@chromium.org2011-07-131-46/+150
* Add glGetProgramInfoCHROMIUM.gman@chromium.org2011-07-111-1/+35
* Correct reporting of compressed texture formats and shader binary formatsgman@chromium.org2011-07-071-2/+6