| Commit message (Expand) | Author | Age |
* | 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 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2012-12-06 |
* | Add drawPoints dash bench | robertphillips@google.com | 2012-12-05 |
* | Add operator delete to match operator new for SkTLList. | bsalomon@google.com | 2012-12-05 |
* | Handle recording a bitmap if copy fails. | scroggo@google.com | 2012-12-04 |
* | Fix stale iterators in LList test. Add newline to end of SkTLList.h | bsalomon@google.com | 2012-12-04 |
* | Make SkClipStack::Iter use SkClipStack::Element. | bsalomon@google.com | 2012-12-04 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2012-12-04 |
* | Reland r6649 with fix for build errors. | bsalomon@google.com | 2012-12-03 |
* | Revert 6649 due to build breaks. | bsalomon@google.com | 2012-12-03 |
* | Insert in middle of SkTInternalLList and SkTLList, in place cons for | bsalomon@google.com | 2012-12-03 |
* | Add SkTLList, linked list class implemented on top of the internal llist class. | bsalomon@google.com | 2012-12-03 |
* | Revert change accidentally committed. | bsalomon@google.com | 2012-12-03 |
* | Add SkTLList, linked list class implemented on top of the internal llist class. | bsalomon@google.com | 2012-12-03 |
* | Tweak an enum declaration to make the clang compiler happy. | tomhudson@google.com | 2012-12-03 |
* | Disabling validation of the glyph cache for standard debug builds. | djsollen@google.com | 2012-11-30 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2012-11-30 |
* | Fix for roll-blocking compiler error in SkRRect.cpp | robertphillips@google.com | 2012-11-30 |
* | Remove SkClipStack::Iter::combinedNext. | bsalomon@google.com | 2012-11-29 |
* | Make SkClipStack::Element public. | bsalomon@google.com | 2012-11-29 |
* | use fast-pt case when radius <= 1/2, instead of just hairlines | reed@google.com | 2012-11-29 |
* | Change SkClipStack::Element::State to SkClipStack::Type, rename Comine* membe... | bsalomon@google.com | 2012-11-29 |
* | Rename SkClipStack::Rec to SkClipStack::Element | bsalomon@google.com | 2012-11-29 |
* | SkRoundRect start | robertphillips@google.com | 2012-11-29 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2012-11-29 |
* | Added dashing fast path | robertphillips@google.com | 2012-11-28 |
* | Set empty/wide-open genID on clip stack in more places and fix a bug in GrRed... | bsalomon@google.com | 2012-11-28 |
* | Add a function that computes a reduced representation of the clip stack. | bsalomon@google.com | 2012-11-26 |
* | change SkDrawFilter::filter to return a bool, where false means don't-draw | reed@google.com | 2012-11-26 |
* | check for bad enum use when adding contours | reed@google.com | 2012-11-26 |