aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu/gl
Commit message (Expand)AuthorAge
* Cleanup GrGLInterface after Chromium changesGravatar commit-bot@chromium.org2014-02-28
* Add SK_API to GrGLExtensionsGravatar commit-bot@chromium.org2014-02-25
* 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
* Turn NVPR on by default (but off in tools).Gravatar commit-bot@chromium.org2014-01-24
* Revert "Turn NVPR on by default (but off in tools)."Gravatar halcanary@google.com2014-01-24
* Turn NVPR on by default (but off in tools).Gravatar commit-bot@chromium.org2014-01-24
* Move GrGLInterface function pointers into a nested structGravatar commit-bot@chromium.org2014-01-21
* Adding SK_API to SkGLContextHelper and SkNullGLContext for use in blink unit ...Gravatar commit-bot@chromium.org2014-01-17
* Move GrGLExtensions from GrGLContextInfo to GrGLInterfaceGravatar commit-bot@chromium.org2014-01-17
* Remove GR_GL_IGNORE_ES3_MSAA.sGravatar commit-bot@chromium.org2014-01-16
* Allow GrGLInterface factories in Chromium to continue to compile.Gravatar commit-bot@chromium.org2014-01-16
* 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
* 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
* Use lowercase windows.h in includes to fix Windows cross compilation using mi...Gravatar bungeman@google.com2013-12-03
* Export GrGLCreateNullInterface for use in Chromium compositor unit tests.Gravatar commit-bot@chromium.org2013-11-25
* Added support for Chrome's gpu command buffer extension BindUniformLocation.Gravatar commit-bot@chromium.org2013-11-07
* Add swapBuffer call to SkGLContextHelper.Gravatar djsollen@google.com2013-10-09
* Replace GR_*_BUILD by their SK_BUILD_FOR_* equivalents.Gravatar commit-bot@chromium.org2013-09-25
* Remove GrRefCnt.h in favor of SkRefCnt.hGravatar commit-bot@chromium.org2013-09-09
* Rip out CSAA supportGravatar commit-bot@chromium.org2013-09-06
* Add support for ES3 MSAA.Gravatar commit-bot@chromium.org2013-09-05
* Add OpenGL 4.4 support to SkNativeGLContext and GrGLCreateNativeInterface and...Gravatar commit-bot@chromium.org2013-09-03
* Add glTexGen funcs to interfaceGravatar commit-bot@chromium.org2013-08-30
* Replace uses of GR_DEBUG by SK_DEBUG.Gravatar commit-bot@chromium.org2013-08-28
* Replace uses of GR_API by SK_API.Gravatar commit-bot@chromium.org2013-08-20
* Replace uses of GrAssert by SkASSERT.Gravatar tfarina@chromium.org2013-08-17
* temporary kES2_GrGLBinding alias to unblock DEPS rollGravatar bsalomon@google.com2013-08-15
* missing header from previous commitGravatar bsalomon@google.com2013-08-15
* get genmipmap function in the structGravatar commit-bot@chromium.org2013-07-26
* Fix GL extension printing on core profiles.Gravatar bsalomon@google.com2013-05-02
* 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
* Split GrGLContextInfo into GrGLContext & GrGLContextInfoGravatar robertphillips@google.com2013-02-28
* Move the default definition of GR_USE_NEW_SHADER_SOURCE_SIGNATURE to GrGLConfig.Gravatar bsalomon@google.com2013-02-28
* Use updated Khronos signature for glShaderSourceGravatar commit-bot@chromium.org2013-02-28
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-02-27
* Use glGetStringi to get extensions when available.Gravatar bsalomon@google.com2013-02-26
* Use CPU arrays for dynamic indices/vertices on ARM GPUs.Gravatar bsalomon@google.com2013-02-21
* Use CGL rather than AGL on the Mac.Gravatar bsalomon@google.com2013-02-14
* Enhance GL error checking for non-Ganesh GL callsGravatar robertphillips@google.com2013-02-07