aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/gl/mesa/GrGLCreateMesaInterface.cpp
Commit message (Expand)AuthorAge
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2014-04-30
* Move GrGLInterface function ptr setup into a common function for all OpenGL G...Gravatar commit-bot@chromium.org2014-04-29
* Rename GR_GL_GET_PROC macros in mesa and unix GrGLInterface factories to be m...Gravatar commit-bot@chromium.org2014-04-28
* 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_ARB_invalidate_subdata functions to GrGLInterface.Gravatar bsalomon@google.com2014-04-01
* Change if/else to if in two GrGLInterface factories.Gravatar commit-bot@chromium.org2014-03-31
* 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 GrGLInterface function pointers into a nested structGravatar commit-bot@chromium.org2014-01-21
* Move GrGLExtensions from GrGLContextInfo to GrGLInterfaceGravatar commit-bot@chromium.org2014-01-17
* Rename GrGLBinding->GrGLStandard, no longer a bitfieldGravatar commit-bot@chromium.org2014-01-16
* Make GrGLInterface be context-specific on all platformsGravatar commit-bot@chromium.org2014-01-15
* Add glTexGen funcs to interfaceGravatar commit-bot@chromium.org2013-08-30
* get genmipmap function in the structGravatar commit-bot@chromium.org2013-07-26
* Add glCopyTexSubImage2D to GrGLInterfaceGravatar commit-bot@chromium.org2013-04-11
* Fix mesa issues.Gravatar bsalomon@google.com2013-03-01
* 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
* Fix mesa build error from r7519.Gravatar bsalomon@google.com2013-03-01
* Add support to GrGLInterface for vertex array objectsGravatar bsalomon@google.com2013-03-01
* Use glGetStringi to get extensions when available.Gravatar bsalomon@google.com2013-02-26
* Fix macro redefinition warning on 10.6 bots in mesa code.Gravatar bsalomon@google.com2013-01-08
* Remove glBlendEquation and glColorPointerGravatar bsalomon@google.com2012-06-08
* Add glTexParameteriv to MESA GrGLInterface (missing from r4099)Gravatar bsalomon@google.com2012-05-31
* Move function decls and macros out of public headers that are meant for inter...Gravatar bsalomon@google.com2012-05-07
* Added glBlendEquation to GL interfaceGravatar robertphillips@google.com2012-04-18
* Moved mac, unix, win and mesa directories under src/gpu/glGravatar robertphillips@google.com2012-03-28