aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/utils
Commit message (Expand)AuthorAge
* fixes for some warnings:Gravatar reed@google.com2011-01-25
* update dox to reflect that the default colorspace is CGColorSpaceCreateDevice...Gravatar reed@google.com2011-01-05
* static inline eliminates multiple definitions (and makes it zero-cost, sinceGravatar reed@android.com2011-01-04
* make inline helper static, so it can be included from than one .cppGravatar reed@android.com2011-01-03
* add colorspace option to SkBitmap -> CGImageRef utility (patch from nico)Gravatar reed@android.com2011-01-03
* add gpu to the default makefileGravatar reed@google.com2010-12-23
* add for quick gl-offscreen context (so we can draw and then readpixels for GM)Gravatar reed@google.com2010-12-21
* merge with changes for GPU backendGravatar reed@android.com2010-12-20
* PDF: Add text support with a font framework (font embedding to come).Gravatar vandebo@chromium.org2010-11-11
* Remove include of SkGLDevice.h from SkGLCanvas.hGravatar vandebo@chromium.org2010-11-11
* Refactor SkCanvas so that backends don't need to override it.Gravatar vandebo@chromium.org2010-10-13
* export line countsGravatar reed@android.com2010-05-18
* add inherit-from-root-transform flag (for fixed-positioning)Gravatar reed@android.com2010-03-23
* add localToGlobal and parentsGravatar reed@android.com2010-02-24
* more layers extracted from webkitGravatar reed@android.com2010-02-19
* update layersGravatar reed@android.com2010-02-18
* add layersGravatar reed@android.com2010-02-12
* add drawData() to canvas, to record data blobsGravatar reed@android.com2009-12-04
* add SkEvalCubicIntervalGravatar reed@android.com2009-11-03
* move boundarypatch into utilsGravatar reed@android.com2009-10-28
* update on boundary patchesGravatar reed@android.com2009-10-28
* add -forceFilter to bench toolGravatar reed@android.com2009-08-04
* add SkParsePath to go to/from SVG strings (e.g. "M0,0 L10,20")Gravatar reed@android.com2009-06-05
* fix dumpcanvas to recurse on pictures and shapesGravatar reed@android.com2009-06-05
* add SkSize for dimensionsGravatar reed@android.com2009-05-13
* add SkSfntUtils to parse some known truetype tablesGravatar reed@android.com2009-04-14
* move cg utils out of xcode and into src/includeGravatar reed@android.com2008-12-18
* grab from latest androidGravatar reed@android.com2008-12-17