aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/gl/SkGLContext.cpp
Commit message (Expand)AuthorAge
* Implement SkGLContext swapBuffers with fence syncsGravatar cdalton2015-06-23
* Refactor SkGLContext to be actually extendableGravatar kkinnunen2014-10-15
* Make the Sk GL context class an abstract base classGravatar kkinnunen2014-10-09
* Revert of Make the Sk GL context class an abstract base class (patchset #4 id...Gravatar bsalomon2014-10-08
* Make the Sk GL context class an abstract base classGravatar kkinnunen2014-10-08
* Split GrGLContextInfo into GrGLContext & GrGLContextInfoGravatar robertphillips@google.com2013-02-28
* Use glGetStringi to get extensions when available.Gravatar bsalomon@google.com2013-02-26
* Temporarily disable new GL error checking in ~SkGLContextGravatar robertphillips@google.com2013-02-07
* Enhance GL error checking for non-Ganesh GL callsGravatar robertphillips@google.com2013-02-07
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* Expanded distribution of instance countingGravatar robertphillips@google.com2012-06-21
* Move function decls and macros out of public headers that are meant for inter...Gravatar bsalomon@google.com2012-05-07
* Extended debug GL interface to include tracking of render buffersGravatar robertphillips@google.com2012-03-22
* Added tracking of frame buffer objects to debug GL interfaceGravatar robertphillips@google.com2012-03-21
* Move GL-specific include files to their own subdirectory, to betterGravatar tomhudson@google.com2012-02-14
* Move GL-specific source code to make room for D3D back end.Gravatar tomhudson@google.com2012-02-10