| Commit message (Expand) | Author | Age |
* | Always store pixels of mutable bitmaps when recording a SkPicture. | djsollen@google.com | 2012-07-27 |
* | Reapply "Remove Bitmaps Raw Pixel Support." | djsollen@google.com | 2012-07-27 |
* | Added ctor to SkClipStack and isEmpty method | robertphillips@google.com | 2012-07-26 |
* | reject any paths that are not finite. | reed@google.com | 2012-07-26 |
* | explicitly track if a path is finite or not | reed@google.com | 2012-07-26 |
* | Revert "Remove Bitmaps Raw Pixel Support." | djsollen@google.com | 2012-07-26 |
* | Correctly calculate remaining span length in Neon fallback blitter | skyostil@google.com | 2012-07-26 |
* | Use asNewCustomStage instead of asABitmap in SkGpuDevice, also removed now-un... | rileya@google.com | 2012-07-25 |
* | Prevent MipMaps from crashing. | bungeman@google.com | 2012-07-25 |
* | Added isIntersectionOfRects to SkClipStack | robertphillips@google.com | 2012-07-24 |
* | Avoid a loop in writeString and writePad by zeroing padding first. | scroggo@google.com | 2012-07-24 |
* | Split SkGlyph into its own header. | bungeman@google.com | 2012-07-24 |
* | Added bound computation to SkClipStack | robertphillips@google.com | 2012-07-24 |
* | land http://codereview.appspot.com/6353063/ by Lei | reed@google.com | 2012-07-24 |
* | Gave GrClip an SkClipStack-style iterator | robertphillips@google.com | 2012-07-23 |
* | Remove Bitmaps Raw Pixel Support. | djsollen@google.com | 2012-07-23 |
* | use SkTRefArray to share readonly data between pictures | reed@google.com | 2012-07-23 |
* | add protected method for internal_dispose overrides to jam fRefCnt before | reed@google.com | 2012-07-23 |
* | In SkWriter32::writeString, initialize all memory reserved. | scroggo@google.com | 2012-07-23 |
* | use SkData to share between record and playback | reed@google.com | 2012-07-21 |
* | include <new> since we use placement-new | reed@google.com | 2012-07-21 |
* | add SkTRefArray, in hopes that it will enable more sharing between picturepla... | reed@google.com | 2012-07-21 |
* | Added asNewCustomStage to SkShader and implemented it for all the gradient sh... | rileya@google.com | 2012-07-20 |
* | Made clarifying renamings to SkClipStack's iterators (and added to unit test) | robertphillips@google.com | 2012-07-20 |
* | removing trailing ',' on last entry in enum, to fix warning | reed@google.com | 2012-07-20 |
* | add SkPaint::getPosTextPath(), with gm to test it | reed@google.com | 2012-07-20 |
* | Add skipToLast method to SkClipStack | robertphillips@google.com | 2012-07-18 |
* | Use SkFlatDictionary in SkGPipe to take advantage of its new features. | scroggo@google.com | 2012-07-17 |
* | Fixed two sub-optimal iterator uses | robertphillips@google.com | 2012-07-16 |
* | Extended SkDeque's reverse iteration capability to SkClipStack | robertphillips@google.com | 2012-07-16 |
* | Refactor SkDeque's iterator and allocation method | robertphillips@google.com | 2012-07-16 |
* | Adding bracketing save/restore calls to SkPicture at record time and | junov@chromium.org | 2012-07-16 |
* | [PDF] Add link annotations. | vandebo@chromium.org | 2012-07-13 |
* | don't add circles on chopped cubics | reed@google.com | 2012-07-13 |
* | Added SkDevice onAttachToCanvas & onDetachFromCanvas methods | robertphillips@google.com | 2012-07-13 |
* | Fix SkMatrix line endings (LF) | bsalomon@google.com | 2012-07-13 |
* | Cleanup restore offsets at end of SkPicture recording | junov@chromium.org | 2012-07-12 |
* | Introduces new SingleTextureEffect base class for GrCustomStage objects. | tomhudson@google.com | 2012-07-12 |
* | check a hashtable before using a bsearch | reed@google.com | 2012-07-12 |
* | Fixing type mask computation in SkMatrix to make it faster and make it so tha... | junov@chromium.org | 2012-07-12 |
* | idea: add annotation to SkPaint | reed@google.com | 2012-07-11 |
* | add default: to switch statement, to avoid warning/error for unhandled cases. | reed@google.com | 2012-07-11 |
* | add flatten/unflatten to SkDataSet | reed@google.com | 2012-07-11 |
* | add SkDataSet class, so SkAnnotation can be more immutable-like | reed@google.com | 2012-07-11 |
* | This patch implements the diffuse and specular lighting filters in Ganesh. | senorblanco@chromium.org | 2012-07-11 |
* | Revert SkNO_RETURN_HINT fix in favor of a simpler fix | bsalomon@google.com | 2012-07-11 |
* | Fix SkNO_RETURN_HINT warnings on mac/clang | bsalomon@google.com | 2012-07-11 |
* | add SkPath::contains(x, y) | mike@reedtribe.org | 2012-07-11 |
* | Change SkFlatData to have a sentinel value, allowing the Compare function to | reed@google.com | 2012-07-10 |
* | Handle convex paths with degeneracies in cheap direction computation | bsalomon@google.com | 2012-07-10 |