| Commit message (Expand) | Author | Age |
* | remove experimental setAsABlur, as it forces the instance to be mutable, and was | reed@google.com | 2012-12-18 |
* | change all interfaces for SkRasterizer to const, in preparation for marking it | reed@google.com | 2012-12-18 |
* | change all patheffect methods to const, in preparation for marking its | reed@google.com | 2012-12-18 |
* | Fix drawSprite to record correctly with SkBBoxRecord | junov@chromium.org | 2012-12-18 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2012-12-18 |
* | Fix SkBBoxRecord to correctly handle SkRect arguments that are inverted rects. | junov@chromium.org | 2012-12-17 |
* | Add RRect GM | robertphillips@google.com | 2012-12-17 |
* | Fixing bounding box computation for inverse filled paths in SkBBoxRecord | junov@chromium.org | 2012-12-17 |
* | Follow up on the previous patch : | sugoi@google.com | 2012-12-17 |
* | Make all colorfilter methods const, in preparation for declaring them | reed@google.com | 2012-12-17 |
* | Mark all methods on SkXfermode as const, in preparation for declaring all | reed@google.com | 2012-12-17 |
* | 3on/3off dashing optimization | robertphillips@google.com | 2012-12-17 |
* | Adding missing oval and roundedRect primitives to SkBBoxRecord | junov@chromium.org | 2012-12-17 |
* | Fix line rendering with TileGrid and Rtree | junov@chromium.org | 2012-12-17 |
* | detect out-of-memory when we try to create a mask offscreen | reed@google.com | 2012-12-17 |
* | move inset out of SkRRect.h for now, and add experimental versions to gm | mike@reedtribe.org | 2012-12-17 |
* | add gm for rrect, and rrect.inset/outset | mike@reedtribe.org | 2012-12-17 |
* | Improving comment in SkTileGrid::search | junov@chromium.org | 2012-12-14 |
* | Replacing alloca call in SkTileGrid with SkAutoSMalloc | junov@chromium.org | 2012-12-14 |
* | Build fix for windows chromium bots. | junov@chromium.org | 2012-12-14 |
* | call lock-pixels once we know we're a sprite | reed@google.com | 2012-12-14 |
* | add per-draw checks for lockcounts | reed@google.com | 2012-12-14 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2012-12-14 |
* | reland 6798 w/ fix for bitmap-as-mask pixel-locking | reed@google.com | 2012-12-13 |
* | revert 6798 (assert in GM) | reed@google.com | 2012-12-13 |
* | add debugging flag SK_IGNORE_PIXELREF_SETPRELOCKED for pixelref locks (disabled) | reed@google.com | 2012-12-13 |
* | Goal: ensure we always balance lock/unlock pixels calls. | reed@google.com | 2012-12-13 |
* | Modifying SkTileGrid to support arbitrary query rectangles. | junov@chromium.org | 2012-12-13 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2012-12-13 |
* | revert 6766, thereby re-landing 6762-6763 now that the bots are ready | reed@google.com | 2012-12-12 |
* | revert 6762-6763, since those require new skps to be generated, and we can't | reed@google.com | 2012-12-12 |
* | make RRect and Oval first-class drawing primitives in SkCanvas. | reed@google.com | 2012-12-12 |
* | Adding quickContains API method to SkClipStack | junov@chromium.org | 2012-12-12 |
* | When cloning picture, use a bitmap heap to avoid flattening bitmaps. | scroggo@google.com | 2012-12-10 |
* | optimize for paints that don't require deep copy during clone | reed@google.com | 2012-12-10 |
* | mark our unflattened bitmap as immutable (just as picture deserialization does) | reed@google.com | 2012-12-10 |
* | don't convert clipPath -> clipRect if the path is inverse-filled | reed@google.com | 2012-12-10 |
* | In SKP serialization, use existing encoded data. | scroggo@google.com | 2012-12-10 |
* | Fixing SkClipStack::clipDevPath so that it will not convert rectangular paths... | junov@chromium.org | 2012-12-10 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2012-12-08 |
* | Make debugger profiling honor deleted commands | robertphillips@google.com | 2012-12-07 |
* | Improve handling of inverse clip paths in GrClipMaskManager. | bsalomon@google.com | 2012-12-07 |
* | Fix some extract subset bugs. | scroggo@google.com | 2012-12-07 |
* | speedup peek32() when the offset is in the last block (fTail) | reed@google.com | 2012-12-07 |
* | cache fontmetrics in picture-record | reed@google.com | 2012-12-07 |
* | mark bitmaps as immutable as we deserialize them into picture-playback | reed@google.com | 2012-12-07 |
* | Defining new color constat for transparent color | junov@google.com | 2012-12-06 |
* | Use ReduceClipStack in ClipMaskManager. | bsalomon@google.com | 2012-12-06 |
* | As part of preliminary groundwork for a chromium fix, this changelist is depr... | sugoi@google.com | 2012-12-06 |
* | add query to pixelref for its encoded data (if it has any) | reed@google.com | 2012-12-06 |