index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
gl
/
debug
Commit message (
Expand
)
Author
Age
*
Replace uses of GrNoncopyable by SkNoncopyable.
commit-bot@chromium.org
2013-09-18
*
Add glTexGen funcs to interface
commit-bot@chromium.org
2013-08-30
*
Replace uses of GrAssert by SkASSERT.
tfarina@chromium.org
2013-08-17
*
get genmipmap function in the struct
commit-bot@chromium.org
2013-07-26
*
Fix build breakages due to r10148
robertphillips@google.com
2013-07-18
*
Fix header guard typos.
tfarina@chromium.org
2013-07-08
*
Replace fixed-size array of effect stages in GrDrawState with two appendable ...
bsalomon@google.com
2013-06-13
*
Remove assertion in debug GL impl that stencil buffers are deleted after FBOs...
commit-bot@chromium.org
2013-06-03
*
Plumbed in discard_framebuffer extension
robertphillips@google.com
2013-04-29
*
Update debug GL backend to match r8633
robertphillips@google.com
2013-04-11
*
Add glCopyTexSubImage2D to GrGLInterface
commit-bot@chromium.org
2013-04-11
*
Fix a few clang errors while trying to build tools target.
tfarina@chromium.org
2013-03-26
*
Use vertex array objects on core profiles.
bsalomon@google.com
2013-03-07
*
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
*
Add support to GrGLInterface for vertex array objects
bsalomon@google.com
2013-03-01
*
Split GrGLContextInfo into GrGLContext & GrGLContextInfo
robertphillips@google.com
2013-02-28
*
Use glGetStringi to get extensions when available.
bsalomon@google.com
2013-02-26
*
Consolidate functions common the the null and debug GL interfaces.
bsalomon@google.com
2013-02-26
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-01-26
*
Add support for new glShaderSource() signature from Khronos. Disabled by def...
senorblanco@chromium.org
2012-11-19
*
Result of running tools/sanitize_source_files.py (which was added in https://...
rmistry@google.com
2012-08-23
*
Fixed minor memory leaks
robertphillips@google.com
2012-07-31
*
Fixed over-length lines in GrGLCreateDebugInterface.cpp
robertphillips@google.com
2012-07-13
*
Removed cached copy of the GrDebugGLInterface
robertphillips@google.com
2012-06-26
*
Add strings to debug/null interfaces glGetString
bsalomon@google.com
2012-06-15
*
Remove glBlendEquation and glColorPointer
bsalomon@google.com
2012-06-08
*
fix warnings on Mac in src/gpu and include/gpu
caryclark@google.com
2012-06-06
*
Add glTexParameteriv to GL interface
bsalomon@google.com
2012-05-31
*
Added knowledge of GL_RED textures to debugGLReadPixels
robertphillips@google.com
2012-05-30
*
Fix some EOLs, mark files with the LF property.
bsalomon@google.com
2012-05-24
*
Debug Windows compiler complaint fixes
robertphillips@google.com
2012-05-14
*
Make GrGLDefines.h be a private header
bsalomon@google.com
2012-05-07
*
Bumped num stages to 4 in preparation for AA clipping
robertphillips@google.com
2012-04-27
*
Added glBlendEquation to GL interface
robertphillips@google.com
2012-04-18
*
Minor code cleanup of Debug GL Interface
robertphillips@google.com
2012-04-16
*
Fixed uninitialized memory issue on Linux when running "gm --debuggl"
robertphillips@google.com
2012-04-12
*
Initial split up of Debug Interface into separate files
robertphillips@google.com
2012-04-05
*
Moved Debug GL interface to src/gpu/gl/debug in preparation for splitting it up.
robertphillips@google.com
2012-03-28