aboutsummaryrefslogtreecommitdiffhomepage
path: root/samplecode
Commit message (Expand)AuthorAge
* remove remaining references to porterduffGravatar reed@android.com2009-06-23
* remove deprecated use of porterduff enumGravatar reed@android.com2009-06-23
* move xfermode modes from porterduff into xfermode itselfGravatar reed@android.com2009-06-22
* add sample for mipmapsGravatar reed@android.com2009-06-16
* add optional Format* parameter to decoder helper functions.Gravatar reed@android.com2009-06-15
* add shader flag kConstInY_FlagGravatar reed@android.com2009-06-12
* Some Linux / 64-bit compile fixes.Gravatar deanm@chromium.org2009-06-11
* 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 isConvex() hit to SkPath, to be used to speed up fills and openglGravatar reed@android.com2009-06-03
* update includes for android for gl backendGravatar reed@android.com2009-06-01
* call notifyPixelsChanged() when the pages are flipped in pageflippixelrefGravatar reed@android.com2009-05-30
* animate matrixref in sample shapesGravatar reed@android.com2009-05-27
* move shapes subclasses into effectsGravatar reed@android.com2009-05-27
* add SDL supportGravatar reed@android.com2009-05-22
* add SkSafeRef / SkSafeUnref as inline static functions, to use in place of ourGravatar reed@android.com2009-05-22
* add sample effectsGravatar reed@android.com2009-05-22
* shapes checkpoint: move matrix into groupshape and out of shapeGravatar reed@android.com2009-05-18
* add SkSize for dimensionsGravatar reed@android.com2009-05-13
* fix copyTo to only copy the minimum pixels per row, and to lock the src beforeGravatar reed@android.com2009-05-05
* add sample for gradientsGravatar reed@android.com2009-04-02
* API change: SkPath computeBounds -> getBoundsGravatar reed@android.com2009-04-01
* Add SkChunkAlloc::unalloc() to undo the last allocation, useful if the caller...Gravatar reed@android.com2009-03-30
* add check/hack to avoid drawing outside of the clip for hairlinesGravatar reed@android.com2009-03-23
* promote SkMask's rowBytes to 32bits, since its bounds is a 32bit rectGravatar reed@android.com2009-03-19
* disable cubic test for now (currently broken)Gravatar reed@android.com2009-03-16
* add sanity checks to handles extremely large coordinates or filter margins.Gravatar reed@android.com2009-03-16
* Change (correct) SkImageRef's ownership rule for streams to the skia standardGravatar reed@android.com2009-03-16
* remember to specify the bloody font tag in the constructor!Gravatar reed@android.com2009-03-10
* mac fonts sort of work nowGravatar reed@android.com2009-03-09
* migrate more legacy unittests into tests/Gravatar reed@android.com2009-03-07
* patch SkMath.h to build in ARMv4Gravatar reed@android.com2009-03-05
* API cleanup: rename typeface Create to CreateFromName, and remove default argGravatar reed@android.com2009-03-04
* add initial unittest framework (tests)Gravatar reed@android.com2009-02-27
* Handle kA8 bitmaps drawing through a matrix (was infinitely recursive)Gravatar reed@android.com2009-02-24
* Chop quads exactly on the clip bounds, so we don't spend CPU cycles walking themGravatar reed@android.com2009-02-06
* separate image encode and decodeGravatar reed@android.com2009-01-06
* remove old test that assumed fBM had been decodedGravatar reed@android.com2008-12-23
* update more sample code to new compose shader headerGravatar reed@android.com2008-12-23
* add mac image-encodingGravatar reed@android.com2008-12-23
* add CG imagedecoder (still needs encoding)Gravatar reed@android.com2008-12-23
* add sampeapp projGravatar reed@android.com2008-12-19
* first cut at event-based test appGravatar reed@android.com2008-12-19
* grab from latest androidGravatar reed@android.com2008-12-17