aboutsummaryrefslogtreecommitdiffhomepage
path: root/xcode/sampleapp
Commit message (Expand)AuthorAge
* Add shaded text sample and gm test.Gravatar bsalomon@google.com2011-01-25
* Rev the GrContext interface. Context has draw* functions that take a new GrPa...Gravatar bsalomon@google.com2011-01-21
* fix build for scalar==fixedGravatar reed@google.com2011-01-04
* add gpu to the default makefileGravatar reed@google.com2010-12-23
* add gpu backend (not hooked up yet)Gravatar reed@google.com2010-12-22
* merge with changes for GPU backendGravatar reed@android.com2010-12-20
* Refactor SkCanvas so that backends don't need to override it.Gravatar vandebo@chromium.org2010-10-13
* fix matrix use in coretext fonthostGravatar reed@android.com2010-07-22
* use statictextviews to display coordinates in unitmapperGravatar reed@android.com2010-02-08
* remove -lfreetype for nowGravatar reed@android.com2010-01-25
* update with aglGravatar reed@android.com2010-01-25
* default to not showing the (slow) overview slide: hit DELETE to invokeGravatar reed@android.com2009-11-04
* add OVerView slide to samplecodeGravatar reed@android.com2009-11-03
* change projects to just run with curren-os sdk, in prep for snow-lepardGravatar reed@android.com2009-10-14
* require expat to use with animatorGravatar reed@android.com2009-10-13
* add BlitRow procs for 32->32, to allow for neon and other optimizations.Gravatar reed@android.com2009-09-23
* add neon opts for matrix procsGravatar reed@android.com2009-09-15
* add tests for extractAlphaGravatar reed@android.com2009-08-31
* add boolean tests and IF/ELSE/ENDGravatar reed@android.com2009-08-30
* experimental hack to write a forth engine to drive skiaGravatar reed@android.com2009-08-29
* fixes around isOpaque and ditheringGravatar reed@android.com2009-08-22
* add shaderprocs for all-in-one special blits (matrix+sampler)Gravatar reed@android.com2009-07-16
* fix gradients with alpha to convert to premul *after* the intermediate colorGravatar reed@android.com2009-07-02
* add shape recording to pictuures (sans serialization)Gravatar reed@android.com2009-06-26
* detect nearly translate-only matrices when drawing bitmaps (for speed)Gravatar reed@android.com2009-06-24
* remove remaining references to porterduffGravatar 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 shader flag kConstInY_FlagGravatar reed@android.com2009-06-12
* 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
* update includes for android for gl backendGravatar reed@android.com2009-06-01
* 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
* 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 Table apis to SkFontHostGravatar reed@android.com2009-04-08
* 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
* rename drawable to drawing for now, so we don't collide with animatorGravatar reed@android.com2009-03-24
* add check/hack to avoid drawing outside of the clip for hairlinesGravatar reed@android.com2009-03-23
* check-point for drawables (experimental)Gravatar reed@android.com2009-03-23
* promote SkMask's rowBytes to 32bits, since its bounds is a 32bit rectGravatar reed@android.com2009-03-19
* mac fonts sort of work nowGravatar reed@android.com2009-03-09
* Chop quads exactly on the clip bounds, so we don't spend CPU cycles walking themGravatar reed@android.com2009-02-06
* first pass at clean up of the 3 config filesGravatar reed@android.com2009-01-08
* add benchmark frameworkGravatar reed@android.com2009-01-05