summaryrefslogtreecommitdiffstats
path: root/ui/gl/generate_bindings.py
Commit message (Expand)AuthorAgeFilesLines
* Add framebuffer object related commands to command buffer.zmo2014-12-051-6/+7
* Add ES3 APIs to gl bindings: PART II.zmo2014-11-201-9/+172
* Add ES3 APIs to gl bindings.zmo2014-11-191-3/+153
* Enable asynchronous glReadPixels on Windows.miu2014-11-151-2/+8
* Add GL_APPLE_fence support, enabling asynchronous glReadPixels for Mac.miu2014-11-111-0/+30
* Sort APIs so it's easier to add new APIs.zmo2014-11-071-438/+450
* Improve context loss error handlingoetuaho2014-10-311-1/+3
* Add support for all blendmodes if we have GL_KHR_blend_equation_advanced.ed2014-10-231-0/+7
* gpu: Use egl client wait if server wait not availableboliu2014-10-211-1/+1
* Modify ALLOW_UNUSED to allow enabling unused local warnings on MSVC.pkasting2014-10-161-3/+4
* Use NV_draw_buffers to implement EXT_draw_buffersoetuaho2014-10-131-1/+1
* replace OVERRIDE and FINAL with override and final in ui/mostynb2014-10-091-1/+1
* Fixed issue where disjoint timer offsets were incorrectly calculated.dyen2014-09-221-0/+3
* Adds WARP support to Chromium on Windows 8+luken2014-09-041-0/+6
* Added support for GPU Tracing on mobile devices which support it.dyen2014-09-031-5/+6
* gpu: Enable relevant extentions on GLES3.dongseong.hwang2014-09-011-3/+3
* gpu: support immutable texture on Linux Mesa driver and GLES3.dongseong.hwang2014-08-271-1/+7
* Add initial support for NV_path_rendering extension to gpu command bufferkkinnunen2014-08-261-0/+18
* Revert of gpu: support immutable texture on Linux Mesa driver and GLES3. (pat...spang@chromium.org2014-08-201-1/+1
* gpu: support immutable texture on Linux Mesa driver and GLES3.dongseong.hwang@intel.com2014-08-191-1/+1
* gpu: Expose GLFence impls sievers@chromium.org2014-06-251-0/+3
* Don't assume output dir + "../.." == src/ in ui/gl/generate_bindings.pyjamesr@chromium.org2014-06-061-8/+1
* The function glBufferData 's second argument type is GLsizeiptr, not GLsizei.penghu@tencent.com2014-05-281-2/+4
* Support ANGLE_instanced_arrays on GLES3oetuaho@nvidia.com2014-04-141-3/+6
* gpu: Bind dummy GL API when no context is currentsievers@google.com2014-04-021-12/+42
* gpu: Add extension check when initializing MailboxSyncboliu@chromium.org2014-03-151-1/+2
* gpu: Mailbox emulation with EGLImagesievers@chromium.org2014-03-141-0/+4
* Add hooks for GL_EXT_debug_markers for Skiaegdaniel@google.com2014-03-131-0/+9
* Move NullDraw GL bindings and allow them to be disabled temporarily.danakj@chromium.org2014-02-201-54/+10
* Test that glDiscardFramebufferEXT binds to the correct functionoetuaho@nvidia.com2014-02-051-10/+39
* Encapsulate functionality of the mock GL interface to MockGLInterfaceoetuaho@nvidia.com2014-01-251-41/+34
* Take GL version and extensions correctly into account when binding functionsoetuaho@nvidia.com2014-01-171-204/+341
* Allow tests to stub out GL draw calls.danakj@chromium.org2014-01-121-9/+53
* gpu: Support ES3 msaa and depth/stencil formatssievers@chromium.org2013-11-151-0/+9
* Add eglWaitSyncKHR() EGL bindingsievers@chromium.org2013-09-121-0/+4
* gpu: Map glDiscardFramebufferEXT to glInvalidateFramebufferskyostil@chromium.org2013-09-051-1/+1
* Support async readbacks on OpenGL ES 3.0 driverssievers@chromium.org2013-08-271-0/+7
* work around a bug in GL_ARB_sync on mac 10.7hubbe@chromium.org2013-07-261-1/+1
* Add GL_EXT_multisampled_render_to_texture support to command buffer.bsalomon@google.com2013-07-121-0/+14
* gpu: Add EGL fence support.epenner@chromium.org2013-06-221-0/+4
* Reland 199454: "Move WrappedTexImage functionality to ui/gl"backer@chromium.org2013-05-101-16/+0
* Revert 199454 "Move WrappedTexImage functionality to ui/gl"backer@chromium.org2013-05-101-0/+16
* Move WrappedTexImage functionality to ui/glgman@chromium.org2013-05-101-16/+0
* Implement EXT_draw_buffers WebGL extention support in command buffer.zmo@chromium.org2013-03-141-1/+1
* Revert 185521tommi@chromium.org2013-03-011-2/+2
* Revert 185332tommi@chromium.org2013-03-011-2/+2
* Revert 185518tommi@chromium.org2013-03-011-2/+2
* Revert 185332tommi@chromium.org2013-03-011-2/+2
* Update khronos GLES2/gl2.h headerphajdan.jr@chromium.org2013-02-281-2/+2
* Refactor GPU tracing to generate less code.gman@chromium.org2013-02-161-1/+2