aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/gl/debug
Commit message (Expand)AuthorAge
* Replace uses of GrNoncopyable by SkNoncopyable.Gravatar commit-bot@chromium.org2013-09-18
* Add glTexGen funcs to interfaceGravatar commit-bot@chromium.org2013-08-30
* Replace uses of GrAssert by SkASSERT.Gravatar tfarina@chromium.org2013-08-17
* get genmipmap function in the structGravatar commit-bot@chromium.org2013-07-26
* Fix build breakages due to r10148Gravatar robertphillips@google.com2013-07-18
* Fix header guard typos.Gravatar tfarina@chromium.org2013-07-08
* Replace fixed-size array of effect stages in GrDrawState with two appendable ...Gravatar bsalomon@google.com2013-06-13
* Remove assertion in debug GL impl that stencil buffers are deleted after FBOs...Gravatar commit-bot@chromium.org2013-06-03
* Plumbed in discard_framebuffer extensionGravatar robertphillips@google.com2013-04-29
* Update debug GL backend to match r8633Gravatar robertphillips@google.com2013-04-11
* Add glCopyTexSubImage2D to GrGLInterfaceGravatar commit-bot@chromium.org2013-04-11
* Fix a few clang errors while trying to build tools target.Gravatar tfarina@chromium.org2013-03-26
* Use vertex array objects on core profiles.Gravatar bsalomon@google.com2013-03-07
* Add support to GrGLInterface for vertex array objectsGravatar bsalomon@google.com2013-03-01
* Revert 7919 and 7920 (committed wrong version of r7919.)Gravatar bsalomon@google.com2013-03-01
* Add support to GrGLInterface for vertex array objectsGravatar bsalomon@google.com2013-03-01
* Split GrGLContextInfo into GrGLContext & GrGLContextInfoGravatar robertphillips@google.com2013-02-28
* Use glGetStringi to get extensions when available.Gravatar bsalomon@google.com2013-02-26
* Consolidate functions common the the null and debug GL interfaces.Gravatar bsalomon@google.com2013-02-26
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-26
* Add support for new glShaderSource() signature from Khronos. Disabled by def...Gravatar senorblanco@chromium.org2012-11-19
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* Fixed minor memory leaksGravatar robertphillips@google.com2012-07-31
* Fixed over-length lines in GrGLCreateDebugInterface.cppGravatar robertphillips@google.com2012-07-13
* Removed cached copy of the GrDebugGLInterfaceGravatar robertphillips@google.com2012-06-26
* Add strings to debug/null interfaces glGetStringGravatar bsalomon@google.com2012-06-15
* Remove glBlendEquation and glColorPointerGravatar bsalomon@google.com2012-06-08
* fix warnings on Mac in src/gpu and include/gpuGravatar caryclark@google.com2012-06-06
* Add glTexParameteriv to GL interfaceGravatar bsalomon@google.com2012-05-31
* Added knowledge of GL_RED textures to debugGLReadPixelsGravatar robertphillips@google.com2012-05-30
* Fix some EOLs, mark files with the LF property.Gravatar bsalomon@google.com2012-05-24
* Debug Windows compiler complaint fixesGravatar robertphillips@google.com2012-05-14
* Make GrGLDefines.h be a private headerGravatar bsalomon@google.com2012-05-07
* Bumped num stages to 4 in preparation for AA clippingGravatar robertphillips@google.com2012-04-27
* Added glBlendEquation to GL interfaceGravatar robertphillips@google.com2012-04-18
* Minor code cleanup of Debug GL InterfaceGravatar robertphillips@google.com2012-04-16
* Fixed uninitialized memory issue on Linux when running "gm --debuggl"Gravatar robertphillips@google.com2012-04-12
* Initial split up of Debug Interface into separate filesGravatar robertphillips@google.com2012-04-05
* Moved Debug GL interface to src/gpu/gl/debug in preparation for splitting it up.Gravatar robertphillips@google.com2012-03-28