| Commit message (Expand) | Author | Age |
* | http://code.google.com/p/skia/issues/detail?id=32 | reed@android.com | 2009-08-28 |
* | fix gaps in antialiased hairlines (thanks to preda) | reed@android.com | 2009-08-28 |
* | expand SkShader's flag kConstInY to 16 and 32 variants, allowing a shader | reed@android.com | 2009-08-27 |
* | show the hairlines after each test iteration | reed@android.com | 2009-08-25 |
* | special case 1x1 bitmaps when drawn as a shader (treat as a solid color) | reed@android.com | 2009-08-25 |
* | fixes around isOpaque and dithering | reed@android.com | 2009-08-22 |
* | respect dither setting in index8->565 sprite case | reed@android.com | 2009-08-20 |
* | close out previous contour (so we don't miss the last segment) | reed@android.com | 2009-08-14 |
* | add 'r' (rotate) 's' (scale) options to SampleApp to test those matrix ops on | reed@android.com | 2009-08-14 |
* | test for non-scaled bitmap tiles | reed@android.com | 2009-08-13 |
* | rename SK_BUILD_SUBPIXEL to SK_SUPPORT_LCDTEXT to better match the name of the | reed@android.com | 2009-07-22 |
* | remove conditional build flag for mipmaps | reed@android.com | 2009-07-17 |
* | add shaderprocs for all-in-one special blits (matrix+sampler) | reed@android.com | 2009-07-16 |
* | handle cap==round for drawPoints | reed@android.com | 2009-07-10 |
* | tweaks to 16bit shaders | reed@android.com | 2009-07-10 |
* | make a deep copy in CreateCGImageRef if we're 565, but first upscale to 32bit. | reed@android.com | 2009-07-10 |
* | respect preferred config when png is index-based | reed@android.com | 2009-07-08 |
* | check if the encoder factory returned null | reed@android.com | 2009-07-07 |
* | more checks for null shapes in pictures | reed@android.com | 2009-07-03 |
* | fix gradients with alpha to convert to premul *after* the intermediate color | reed@android.com | 2009-07-02 |
* | use sk_bzero instead of bzero, since it isn't always available. | reed@android.com | 2009-06-29 |
* | add shape flatten so they work properly in pictures | reed@android.com | 2009-06-29 |
* | 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 |
* | remove deprecated use of porterduff enum | 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 optional Format* parameter to decoder helper functions. | reed@android.com | 2009-06-15 |
* | add shader flag kConstInY_Flag | reed@android.com | 2009-06-12 |
* | Some Linux / 64-bit compile fixes. | deanm@chromium.org | 2009-06-11 |
* | 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 |
* | add isConvex() hit to SkPath, to be used to speed up fills and opengl | reed@android.com | 2009-06-03 |
* | update includes for android for gl backend | reed@android.com | 2009-06-01 |
* | call notifyPixelsChanged() when the pages are flipped in pageflippixelref | reed@android.com | 2009-05-30 |
* | animate matrixref in sample shapes | reed@android.com | 2009-05-27 |
* | 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 |
* | shapes checkpoint: move matrix into groupshape and out of shape | reed@android.com | 2009-05-18 |
* | 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 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 |
* | add check/hack to avoid drawing outside of the clip for hairlines | reed@android.com | 2009-03-23 |
* | promote SkMask's rowBytes to 32bits, since its bounds is a 32bit rect | reed@android.com | 2009-03-19 |
* | disable cubic test for now (currently broken) | reed@android.com | 2009-03-16 |