index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
gl
/
mesa
Commit message (
Expand
)
Author
Age
*
nullptr isn't an int; this is what we want
halcanary
2015-08-27
*
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
*
Cleanup GrContextFactory and make it's subclasses private
djsollen
2014-11-13
*
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
*
"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
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2014-04-30
*
Move GrGLInterface function ptr setup into a common function for all OpenGL G...
commit-bot@chromium.org
2014-04-29
*
Rename GR_GL_GET_PROC macros in mesa and unix GrGLInterface factories to be m...
commit-bot@chromium.org
2014-04-28
*
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
*
Change if/else to if in two GrGLInterface factories.
commit-bot@chromium.org
2014-03-31
*
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
*
Rename GrGLBinding->GrGLStandard, no longer a bitfield
commit-bot@chromium.org
2014-01-16
*
Make GrGLInterface be context-specific on all platforms
commit-bot@chromium.org
2014-01-15
*
Add swapBuffer call to SkGLContextHelper.
djsollen@google.com
2013-10-09
*
Add glTexGen funcs to interface
commit-bot@chromium.org
2013-08-30
*
get genmipmap function in the struct
commit-bot@chromium.org
2013-07-26
*
Add glCopyTexSubImage2D to GrGLInterface
commit-bot@chromium.org
2013-04-11
*
Fix mesa issues.
bsalomon@google.com
2013-03-01
*
Add support to GrGLInterface for vertex array objects
bsalomon@google.com
2013-03-01
*
Revert 7919 and 7920 (committed wrong version of r7919.)
bsalomon@google.com
2013-03-01
*
Fix mesa build error from r7519.
bsalomon@google.com
2013-03-01
*
Add support to GrGLInterface for vertex array objects
bsalomon@google.com
2013-03-01
*
Use glGetStringi to get extensions when available.
bsalomon@google.com
2013-02-26
*
Fix macro redefinition warning on 10.6 bots in mesa code.
bsalomon@google.com
2013-01-08
*
Attempt to fix NULL to intptr_t warning-as-error on mac build.
bsalomon@google.com
2013-01-07
*
Result of running tools/sanitize_source_files.py (which was added in https://...
rmistry@google.com
2012-08-23
*
Remove glBlendEquation and glColorPointer
bsalomon@google.com
2012-06-08
*
Add glTexParameteriv to MESA GrGLInterface (missing from r4099)
bsalomon@google.com
2012-05-31
*
Hopefully fixes linux + mac build breaks from r3851 by adding missing include...
bsalomon@google.com
2012-05-07
*
Move function decls and macros out of public headers that are meant for inter...
bsalomon@google.com
2012-05-07
*
Added glBlendEquation to GL interface
robertphillips@google.com
2012-04-18
*
Moved mac, unix, win and mesa directories under src/gpu/gl
robertphillips@google.com
2012-03-28