| Commit message (Expand) | Author | Age |
* | change SkMaskFilter methods to const, in preparation for making the class as | reed@google.com | 2012-12-18 |
* | 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 |
* | Add RRect GM | robertphillips@google.com | 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 |
* | 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 |
* | Fix r6808 fix & some compiler warnings | robertphillips@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 |
* | Fix compiler warning as error bug | robertphillips@google.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 |
* | part of prev CL for rrect | 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 |
* | Modifications to GrPatherRenderer(Chain) interfaces to support clip mask mana... | bsalomon@google.com | 2012-12-10 |
* | 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 |
* | comment-only fix | epoger@google.com | 2012-12-07 |
* | Defining new color constat for transparent color | junov@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 |
* | Add drawPoints dash bench | robertphillips@google.com | 2012-12-05 |
* | Make SkClipStack::Iter use SkClipStack::Element. | bsalomon@google.com | 2012-12-04 |
* | Fix compiler error in SkTInternalList.h | robertphillips@google.com | 2012-12-03 |
* | Added SK_BUILD_FOR_NACL to SkPreConfig.h | borenet@google.com | 2012-12-03 |
* | add getTypes() to SkMatrix44, to cache how complex the matrix is. | reed@google.com | 2012-12-03 |
* | 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 |
* | Rename SkTDLinkedList to SkTInternalLinked list, add some methods useful for ... | bsalomon@google.com | 2012-12-03 |
* | Tweak an enum declaration to make the clang compiler happy. | tomhudson@google.com | 2012-12-03 |
* | Create aliases AddRef() and Release() to SkRefCnt for compatibility with scop... | reed@google.com | 2012-11-30 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2012-11-30 |
* | Remove SkClipStack::Iter::combinedNext. | bsalomon@google.com | 2012-11-29 |
* | Make SkClipStack::Element public. | bsalomon@google.com | 2012-11-29 |
* | Rename SkClipStack::Rec to SkClipStack::Element | bsalomon@google.com | 2012-11-29 |
* | Add newline at end of SkRRect.h | robertphillips@google.com | 2012-11-29 |