index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
include
/
gpu
/
gl
Commit message (
Expand
)
Author
Age
*
Rip out CSAA support
commit-bot@chromium.org
2013-09-06
*
Add support for ES3 MSAA.
commit-bot@chromium.org
2013-09-05
*
Add OpenGL 4.4 support to SkNativeGLContext and GrGLCreateNativeInterface and...
commit-bot@chromium.org
2013-09-03
*
Add glTexGen funcs to interface
commit-bot@chromium.org
2013-08-30
*
Replace uses of GR_DEBUG by SK_DEBUG.
commit-bot@chromium.org
2013-08-28
*
Replace uses of GR_API by SK_API.
commit-bot@chromium.org
2013-08-20
*
Replace uses of GrAssert by SkASSERT.
tfarina@chromium.org
2013-08-17
*
temporary kES2_GrGLBinding alias to unblock DEPS roll
bsalomon@google.com
2013-08-15
*
missing header from previous commit
bsalomon@google.com
2013-08-15
*
get genmipmap function in the struct
commit-bot@chromium.org
2013-07-26
*
Fix GL extension printing on core profiles.
bsalomon@google.com
2013-05-02
*
Plumbed in discard_framebuffer extension
robertphillips@google.com
2013-04-29
*
Add glCopyTexSubImage2D to GrGLInterface
commit-bot@chromium.org
2013-04-11
*
Add support for IMG's MSAA extension.
bsalomon@google.com
2013-03-19
*
Add support to GrGLInterface for vertex array objects
bsalomon@google.com
2013-03-01
*
Revert 7919 and 7920 (committed wrong version of r7919.)
bsalomon@google.com
2013-03-01
*
Add support to GrGLInterface for vertex array objects
bsalomon@google.com
2013-03-01
*
Split GrGLContextInfo into GrGLContext & GrGLContextInfo
robertphillips@google.com
2013-02-28
*
Move the default definition of GR_USE_NEW_SHADER_SOURCE_SIGNATURE to GrGLConfig.
bsalomon@google.com
2013-02-28
*
Use updated Khronos signature for glShaderSource
commit-bot@chromium.org
2013-02-28
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-02-27
*
Use glGetStringi to get extensions when available.
bsalomon@google.com
2013-02-26
*
Use CPU arrays for dynamic indices/vertices on ARM GPUs.
bsalomon@google.com
2013-02-21
*
Use CGL rather than AGL on the Mac.
bsalomon@google.com
2013-02-14
*
Enhance GL error checking for non-Ganesh GL calls
robertphillips@google.com
2013-02-07
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-01-26
*
Add support for new glShaderSource() signature from Khronos. Disabled by def...
senorblanco@chromium.org
2012-11-19
*
Improve NaCl support
borenet@google.com
2012-11-01
*
Add SkNativeGLContext implementation for iOS.
bsalomon@google.com
2012-10-02
*
Result of running tools/sanitize_source_files.py (which was added in https://...
rmistry@google.com
2012-08-23
*
Initial support for GL_NV_path_renering. Experimental, there are still some i...
bsalomon@google.com
2012-06-28
*
Expanded distribution of instance counting
robertphillips@google.com
2012-06-21
*
NV PR spec update to function param, use GrGL typedefs rather than fundamenta...
bsalomon@google.com
2012-06-13
*
Remove glBlendEquation and glColorPointer
bsalomon@google.com
2012-06-08
*
Add GL function pointers for GL_NV_path_rendering
bsalomon@google.com
2012-06-06
*
Add glTexParameteriv to GL interface
bsalomon@google.com
2012-05-31
*
Remove support for vertex attribute matrices
bsalomon@google.com
2012-05-11
*
Comment improvements to GrGLInterface
bsalomon@google.com
2012-05-07
*
Move GL function prototype typdefs to a separate header
bsalomon@google.com
2012-05-07
*
move more stuff that should be private out from GrGLConfig.h
bsalomon@google.com
2012-05-07
*
Make GrGLDefines.h be a private header
bsalomon@google.com
2012-05-07
*
Move function decls and macros out of public headers that are meant for inter...
bsalomon@google.com
2012-05-07
*
Re-adding red texture support (by rolling back r3800)
robertphillips@google.com
2012-04-30
*
Roll back http://code.google.com/p/skia/source/detail?r=3622 to deal with htt...
epoger@google.com
2012-04-30
*
Fix undefined GLint in Mac builds
bsalomon@google.com
2012-04-19
*
Added glBlendEquation to GL interface
robertphillips@google.com
2012-04-18
*
Add support for GL_NV_framebuffer_multisample_coverage
bsalomon@google.com
2012-04-11
*
Initial version of R8 support
robertphillips@google.com
2012-04-06
*
Removed ANGLE namespace requirement
robertphillips@google.com
2012-04-02
*
Alphabetize gl function pointer typedefs / decls. Wrap pointers to auto-NULL ...
bsalomon@google.com
2012-03-29
[next]