aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gl
Commit message (Expand)AuthorAge
* move old (unmaintained) gl backend out of src. src/gpu superceeds this now.Gravatar reed@google.com2011-02-22
* Security fixes re getSize().Gravatar wjmaclean@chromium.org2010-12-22
* Remove include of SkGLDevice.h from SkGLCanvas.hGravatar vandebo@chromium.org2010-11-11
* Move the device capability method to SkDevice.Gravatar vandebo@chromium.org2010-10-26
* Refactor SkCanvas so that backends don't need to override it.Gravatar vandebo@chromium.org2010-10-13
* use sk_bzero instead of bzero, since it isn't always available.Gravatar reed@android.com2009-06-29
* add experimental state tracker for openglGravatar reed@android.com2009-06-12
* add isConvex() hit to SkPath, to be used to speed up fills and openglGravatar reed@android.com2009-06-03
* initialize fFlags in gradientsGravatar reed@android.com2009-06-02
* add unimpl macro to help track bugsGravatar reed@android.com2009-06-01
* update includes for android for gl backendGravatar reed@android.com2009-06-01
* update SDL port to support OpenGLGravatar reed@android.com2009-05-29
* API change: SkPath computeBounds -> getBoundsGravatar reed@android.com2009-04-01
* update header path (from android)Gravatar reed@android.com2009-01-26
* explicitly include SkGlyphCache.h, since it is no longer brought in by SkDraw.hGravatar reed@android.com2008-12-23
* grab from latest androidGravatar reed@android.com2008-12-17