summaryrefslogtreecommitdiffstats
path: root/ui/gfx/gl/generate_bindings.py
Commit message (Expand)AuthorAgeFilesLines
* ui: Move gl/ directory out of gfx/, up to ui/.tfarina@chromium.org2012-05-121-1531/+0
* make GLboolean print GL_TRUE, GL_FALSE when debugging.gman@chromium.org2012-05-101-0/+5
* C++ code generated by generate_bindings.py was assigning a variable withing i...trprice@gmail.com2012-03-281-1/+3
* Add support for GL_EXT_occlusion_query_booleangman@chromium.org2012-03-081-7/+27
* Combine ANGLE_instanced_arrays pointers with othersjbauman@chromium.org2012-02-101-15/+3
* Add gl bindings for ANGLE_instanced_arrays and ARB_instanced_arraysjbauman@chromium.org2012-02-091-0/+24
* Expose more glQuery functionsgman@chromium.org2012-02-071-15/+16
* Bind to eglCreateImageKHR and eglDestroyImageKHR when KHR_image_base is adver...apatrick@chromium.org2012-01-061-8/+16
* Don't tell browser to swap until swap actually executed.backer@chromium.org2011-12-161-1/+12
* Win: only use transport surface if EGL_ANGLE_d3d_share_handle_client_buffer i...apatrick@chromium.org2011-12-151-9/+16
* Log GLenums as strings in servicegman@chromium.org2011-12-141-6/+23
* Refactor generete_bindings.py so per function logging code and be added.gman@chromium.org2011-12-091-488/+1032
* Adds support for the GL_ANGLE_texture_usage and GL_EXT_texture_storagevangelis@chromium.org2011-12-061-0/+3
* Move GL headers from gpu to third_party/khronosskyostil@google.com2011-11-241-2/+2
* Fix many* python scripts in src/maruel@chromium.org2011-11-231-3/+10
* Revert 111170 - Move GL headers from gpu to third_party/khronosabodenha@chromium.org2011-11-221-2/+2
* Move GL headers from gpu to third_party/khronosskyostil@google.com2011-11-221-2/+2
* Plumb through EGL_NV_post_sub_buffer and GLX_MESA_copy_sub_buffer.backer@chromium.org2011-11-111-0/+6
* Fix --use-gl=any command-line option. The current implementation only checks ...alokp@chromium.org2011-11-081-0/+19
* Fix bug where wglGetExtensionsStringEXT was being called instead of wglGetExt...apatrick@chromium.org2011-11-081-2/+2
* Added booleans that indicate which GL extensions are available.apatrick@chromium.org2011-11-011-6/+18
* Split GL binding init into core and extension partjoth@chromium.org2011-10-271-25/+195
* Reland 107243 - Added GLSurfaceAdapter, an implementation of GLSurface that f...apatrick@chromium.org2011-10-261-0/+2
* Revert 107243 - Added GLSurfaceAdapter, an implementation of GLSurface that f...apatrick@chromium.org2011-10-251-2/+0
* Added GLSurfaceAdapter, an implementation of GLSurface that forwards all call...apatrick@chromium.org2011-10-251-0/+2
* Roll skia to r2506.bsalomon@google.com2011-10-201-0/+11
* Implement 'ANGLE_translated_shader_source' extension in command-buffer.zmo@google.com2011-10-051-0/+2
* Roll skia to 2303bsalomon@google.com2011-09-221-0/+2
* Add gl.dll, compositor.dll, and surface.dll.darin@chromium.org2011-08-181-1/+1
* Revert 96982 - Add gl.dll, compositor.dll, and surface.dll.rvargas@google.com2011-08-161-1/+1
* Add gl.dll, compositor.dll, and surface.dll.darin@chromium.org2011-08-161-1/+1
* Roll skia to r2034 (and add new gl bindings)bsalomon@google.com2011-08-041-0/+3
* Create new GLSurface for cross process image transport.backer@chromium.org2011-07-221-0/+4
* Add glBindFragDataLocationIndexedARB to the GLInterface. Add it to skia's in-...bsalomon@google.com2011-07-221-0/+2
* Detect and expose loss of OpenGL context using GL_ARB_robustness.kbr@chromium.org2011-07-141-0/+4
* Revert 92429 - Detect and expose loss of OpenGL context using GL_ARB_robustne...kbr@chromium.org2011-07-131-4/+0
* Detect and expose loss of OpenGL context using GL_ARB_robustness.kbr@chromium.org2011-07-131-0/+4
* Reland "EGLImage transport for TOUCH_UI".backer@chromium.org2011-06-251-0/+7
* Revert 90511 - Use pixmaps and EGLImages to transport image data between GPU ...backer@chromium.org2011-06-251-7/+0
* Use pixmaps and EGLImages to transport image data between GPU process and bro...backer@chromium.org2011-06-251-0/+7
* Fix Revert of 89054 so it builds on win_sharedgman@chromium.org2011-06-141-3/+13
* Revert 89054 - Add lots of client side OpenGL logging.asargent@chromium.org2011-06-141-13/+3
* Add lots of client side OpenGL logging.gman@chromium.org2011-06-141-3/+13
* Split GLX implementations of *GLContext into GLContextGLX and *GLSurfaceGLX.apatrick@chromium.org2011-05-041-0/+2
* Refactor: Move app/gfx/gl ==> ui/gfx/glbacker@chromium.org2011-03-281-0/+638