summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/service/gles2_cmd_decoder_autogen.h
Commit message (Expand)AuthorAgeFilesLines
* Detect and expose loss of OpenGL context using GL_ARB_robustness.kbr@chromium.org2011-07-141-17/+0
* Revert 92429 - Detect and expose loss of OpenGL context using GL_ARB_robustne...kbr@chromium.org2011-07-131-0/+17
* Detect and expose loss of OpenGL context using GL_ARB_robustness.kbr@chromium.org2011-07-131-17/+0
* Revert "Revert "Add glGetMultipleIntegervCHROMIUM""gman@chromium.org2011-06-281-1/+3
* Revert "Add glGetMultipleIntegervCHROMIUM"gman@chromium.org2011-06-271-3/+1
* Add glGetMultipleIntegervCHROMIUMgman@chromium.org2011-06-271-1/+3
* Reland 87371 - Support for glSetSurfaceCHROMIUM.apatrick@chromium.org2011-06-011-0/+7
* Revert 87371 - Broke Compile - Support for glSetSurfaceCHROMIUM.rsesek@chromium.org2011-05-311-7/+0
* Support for glSetSurfaceCHROMIUM.apatrick@chromium.org2011-05-311-0/+7
* Handle the situation in command buffer when texImage2D fails. Current implem...zmo@google.com2011-04-131-90/+0
* Make Command Buffer limit count for glUniformXXv calls.gman@chromium.org2011-03-251-12/+12
* Fix renderbuffer width, height issuesgman@chromium.org2011-03-191-1/+1
* Share PPAPI out-of-process plugins between renderer processes.brettw@chromium.org2011-02-131-1/+1
* Make CopyTexImage2D and CopyTexSubImage2D fail ifgman@chromium.org2010-12-231-0/+9
* Renames Chrome only GL extension functions to followgman@chromium.org2010-11-181-9/+12
* Added glResizeCHRM to resize the drawable associated with the command buffer.gman@chromium.org2010-11-161-0/+8
* Fix a bug with count on commands that take a countgman@chromium.org2010-11-041-175/+23
* Adds stub for client side GL logging.gman@chromium.org2010-09-231-1/+1
* Add way to create a texture in parent's context and copy into itjamesr@chromium.org2010-08-281-0/+8
* Adds support for GL_EXT_texture_compression_s3tc,gman@chromium.org2010-08-261-0/+5
* Adds support for EXT_framebuffer_multisamplegman@chromium.org2010-08-231-0/+62
* Clear render buffersgman@chromium.org2010-08-061-9/+9
* Adds range checking to glTexSubImage2D, glCompressedTexSubImage2D,gman@chromium.org2010-07-311-6/+6
* Refactor validation code so it can be modified at runtime.gman@chromium.org2010-06-151-95/+95
* Enables vertex attrib 0 and assigns a buffer to itgman@chromium.org2010-05-171-26/+38
* Makes shader translation a runtime switch.gman@chromium.org2010-05-171-12/+0
* Adds support for compressed textures. DXT1 only.gman@chromium.org2010-05-171-0/+10
* Adds wrapping to support BOOL types on uniforms since some OpenGL driversgman@chromium.org2010-05-131-12/+16
* Resubmit CL http://codereview.chromium.org/1992008/gman@google.com2010-05-081-62/+24
* Revert gpu CL which broke the Mac build.shess@chromium.org2010-05-081-24/+62
* This CL adds the option to support buffers that are boundgman@chromium.org2010-05-071-62/+24
* A few more changes for conformance tests.gman@chromium.org2010-05-071-1/+1
* Adds error messages for synthesized gl errors.gman@chromium.org2010-04-291-179/+217
* GPU service interprets glFinish as glFlush.apatrick@chromium.org2010-04-271-1/+1
* Changes the code to use separate ids namspacesgman@chromium.org2010-04-271-146/+43
* A bunch more GLES2 conformance test fixes.gman@chromium.org2010-04-221-33/+13
* Some GL drivers incorrectly return "gl_DepthRange.far" asgman@chromium.org2010-04-211-1/+1
* Resubmit CL#1629004 Support for client side buffersgman@chromium.org2010-04-131-0/+28
* Reverting commit 44334gman@chromium.org2010-04-131-28/+0
* Adds client side arraysgman@chromium.org2010-04-131-0/+28
* Adds stubs for glShaderBinary and glReleaseShaderCompiler.gman@chromium.org2010-04-121-3/+9
* Connects tracking renderbuffers and framebuffersgman@chromium.org2010-04-121-20/+0
* Calling OpenGL from the renderer processapatrick@chromium.org2010-03-251-6/+0
* Adds the remaining bucket commands, switches thegman@chromium.org2010-03-241-38/+0
* Refactored glGet commands to use a SizedResult forgman@chromium.org2010-03-171-93/+273
* Fixed bugs in glActiveTexture. Added real implementationgman@chromium.org2010-03-161-6/+8
* Track the bound framebuffer and renderbuffer andgman@chromium.org2010-03-111-10/+14
* Resubmittinggman@chromium.org2010-03-051-2/+2
* Reverting previous CL.gman@chromium.org2010-03-051-2/+2
* Implements index validation for DrawElements.gman@chromium.org2010-03-051-2/+2