summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/build_gles2_cmd_buffer.py
Commit message (Expand)AuthorAgeFilesLines
* Renamed ppb_opengles.h to ppb_opengles2.h.alokp@chromium.org2011-09-151-3/+11
* Fix GPU cmd tests so they pass ASANgman@chromium.org2011-09-081-88/+40
* reconstitute moving 3d out of dev CL. (previous attempt was reverted)nfullagar@google.com2011-09-071-7/+7
* Revert 99855 - Move PPAPI graphics3d and opengles interfaces out of Dev.nfullagar@google.com2011-09-061-7/+7
* Move PPAPI graphics3d and opengles interfaces out of Dev.nfullagar@google.com2011-09-061-7/+7
* Remove support for switching draw surfaces on a context.This was originally i...apatrick@chromium.org2011-09-021-8/+5
* Switch nacl proxy code auto-gen to graphics3d interface.nfullagar@google.com2011-08-241-7/+10
* Unify MacOS resizing path with glResizeCHROMIUM.nduca@chromium.org2011-08-221-1/+2
* Revert 97644 - Unify MacOS resizing path with glResizeCHROMIUM.nduca@chromium.org2011-08-221-2/+1
* Unify MacOS resizing path with glResizeCHROMIUM.nduca@chromium.org2011-08-221-1/+2
* Add option to not generate resources on bind in OpenGL ESgman@chromium.org2011-08-161-7/+2
* Rename and document glCommandBufferEnableCHROMIUMgman@chromium.org2011-08-121-4/+4
* Delete copy_texture_to_parent_texture from GPU command buffer code.apatrick@chromium.org2011-08-101-20/+67
* Cache OpenGL program info on the client side of the command buffer.gman@chromium.org2011-08-081-9/+13
* Flush command streams after deleting resourcesjamesr@chromium.org2011-08-051-0/+2
* Support GL_OES_EGL_image_externalbulach@chromium.org2011-07-261-2/+17
* Reland 93066 - Execute all GL commands up to the put offset reported by a eac...apatrick@chromium.org2011-07-211-10/+0
* Revert 93066 - Execute all GL commands up to the put offset reported by a eac...apatrick@chromium.org2011-07-201-0/+10
* Binding Graphics3D with Instance and OpenGLES2 interface.alokp@chromium.org2011-07-191-114/+16
* Execute all GL commands up to the put offset reported by a each flush.This me...apatrick@chromium.org2011-07-191-10/+0
* Detect and expose loss of OpenGL context using GL_ARB_robustness.kbr@chromium.org2011-07-141-3/+2
* Cache bindings on client side in command buffer.gman@chromium.org2011-07-131-4/+3
* Revert 92429 - Detect and expose loss of OpenGL context using GL_ARB_robustne...kbr@chromium.org2011-07-131-2/+3
* Detect and expose loss of OpenGL context using GL_ARB_robustness.kbr@chromium.org2011-07-131-3/+2
* Add glGetProgramInfoCHROMIUM.gman@chromium.org2011-07-111-0/+16
* Correct reporting of compressed texture formats and shader binary formatsgman@chromium.org2011-07-071-1/+6
* Cache easy to cache OpenGL values on client side of command buffer.gman@chromium.org2011-07-061-4/+14
* Revert "Revert "Add glGetMultipleIntegervCHROMIUM""gman@chromium.org2011-06-281-0/+9
* Revert "Add glGetMultipleIntegervCHROMIUM"gman@chromium.org2011-06-271-9/+0
* Add glGetMultipleIntegervCHROMIUMgman@chromium.org2011-06-271-0/+9
* DCHECK glDeleteXXX with id = 0 as this is a bug in client code.gman@chromium.org2011-06-271-16/+35
* Convert most remaining resources to use the API/thunk system. The significantbrettw@chromium.org2011-06-221-17/+32
* Reapply Enforce-RGB patch with bugs fixedgman@chromium.org2011-06-201-12/+33
* Fix Revert of 89054 so it builds on win_sharedgman@chromium.org2011-06-141-15/+169
* Revert 89054 - Add lots of client side OpenGL logging.asargent@chromium.org2011-06-141-169/+15
* Add lots of client side OpenGL logging.gman@chromium.org2011-06-141-15/+169
* Revert 89002 - Enforce RGB even on buggy drivers.asargent@chromium.org2011-06-141-27/+6
* Enforce RGB even on buggy drivers.gman@chromium.org2011-06-141-6/+27
* Reland 87371 - Support for glSetSurfaceCHROMIUM.apatrick@chromium.org2011-06-011-0/+8
* Revert 87371 - Broke Compile - Support for glSetSurfaceCHROMIUM.rsesek@chromium.org2011-05-311-7/+0
* Support for glSetSurfaceCHROMIUM.apatrick@chromium.org2011-05-311-0/+7
* Implement GL_CHROMIUM_rate_limit_offscreen_contextnduca@chromium.org2011-05-131-1/+9
* Validate glTexParameter parameters.gman@chromium.org2011-05-121-33/+124
* Handle the situation in command buffer when texImage2D fails. Current implem...zmo@google.com2011-04-131-2/+5
* implemented latch support in renderer process. this corresponds with a webkit...jbates@chromium.org2011-04-121-2/+2
* Make Command Buffer limit count for glUniformXXv calls.gman@chromium.org2011-03-251-7/+75
* Implement latch system to help with GPU compositing flow control.gman@chromium.org2011-03-241-0/+10
* Fix renderbuffer width, height issuesgman@chromium.org2011-03-191-3/+4
* Support caching resources in GLES2 calls in NaCl.neb@chromium.org2011-03-021-1/+1
* Share PPAPI out-of-process plugins between renderer processes.brettw@chromium.org2011-02-131-9/+18