summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/build_gles2_cmd_buffer.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Autogenerator for NaCl OpenGL ES implementation.neb@chromium.org2011-02-091-3/+59
* Reapply parts of 73222.neb@chromium.org2011-02-091-2/+17
* Revert 73222 - Make target running GLES2 autogen script.gavinp@chromium.org2011-02-081-17/+2
* Implement proxy for 3d-related interfacespiman@google.com2011-02-021-4/+88
* Make target running GLES2 autogen script.neb@chromium.org2011-01-311-6/+19
* Fix for jankiness in some accelerated 2D canvas demos: If there is already a...senorblanco@chromium.org2011-01-261-1/+2
* Added ppapi::Context3D interface. The API has already been reviewed. I am add...alokp@chromium.org2010-12-231-9/+12
* Make CopyTexImage2D and CopyTexSubImage2D fail ifgman@chromium.org2010-12-231-5/+14
* Moved the logic of maintaining the current context to gles2 helper library.alokp@chromium.org2010-12-211-38/+64
* Added a stub gles2 implementation.alokp@chromium.org2010-12-151-0/+21
* Hard code number of auto generated command buffer unitgman@chromium.org2010-12-101-3/+3
* Initialize destinations variables before calling GL functionsgman@chromium.org2010-12-071-0/+37
* Exposed support for dynamically enabling extensions in command bufferkbr@google.com2010-12-061-0/+20
* Check offset argument to gpu::gles2::BufferManager::BufferInfo::SetRange is n...apatrick@chromium.org2010-12-021-7/+10
* Revert 67293 BrowserTestCanLaunchWithOSMesa was consistently failing - Initia...andybons@chromium.org2010-11-241-37/+0
* Initialize destinations variables before calling GL functionsgman@chromium.org2010-11-241-0/+37
* Renames Chrome only GL extension functions to followgman@chromium.org2010-11-181-38/+70
* Update cmd buffer script to reflect ppapi reorg.neb@chromium.org2010-11-171-10/+10
* Added glResizeCHRM to resize the drawable associated with the command buffer.gman@chromium.org2010-11-161-0/+6
* Fix a bug with count on commands that take a countgman@chromium.org2010-11-041-55/+86
* Switch gles2_cmd_buffer to issue glFinish when it decodes glFinish.nduca@chromium.org2010-09-301-5/+1
* Fix WebGL getParameter bug in command buffer. zmo@google.com2010-09-241-2/+2
* Adds stub for client side GL logging.gman@chromium.org2010-09-231-6/+18
* Update build_gles2_cmd_buffer.py for PPAPI.neb@chromium.org2010-09-131-23/+139
* Add way to create a texture in parent's context and copy into itjamesr@chromium.org2010-08-281-0/+6
* Adds support for GL_EXT_texture_compression_s3tc,gman@chromium.org2010-08-261-1/+1
* Adds support for EXT_framebuffer_multisamplegman@chromium.org2010-08-231-2/+25
* Sorry but I had to rollback this change.gman@chromium.org2010-08-201-135/+24
* Pepper2 Graphics3D implementation - browser side.neb@chromium.org2010-08-171-24/+135
* Clear render buffersgman@chromium.org2010-08-061-1/+16
* A couple of minor fixes for CopyTexImage2Dgman@chromium.org2010-08-041-0/+1
* Adds range checking to glTexSubImage2D, glCompressedTexSubImage2D,gman@chromium.org2010-07-311-1/+11
* Adds support for OpenGL ES 2.0 extensionsgman@chromium.org2010-07-161-12/+28
* Adds MapBufferSubData and MapTexSubImage2D.gman@chromium.org2010-07-141-20/+55
* Map RGBA4/RGB5_A1 to RGBA and RGB565 to RGB in RenderbufferStorage.zmo@google.com2010-06-181-0/+1
* Refactor validation code so it can be modified at runtime.gman@chromium.org2010-06-151-15/+74
* Changes required to get glValidateProgram to workgman@chromium.org2010-06-141-3/+2
* Resubmit http://codereview.chromium.org/2096008/showgman@chromium.org2010-05-191-2/+3