summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/build_gles2_cmd_buffer.py
Commit message (Expand)AuthorAgeFilesLines
* Revert "Revert 119430 - Make transferbuffer increase in size dynamically"gman@chromium.org2012-01-271-6/+9
* Remove placeholder commandsgman@chromium.org2012-01-271-54/+1
* Revert 119430 - Make transferbuffer increase in size dynamicallykinuko@chromium.org2012-01-271-9/+6
* Make transferbuffer increase in size dynamicallygman@chromium.org2012-01-271-6/+9
* Move cmd buffer functions to txt file.gman@chromium.org2012-01-271-173/+5
* Remove command buffer command id tests etc..gman@chromium.org2012-01-271-282/+3
* Revert r118525 / Re-land r118240 - the build failure was a flake.dpranke@chromium.org2012-01-191-3/+3
* Revert r118240 - gles_2_c_lib as a component.dpranke@chromium.org2012-01-191-3/+3
* This change makes gles2_c_lib work as a component. It introduces a gles2_c_li...dpranke@chromium.org2012-01-191-3/+3
* Make GLES2Implementation handl failed allocationgman@chromium.org2012-01-111-0/+8
* Make GLES2CmdHelper and CommandBufferHelper handle failed allocationgman@chromium.org2012-01-111-73/+110
* Fix IsExtensionAvailable so it calls GetStringHelpergman@chromium.org2011-12-211-0/+1
* Fix PixelStorei so it does not recursively call GL functionsgman@chromium.org2011-12-181-22/+357
* Revert "Reverting as this is suspected of causing check_deps failure on Linux...gman@chromium.org2011-12-141-2/+14
* Reverting as this is suspected of causing check_deps failure on Linux botfinnur@chromium.org2011-12-141-14/+2
* Add check for single threaded access to GLES2Implementationgman@chromium.org2011-12-141-2/+14
* Rename the shared_impl resource files to give them more regular names.brettw@chromium.org2011-12-071-5/+6
* Revert 113290 - Rename the shared_impl resource files to give them more regul...brettw@chromium.org2011-12-071-6/+5
* Rename the shared_impl resource files to give them more regular names.brettw@chromium.org2011-12-061-5/+6
* Adds support for the GL_ANGLE_texture_usage and GL_EXT_texture_storagevangelis@chromium.org2011-12-061-0/+28
* Remove Context3D/Surface3Dpiman@chromium.org2011-12-011-12/+11
* Make command buffer free transfer buffer when switching tabsgman@chromium.org2011-12-011-2/+3
* Fix many* python scripts in src/maruel@chromium.org2011-11-231-4/+5
* Added minimal support to command buffer for GL_ARB_texture_rectanglekbr@chromium.org2011-11-231-0/+8
* Plumb through EGL_NV_post_sub_buffer and GLX_MESA_copy_sub_buffer.backer@chromium.org2011-11-111-0/+9
* Refactor id_handler set in GLES2Implementationjamesr@chromium.org2011-11-101-3/+5
* Implement 'ANGLE_translated_shader_source' extension in command-buffer.zmo@google.com2011-10-051-1/+11
* External stream texture support.sievers@chromium.org2011-09-281-10/+17
* 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