index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
gl
/
win
Commit message (
Expand
)
Author
Age
*
eliminate SK_BUILD_FOR_WIN32
Mike Klein
2018-01-26
*
Rename GrGLAssembleFooInterface to GrGLMakeAssembledFooInterface.
Brian Salomon
2017-12-11
*
Add GrGLMakeNativeInterface factory that returns sk_sp<const GrGLInterface>.
Brian Salomon
2017-12-11
*
SkLeanWindows.h: #include "Windows.h" fewer places
halcanary
2016-06-07
*
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
*
Change use of LoadLibrary to LoadLibraryA
jvanverth
2016-01-04
*
Start making all .cpp files compile-able on all platforms.
mtklein
2015-11-02
*
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
*
Move WGL header from include to src
djsollen
2014-11-14
*
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
*
When performing offscreen rendering on windows, attempt to use a pbuffer cont...
bsalomon
2014-07-01
*
Fix ANGLE build wrong glGetString being called issue
bsalomon
2014-06-30
*
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
*
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
*
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
*
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
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2014-01-10
*
Fix GL context creation on Windows when NV path rendering
robertphillips@google.com
2014-01-09
*
Use lowercase windows.h in includes to fix Windows cross compilation using mi...
bungeman@google.com
2013-12-03
*
Add swapBuffer call to SkGLContextHelper.
djsollen@google.com
2013-10-09
*
Rip out CSAA support
commit-bot@chromium.org
2013-09-06
*
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
[next]