aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
Commit message (Expand)AuthorAge
* Privatization:Gravatar reed@google.com2012-08-07
* Refactor Bitmap Storage for SkPicture using SkPipe's design.Gravatar djsollen@google.com2012-08-07
* Adding storage of SkPath::fIsOvalGravatar robertphillips@google.com2012-08-07
* Fix for r4978 unit test failure. TBR by BrianGravatar robertphillips@google.com2012-08-07
* Update SkFlattenable buffers to be more modular.Gravatar djsollen@google.com2012-08-07
* change SkTextToPathIter to allow continuation even when there is no path forGravatar reed@google.com2012-08-07
* Added SkClipStack portion of new clip mask caching systemGravatar robertphillips@google.com2012-08-07
* move SkTextToPathIter into private headerGravatar reed@google.com2012-08-07
* move SkFilterShader into private headerGravatar reed@google.com2012-08-06
* Even when the pts are restricted to 32K values, we can still overflow computingGravatar reed@google.com2012-08-06
* rm: Introduce SK_ARM_NEON_WRAP handy wrapper macro.Gravatar digit@google.com2012-08-06
* tie slow sort (STD) to legacy AA, so that skia can use the fast one, and so thatGravatar reed@google.com2012-08-03
* Store more behavior of SkFlatDictionary in SkFlatController.Gravatar scroggo@google.com2012-08-02
* create inline version of setLine that assumes no clip. 10% faster for dashing...Gravatar reed@google.com2012-08-02
* special-case edge-building for polygons (paths with only lines)Gravatar reed@google.com2012-08-02
* Added check for aa/bw rect mergingGravatar robertphillips@google.com2012-08-02
* Fixed oversized SkRegion bound problem for complexclip_aa GMGravatar robertphillips@google.com2012-08-02
* Set fReservedAlign to 0.Gravatar bungeman@google.com2012-08-02
* Replace the asAFoo() functions in SkImageFilter with canFilterImageGPU() andGravatar senorblanco@chromium.org2012-08-01
* Pipe factory names independently from the flattenables using them.Gravatar scroggo@google.com2012-08-01
* arm: Move SkUtilsArm.h from include/core to src/coreGravatar digit@google.com2012-08-01
* arm: dynamic NEON support for SkBitmapProcState matrix operations.Gravatar digit@google.com2012-08-01
* Replace GrClip with SkClipStackGravatar robertphillips@google.com2012-07-31
* add getUnitsPerEm() to SkTypefaceGravatar reed@google.com2012-07-31
* Added dev- & canv- prefixes to Ganesh bounding boxes to indicate coordinate s...Gravatar robertphillips@google.com2012-07-31
* Update SkData and SkDataSet to make better use of SkFlattenable.Gravatar djsollen@google.com2012-07-31
* 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