summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/build_gles2_cmd_buffer.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Reverting again, will manually build on linux since trybots are apparently no...gman@chromium.org2010-05-181-3/+2
* Resubmit with fix that trybot didn't catch.gman@chromium.org2010-05-181-2/+3
* revert last CLgman@chromium.org2010-05-181-3/+2
* Update the GLSL translator code to use the correct constantsgman@chromium.org2010-05-181-2/+3
* Enables vertex attrib 0 and assigns a buffer to itgman@chromium.org2010-05-171-33/+64
* Makes shader translation a runtime switch.gman@chromium.org2010-05-171-7/+6
* Adds support for compressed textures. DXT1 only.gman@chromium.org2010-05-171-10/+83
* Adds wrapping to support BOOL types on uniforms since some OpenGL driversgman@chromium.org2010-05-131-4/+88
* Resubmit CL http://codereview.chromium.org/1992008/gman@google.com2010-05-081-17/+43
* Revert gpu CL which broke the Mac build.shess@chromium.org2010-05-081-37/+16
* This CL adds the option to support buffers that are boundgman@chromium.org2010-05-071-16/+37
* A few more changes for conformance tests.gman@chromium.org2010-05-071-1/+12
* Adds support for shared resources.gman@chromium.org2010-05-031-8/+57
* Adds error messages for synthesized gl errors.gman@chromium.org2010-04-291-16/+19
* GPU service interprets glFinish as glFlush.apatrick@chromium.org2010-04-271-1/+5
* Changes the code to use separate ids namspacesgman@chromium.org2010-04-271-83/+54
* A bunch more GLES2 conformance test fixes.gman@chromium.org2010-04-221-19/+80
* Some GL drivers incorrectly return "gl_DepthRange.far" asgman@chromium.org2010-04-211-1/+5
* Resubmit CL#1629004 Support for client side buffersgman@chromium.org2010-04-131-31/+105
* Reverting commit 44334gman@chromium.org2010-04-131-105/+31
* Adds client side arraysgman@chromium.org2010-04-131-31/+105
* Adds stubs for glShaderBinary and glReleaseShaderCompiler.gman@chromium.org2010-04-121-6/+23
* Connects tracking renderbuffers and framebuffersgman@chromium.org2010-04-121-7/+80
* dds some docs about the command buffer andgman@chromium.org2010-03-311-1/+61
* Calling OpenGL from the renderer processapatrick@chromium.org2010-03-251-5/+5
* Adds the remaining bucket commands, switches thegman@chromium.org2010-03-241-256/+188
* Refactored glGet commands to use a SizedResult forgman@chromium.org2010-03-171-41/+232
* Fixed bugs in glActiveTexture. Added real implementationgman@chromium.org2010-03-161-9/+43
* Track the bound framebuffer and renderbuffer andgman@chromium.org2010-03-111-7/+43
* Resubmittinggman@chromium.org2010-03-051-34/+65
* Reverting previous CL.gman@chromium.org2010-03-051-65/+34