aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu/gl/GrGLFunctions.h
Commit message (Expand)AuthorAge
...
* Add functions to support NV_path_rendering in OpenGL ESGravatar kkinnunen2014-07-02
* Revert of Add functions to support NV_path_rendering in OpenGL ES (https://co...Gravatar rmistry2014-06-23
* Add functions to support NV_path_rendering in OpenGL ESGravatar kkinnunen2014-06-22
* Add support for glCompressedTexSubImage2DGravatar krajcevski2014-06-11
* Add support for glMapBufferRange. Use glMapBufferRange and glMapBufferSubData.Gravatar commit-bot@chromium.org2014-05-05
* Revert of Add support for glMapBufferRange. Use glMapBufferRange and glMapBuf...Gravatar djsollen@google.com2014-05-02
* Add support for glMapBufferRange. Use glMapBufferRange and glMapBufferSubData.Gravatar commit-bot@chromium.org2014-05-02
* Use EXT_direct_state_access for path matrix manipulationGravatar commit-bot@chromium.org2014-04-25
* Use fixed function pipeline only when drawing pathsGravatar commit-bot@chromium.org2014-04-23
* Add GL_CHROMIUM_map_sub functions to GrGLInterface and bit to GrGLCaps.Gravatar commit-bot@chromium.org2014-04-15
* Add GL_ARB_invalidate_subdata functions to GrGLInterface.Gravatar bsalomon@google.com2014-04-01
* Cleanup GrGLInterface after Chromium changesGravatar commit-bot@chromium.org2014-02-28
* Use vertex buffer objects instead of client side arrays in fixed-function cod...Gravatar commit-bot@chromium.org2014-02-24
* Add hooks for GL_EXT_debug_marker in gpuGravatar commit-bot@chromium.org2014-02-21
* Move GrGLExtensions from GrGLContextInfo to GrGLInterfaceGravatar commit-bot@chromium.org2014-01-17
* Updated GLintptr and GLsizeiptr to be the appropriate types on 64 bit Windows...Gravatar robertphillips@google.com2013-12-19
* Revert r12758 (Updated GLintptr and GLsizeiptr to be the appropriate types on...Gravatar robertphillips@google.com2013-12-18
* Updated GLintptr and GLsizeiptr to be the appropriate types on 64 bit Windows...Gravatar commit-bot@chromium.org2013-12-18
* Revert r12694 (Updated GLintptr and GLsizeiptr to be the appropriate types on...Gravatar robertphillips@google.com2013-12-17
* Updated GLintptr and GLsizeiptr to be the appropriate types on 64 bit WindowsGravatar commit-bot@chromium.org2013-12-16
* Added support for Chrome's gpu command buffer extension BindUniformLocation.Gravatar commit-bot@chromium.org2013-11-07
* Rip out CSAA supportGravatar commit-bot@chromium.org2013-09-06
* Add glTexGen funcs to interfaceGravatar commit-bot@chromium.org2013-08-30
* get genmipmap function in the structGravatar commit-bot@chromium.org2013-07-26
* Plumbed in discard_framebuffer extensionGravatar robertphillips@google.com2013-04-29
* Add glCopyTexSubImage2D to GrGLInterfaceGravatar commit-bot@chromium.org2013-04-11
* Add support for IMG's MSAA extension.Gravatar bsalomon@google.com2013-03-19
* Add support to GrGLInterface for vertex array objectsGravatar bsalomon@google.com2013-03-01
* Revert 7919 and 7920 (committed wrong version of r7919.)Gravatar bsalomon@google.com2013-03-01
* Add support to GrGLInterface for vertex array objectsGravatar bsalomon@google.com2013-03-01
* Move the default definition of GR_USE_NEW_SHADER_SOURCE_SIGNATURE to GrGLConfig.Gravatar bsalomon@google.com2013-02-28
* Use glGetStringi to get extensions when available.Gravatar bsalomon@google.com2013-02-26
* Add support for new glShaderSource() signature from Khronos. Disabled by def...Gravatar senorblanco@chromium.org2012-11-19
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* NV PR spec update to function param, use GrGL typedefs rather than fundamenta...Gravatar bsalomon@google.com2012-06-13
* Remove glBlendEquation and glColorPointerGravatar bsalomon@google.com2012-06-08
* Add GL function pointers for GL_NV_path_renderingGravatar bsalomon@google.com2012-06-06
* Add glTexParameteriv to GL interfaceGravatar bsalomon@google.com2012-05-31
* Move GL function prototype typdefs to a separate headerGravatar bsalomon@google.com2012-05-07