index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
gl
/
android
Commit message (
Expand
)
Author
Age
*
GrGLES: unify MakeNativeInterface_{android,egl}
Hal Canary
2018-03-15
*
GrGLES: clean up android_get_gl_proc
Hal Canary
2018-03-14
*
Rename GrGLAssembleFooInterface to GrGLMakeAssembledFooInterface.
Brian Salomon
2017-12-11
*
Add GrGLMakeNativeInterface factory that returns sk_sp<const GrGLInterface>.
Brian Salomon
2017-12-11
*
use statically linked glGetShaderPrecisionFormat on Android
Brian Salomon
2017-06-13
*
Style bikeshed - remove extraneous whitespace
halcanary
2016-03-29
*
Add support for EGLImage to GrGLInterface
bsalomon
2015-11-16
*
Start making all .cpp files compile-able on all platforms.
mtklein
2015-11-02
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
Add tokens and entry points for KHR_blend_equation_advanced
cdalton
2015-04-22
*
Revert of Add tokens and entry points for KHR_blend_equation_advanced (patchs...
tomhudson
2015-04-21
*
Add tokens and entry points for KHR_blend_equation_advanced
cdalton
2015-04-21
*
Add gpu support for glVertexAttrb1f, 2fv, and 3fv
egdaniel
2014-10-24
*
Remove duplicated code in android_get_gl_proc.
jungjik.lee
2014-10-02
*
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
*
Fix iteration bounds of Android GL API initialization
tomhudson
2014-09-10
*
"NULL !=" = NULL
bsalomon
2014-09-05
*
Remove reliance on linked in GL functions for assembling GLES interfaces.
bsalomon
2014-08-26
*
Support using OpenGL ES context on desktop
kkinnunen
2014-06-30
*
Revert of Support using OpenGL ES context on desktop (https://codereview.chro...
rmistry
2014-06-23
*
Support using OpenGL ES context on desktop
kkinnunen
2014-06-22
*
Add support for glCompressedTexSubImage2D
krajcevski
2014-06-11
*
Add EXT suffix to EXT_map_buffer_range references
djsollen@google.com
2014-05-21
*
Add support for glMapBufferRange. Use glMapBufferRange and glMapBufferSubData.
commit-bot@chromium.org
2014-05-05
*
Revert of Add support for glMapBufferRange. Use glMapBufferRange and glMapBuf...
djsollen@google.com
2014-05-02
*
Add support for glMapBufferRange. Use glMapBufferRange and glMapBufferSubData.
commit-bot@chromium.org
2014-05-02
*
Move GrGLInterface function ptr setup into a common function for all OpenGL G...
commit-bot@chromium.org
2014-04-29
*
Use EXT_direct_state_access for path matrix manipulation
commit-bot@chromium.org
2014-04-25
*
Use fixed function pipeline only when drawing paths
commit-bot@chromium.org
2014-04-23
*
Add GL_ARB_invalidate_subdata functions to GrGLInterface.
bsalomon@google.com
2014-04-01
*
Fix bug on android with GL_EXT_debug_marker
commit-bot@chromium.org
2014-03-25
*
Add Gpu Tracing to Ganesh
commit-bot@chromium.org
2014-03-25
*
Use vertex buffer objects instead of client side arrays in fixed-function cod...
commit-bot@chromium.org
2014-02-24
*
Add hooks for GL_EXT_debug_marker in gpu
commit-bot@chromium.org
2014-02-21
*
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
*
Remove GR_GL_IGNORE_ES3_MSAA.s
commit-bot@chromium.org
2014-01-16
*
Rename GrGLBinding->GrGLStandard, no longer a bitfield
commit-bot@chromium.org
2014-01-16
*
Add swapBuffer call to SkGLContextHelper.
djsollen@google.com
2013-10-09
*
Remove coverage msaa func from android grglinterface setup
bsalomon@google.com
2013-09-06
*
Fallback to GLES context when GL context setup fails at any stage.
commit-bot@chromium.org
2013-09-06
*
Add support for ES3 MSAA.
commit-bot@chromium.org
2013-09-05
*
Fix ES2 context init.
bsalomon@google.com
2013-09-04
*
Add OpenGL 4.4 support to SkNativeGLContext and GrGLCreateNativeInterface and...
commit-bot@chromium.org
2013-09-03
*
Use indexed extensions on ES3.
commit-bot@chromium.org
2013-08-23
*
Recognize that ES3 supports texture storage. Add workaround for apparent Adre...
commit-bot@chromium.org
2013-08-21
*
Rename kES2_GrGLBinding to kES_GrGLBinding. Step 0 for supporting ES3.
bsalomon@google.com
2013-08-15
*
get genmipmap function in the struct
commit-bot@chromium.org
2013-07-26
[next]