| Commit message (Expand) | Author | Age |
* | delete all old (non-Gyp) buildfiles | epoger@google.com | 2011-06-14 |
* | add SkMetaData | reed@google.com | 2011-03-30 |
* | Initial GYP file for skia / gr. Builds SampleApp on Mac, Windows, Linux. | bsalomon@google.com | 2011-03-18 |
* | add fling | reed@google.com | 2011-03-16 |
* | Add new pdf files to SampleApp xcode proj | bsalomon@google.com | 2011-03-08 |
* | Add support for clipstack to Gr. GrClip is now a list of rects and paths with... | bsalomon@google.com | 2011-03-03 |
* | Add shaded text sample and gm test. | bsalomon@google.com | 2011-01-25 |
* | Rev the GrContext interface. Context has draw* functions that take a new GrPa... | bsalomon@google.com | 2011-01-21 |
* | fix build for scalar==fixed | reed@google.com | 2011-01-04 |
* | add gpu to the default makefile | reed@google.com | 2010-12-23 |
* | add gpu backend (not hooked up yet) | reed@google.com | 2010-12-22 |
* | merge with changes for GPU backend | reed@android.com | 2010-12-20 |
* | Refactor SkCanvas so that backends don't need to override it. | vandebo@chromium.org | 2010-10-13 |
* | fix matrix use in coretext fonthost | reed@android.com | 2010-07-22 |
* | use statictextviews to display coordinates in unitmapper | reed@android.com | 2010-02-08 |
* | remove -lfreetype for now | reed@android.com | 2010-01-25 |
* | update with agl | reed@android.com | 2010-01-25 |
* | default to not showing the (slow) overview slide: hit DELETE to invoke | reed@android.com | 2009-11-04 |
* | add OVerView slide to samplecode | reed@android.com | 2009-11-03 |
* | change projects to just run with curren-os sdk, in prep for snow-lepard | reed@android.com | 2009-10-14 |
* | require expat to use with animator | reed@android.com | 2009-10-13 |
* | add BlitRow procs for 32->32, to allow for neon and other optimizations. | reed@android.com | 2009-09-23 |
* | add neon opts for matrix procs | reed@android.com | 2009-09-15 |
* | add tests for extractAlpha | reed@android.com | 2009-08-31 |
* | add boolean tests and IF/ELSE/END | reed@android.com | 2009-08-30 |
* | experimental hack to write a forth engine to drive skia | reed@android.com | 2009-08-29 |
* | fixes around isOpaque and dithering | reed@android.com | 2009-08-22 |
* | add shaderprocs for all-in-one special blits (matrix+sampler) | reed@android.com | 2009-07-16 |
* | fix gradients with alpha to convert to premul *after* the intermediate color | reed@android.com | 2009-07-02 |
* | add shape recording to pictuures (sans serialization) | reed@android.com | 2009-06-26 |
* | detect nearly translate-only matrices when drawing bitmaps (for speed) | reed@android.com | 2009-06-24 |
* | remove remaining references to porterduff | reed@android.com | 2009-06-23 |
* | move xfermode modes from porterduff into xfermode itself | reed@android.com | 2009-06-22 |
* | add sample for mipmaps | reed@android.com | 2009-06-16 |
* | add shader flag kConstInY_Flag | reed@android.com | 2009-06-12 |
* | add SkParsePath to go to/from SVG strings (e.g. "M0,0 L10,20") | reed@android.com | 2009-06-05 |
* | fix dumpcanvas to recurse on pictures and shapes | reed@android.com | 2009-06-05 |
* | update includes for android for gl backend | reed@android.com | 2009-06-01 |
* | move shapes subclasses into effects | reed@android.com | 2009-05-27 |
* | add SDL support | reed@android.com | 2009-05-22 |
* | add SkSafeRef / SkSafeUnref as inline static functions, to use in place of our | reed@android.com | 2009-05-22 |
* | add sample effects | reed@android.com | 2009-05-22 |
* | add SkSize for dimensions | reed@android.com | 2009-05-13 |
* | fix copyTo to only copy the minimum pixels per row, and to lock the src before | reed@android.com | 2009-05-05 |
* | add Table apis to SkFontHost | reed@android.com | 2009-04-08 |
* | add sample for gradients | reed@android.com | 2009-04-02 |
* | API change: SkPath computeBounds -> getBounds | reed@android.com | 2009-04-01 |
* | Add SkChunkAlloc::unalloc() to undo the last allocation, useful if the caller... | reed@android.com | 2009-03-30 |
* | rename drawable to drawing for now, so we don't collide with animator | reed@android.com | 2009-03-24 |
* | add check/hack to avoid drawing outside of the clip for hairlines | reed@android.com | 2009-03-23 |