index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
gl
/
egl
Commit message (
Expand
)
Author
Age
*
GrGLES: unify MakeNativeInterface_{android,egl}
Hal Canary
2018-03-15
*
Rename GrGLAssembleFooInterface to GrGLMakeAssembledFooInterface.
Brian Salomon
2017-12-11
*
Add GrGLMakeNativeInterface factory that returns sk_sp<const GrGLInterface>.
Brian Salomon
2017-12-11
*
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
*
Store null GL context's state in interface object
bsalomon
2016-03-18
*
detach -> release
mtklein
2016-03-16
*
add wait on fence without flush
joshualitt
2016-01-20
*
Add ability to wire up sharelist in glcontext creation
joshualitt
2016-01-20
*
Use size_t for strlen() return value
scroggo
2015-12-10
*
Initial version of external_oes texture support and unit test
bsalomon
2015-11-22
*
Revert of Initial version of external_oes texture support and unit test (patc...
bsalomon
2015-11-20
*
Initial version of external_oes texture support and unit test
bsalomon
2015-11-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
*
Add extra safety check to the EGL context setup.
joakim.landberg
2014-12-01
*
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
*
Revert "Add support for EGL on linux"
borenet
2014-09-24
*
Add support for EGL on linux
derekf
2014-09-23