index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
include
/
gpu
/
gl
/
GrGLExtensions.h
Commit message (
Expand
)
Author
Age
*
Remove SkAutoTUnref and SkAutoTDelete from public includes.
bungeman
2016-10-27
*
Move SkTArray to include/private.
bungeman
2016-02-17
*
Replace GrGLInterface's function pointers with std::functions.
bsalomon
2016-02-08
*
Fix for chrome's skia gl bindings code.
bsalomon
2015-11-16
*
Add support for EGLImage to GrGLInterface
bsalomon
2015-11-16
*
Add skstd::unique_ptr and use it.
bungeman
2015-09-07
*
Style Change: SkNEW->new; SkDELETE->delete
halcanary
2015-08-26
*
Add SK_API to GrGLExtensions
commit-bot@chromium.org
2014-02-25
*
Add hooks for GL_EXT_debug_marker in gpu
commit-bot@chromium.org
2014-02-21
*
Turn NVPR on by default (but off in tools).
commit-bot@chromium.org
2014-01-24
*
Revert "Turn NVPR on by default (but off in tools)."
halcanary@google.com
2014-01-24
*
Turn NVPR on by default (but off in tools).
commit-bot@chromium.org
2014-01-24
*
Move GrGLInterface function pointers into a nested struct
commit-bot@chromium.org
2014-01-21
*
Move GrGLExtensions from GrGLContextInfo to GrGLInterface
commit-bot@chromium.org
2014-01-17
*
Rename GrGLBinding->GrGLStandard, no longer a bitfield
commit-bot@chromium.org
2014-01-16
*
Replace uses of GrAssert by SkASSERT.
tfarina@chromium.org
2013-08-17
*
Fix GL extension printing on core profiles.
bsalomon@google.com
2013-05-02
*
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