index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
gl
/
glx
Commit message (
Expand
)
Author
Age
*
Rename GrGLAssembleFooInterface to GrGLMakeAssembledFooInterface.
Brian Salomon
2017-12-11
*
Add GrGLMakeNativeInterface factory that returns sk_sp<const GrGLInterface>.
Brian Salomon
2017-12-11
*
Ensure glxGetProcAddress is declared
Brian Osman
2017-10-04
*
Don't ask GLX for EGL procs.
mtklein
2016-07-22
*
Move SkGLContext and some GrGLInterface implementations to skgputest module
bsalomon
2016-03-30
*
Revert of Move SkGLContext and some GrGLInterface implementations to skgputes...
robertphillips
2016-03-30
*
Move SkGLContext and some GrGLInterface implementations to skgputest module
bsalomon
2016-03-30
*
Style bikeshed - remove extraneous whitespace
halcanary
2016-03-29
*
detach -> release
mtklein
2016-03-16
*
Add ability to wire up sharelist in glcontext creation
joshualitt
2016-01-20
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
Style Change: SkNEW->new; SkDELETE->delete
halcanary
2015-08-26
*
Implement SkGLContext swapBuffers with fence syncs
cdalton
2015-06-23
*
C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}
mtklein
2015-03-25
*
Fix up all the easy virtual ... SK_OVERRIDE cases.
mtklein
2015-01-09
*
Refactor SkGLContext to be actually extendable
kkinnunen
2014-10-15
*
Make the Sk GL context class an abstract base class
kkinnunen
2014-10-09
*
Revert of Make the Sk GL context class an abstract base class (patchset #4 id...
bsalomon
2014-10-08
*
Make the Sk GL context class an abstract base class
kkinnunen
2014-10-08
*
Add support for EGL on linux
derekf
2014-10-01