index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
gl
/
GrGLInterface.cpp
Commit message (
Expand
)
Author
Age
*
Remove guard on and enable vertexAttrib function pts on GrGLInterface.
egdaniel
2014-12-03
*
Add glGetShaderPrecisionFormat
bsalomon
2014-12-03
*
Add gpu support for glVertexAttrb1f, 2fv, and 3fv
egdaniel
2014-10-24
*
Adds glMemoryGlyphIndexArrayNV to the GrGLInterface and begins
cdalton
2014-09-17
*
"NULL !=" = NULL
bsalomon
2014-09-05
*
Wrap NV_path_rendering API with GrGLPathRendering
cdalton
2014-08-11
*
Revert "Adds a GrGLPathRendering class that wraps the NV_path_rendering"
bungeman
2014-08-06
*
Adds a GrGLPathRendering class that wraps the NV_path_rendering
cdalton
2014-08-04
*
Incorporate glStencilThenCover* nvpr methods
cdalton
2014-07-29
*
Add IsPath to GrGLInterface
cdalton
2014-07-17
*
Add functions to support NV_path_rendering in OpenGL ES
kkinnunen
2014-07-02
*
Revert of Add functions to support NV_path_rendering in OpenGL ES (https://co...
rmistry
2014-06-23
*
Add functions to support NV_path_rendering in OpenGL ES
kkinnunen
2014-06-22
*
Add ifdef to not use function pointer that we don't have yet on Chromium??
krajcevski
2014-06-11
*
Add support for glCompressedTexSubImage2D
krajcevski
2014-06-11
*
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
*
Remove SkDEBUGFAILs that are problematic for Chromium
commit-bot@chromium.org
2014-05-01
*
Convert GrCrash->SkFAIL GrDebugCrash->SkDEBUGFAIL
commit-bot@chromium.org
2014-04-30
*
Fail to create GrContext when we get a NULL for a GL/GLSL version string
commit-bot@chromium.org
2014-04-30
*
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_CHROMIUM_map_sub functions to GrGLInterface and bit to GrGLCaps.
commit-bot@chromium.org
2014-04-15
*
Add GL_ARB_invalidate_subdata functions to GrGLInterface.
bsalomon@google.com
2014-04-01
*
Add Gpu Tracing to Ganesh
commit-bot@chromium.org
2014-03-25
*
Add SkASSERT's to gl/Interface validate
commit-bot@chromium.org
2014-03-24
*
Cleanup GrGLInterface after Chromium changes
commit-bot@chromium.org
2014-02-28
*
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
*
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
*
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
*
Fix compilation with SK_ENABLE_INST_COUNT=1
commit-bot@chromium.org
2013-12-05
*
Remove the SKIA_IGNORE_GPU_MIPMAPS now that Chrome sets glGenMipmap for
commit-bot@chromium.org
2013-11-20
*
Add support for ES3 MSAA.
commit-bot@chromium.org
2013-09-05
*
Fix invalid enum error when checking for core profile in GrGLInterface::valid...
bsalomon@google.com
2013-08-30
*
Add glTexGen funcs to interface
commit-bot@chromium.org
2013-08-30
*
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
*
Add validation check that linewidth func is present (we already call it on ES).
commit-bot@chromium.org
2013-08-20
*
Support VAO when on ES3.
commit-bot@chromium.org
2013-08-16
*
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
*
Add support for GL_EXT_multisampled_render_to_texture.
bsalomon@google.com
2013-05-01
*
Remove guard against checking for copytexsubimage2d ptr in GrGLInterface::val...
commit-bot@chromium.org
2013-04-29
[next]