aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu/gl
Commit message (Expand)AuthorAge
...
* 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
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-26
* Add support for new glShaderSource() signature from Khronos. Disabled by def...Gravatar senorblanco@chromium.org2012-11-19
* Improve NaCl supportGravatar borenet@google.com2012-11-01
* Add SkNativeGLContext implementation for iOS.Gravatar bsalomon@google.com2012-10-02
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* Initial support for GL_NV_path_renering. Experimental, there are still some i...Gravatar bsalomon@google.com2012-06-28
* Expanded distribution of instance countingGravatar robertphillips@google.com2012-06-21
* 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
* Remove support for vertex attribute matricesGravatar bsalomon@google.com2012-05-11
* Comment improvements to GrGLInterfaceGravatar bsalomon@google.com2012-05-07
* Move GL function prototype typdefs to a separate headerGravatar bsalomon@google.com2012-05-07
* move more stuff that should be private out from GrGLConfig.hGravatar bsalomon@google.com2012-05-07
* Make GrGLDefines.h be a private headerGravatar bsalomon@google.com2012-05-07
* Move function decls and macros out of public headers that are meant for inter...Gravatar bsalomon@google.com2012-05-07
* Re-adding red texture support (by rolling back r3800)Gravatar robertphillips@google.com2012-04-30