aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
Commit message (Expand)AuthorAge
* Gamma correcting masks.Gravatar bungeman@google.com2012-07-30
* remove outdated test code for TEST_SRC_ALPHAGravatar reed@google.com2012-07-30
* detect null pixles in setPixels() and just clear out any existing pixelref.Gravatar reed@google.com2012-07-30
* land https://codereview.appspot.com/6448046/Gravatar reed@google.com2012-07-30
* fix the build after intentional breakGravatar epoger@google.com2012-07-27
* intentionally break the build to test notificationsGravatar epoger@google.com2012-07-27
* Add virtual destructor to class with virtual functions.Gravatar justinlin@google.com2012-07-27
* Always store pixels of mutable bitmaps when recording a SkPicture.Gravatar djsollen@google.com2012-07-27
* Reapply "Remove Bitmaps Raw Pixel Support."Gravatar djsollen@google.com2012-07-27
* Added ctor to SkClipStack and isEmpty methodGravatar robertphillips@google.com2012-07-26
* reject any paths that are not finite.Gravatar reed@google.com2012-07-26
* explicitly track if a path is finite or notGravatar reed@google.com2012-07-26
* Revert "Remove Bitmaps Raw Pixel Support."Gravatar djsollen@google.com2012-07-26
* Correctly calculate remaining span length in Neon fallback blitterGravatar skyostil@google.com2012-07-26
* Use asNewCustomStage instead of asABitmap in SkGpuDevice, also removed now-un...Gravatar rileya@google.com2012-07-25
* Prevent MipMaps from crashing.Gravatar bungeman@google.com2012-07-25
* Added isIntersectionOfRects to SkClipStackGravatar robertphillips@google.com2012-07-24
* Avoid a loop in writeString and writePad by zeroing padding first.Gravatar scroggo@google.com2012-07-24
* Split SkGlyph into its own header.Gravatar bungeman@google.com2012-07-24
* Added bound computation to SkClipStackGravatar robertphillips@google.com2012-07-24
* land http://codereview.appspot.com/6353063/ by LeiGravatar reed@google.com2012-07-24
* Gave GrClip an SkClipStack-style iteratorGravatar robertphillips@google.com2012-07-23
* Remove Bitmaps Raw Pixel Support.Gravatar djsollen@google.com2012-07-23
* use SkTRefArray to share readonly data between picturesGravatar reed@google.com2012-07-23
* add protected method for internal_dispose overrides to jam fRefCnt beforeGravatar reed@google.com2012-07-23
* In SkWriter32::writeString, initialize all memory reserved.Gravatar scroggo@google.com2012-07-23
* use SkData to share between record and playbackGravatar reed@google.com2012-07-21
* include <new> since we use placement-newGravatar reed@google.com2012-07-21
* add SkTRefArray, in hopes that it will enable more sharing between picturepla...Gravatar reed@google.com2012-07-21
* Added asNewCustomStage to SkShader and implemented it for all the gradient sh...Gravatar rileya@google.com2012-07-20
* Made clarifying renamings to SkClipStack's iterators (and added to unit test)Gravatar robertphillips@google.com2012-07-20
* removing trailing ',' on last entry in enum, to fix warningGravatar reed@google.com2012-07-20
* add SkPaint::getPosTextPath(), with gm to test itGravatar reed@google.com2012-07-20
* Add skipToLast method to SkClipStackGravatar robertphillips@google.com2012-07-18
* Use SkFlatDictionary in SkGPipe to take advantage of its new features.Gravatar scroggo@google.com2012-07-17
* Fixed two sub-optimal iterator usesGravatar robertphillips@google.com2012-07-16
* Extended SkDeque's reverse iteration capability to SkClipStackGravatar robertphillips@google.com2012-07-16
* Refactor SkDeque's iterator and allocation methodGravatar robertphillips@google.com2012-07-16
* Adding bracketing save/restore calls to SkPicture at record time andGravatar junov@chromium.org2012-07-16
* [PDF] Add link annotations.Gravatar vandebo@chromium.org2012-07-13
* don't add circles on chopped cubicsGravatar reed@google.com2012-07-13
* Added SkDevice onAttachToCanvas & onDetachFromCanvas methodsGravatar robertphillips@google.com2012-07-13
* Fix SkMatrix line endings (LF)Gravatar bsalomon@google.com2012-07-13
* Cleanup restore offsets at end of SkPicture recordingGravatar junov@chromium.org2012-07-12
* Introduces new SingleTextureEffect base class for GrCustomStage objects.Gravatar tomhudson@google.com2012-07-12
* check a hashtable before using a bsearchGravatar reed@google.com2012-07-12
* Fixing type mask computation in SkMatrix to make it faster and make it so tha...Gravatar junov@chromium.org2012-07-12
* idea: add annotation to SkPaintGravatar reed@google.com2012-07-11
* add default: to switch statement, to avoid warning/error for unhandled cases.Gravatar reed@google.com2012-07-11
* add flatten/unflatten to SkDataSetGravatar reed@google.com2012-07-11