aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core
Commit message (Expand)AuthorAge
* add SK_APIGravatar reed@google.com2013-05-08
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-05-08
* add (untested) tangent calc for conicsGravatar reed@google.com2013-05-07
* add block comment describing sync nature of SkStreamGravatar reed@google.com2013-05-07
* XPS ttc handling.Gravatar commit-bot@chromium.org2013-05-07
* Revert "Allow supporting 1 older PICTURE_VERSION."Gravatar scroggo@google.com2013-05-07
* Mask orientation and layout correctly.Gravatar commit-bot@chromium.org2013-05-06
* lockPixels before calling getColorTable.Gravatar scroggo@google.com2013-05-06
* SkBitmapHasher: use 64-bit-truncated MD5 instead of 64-bit CityHashGravatar epoger@google.com2013-05-03
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-05-03
* Detect color masks, and divert to draw-sprite instead of maskblitters.Gravatar reed@google.com2013-05-02
* Adding public API method on SkImage for extracting the GPU texture handle.Gravatar junov@chromium.org2013-05-01
* Add FontMgr to DirectWrite.Gravatar bungeman@google.com2013-05-01
* Allow supporting 1 older PICTURE_VERSION.Gravatar scroggo@google.com2013-04-30
* Fixes for piping bitmaps with encoded data.Gravatar scroggo@google.com2013-04-30
* add routines to compute error between conic and quadGravatar mike@reedtribe.org2013-04-30
* reenable __builtin_clz for GNUC (and clang), recognizing that it is undefined...Gravatar reed@google.com2013-04-29
* temp work-around for mysterious failure of shadertext2 when using __builtin_clzGravatar reed@google.com2013-04-29
* reland 8897 (was not a build-breaker) and fix MathTest (was a build-breaker)Gravatar reed@google.com2013-04-29
* revert 8897 -- broke clang buildGravatar reed@google.com2013-04-29
* use intrinsics on more platforms for SkCLZGravatar reed@google.com2013-04-29
* add computation for error in conic-as-quadGravatar mike@reedtribe.org2013-04-27
* rename SkRationalQuad to SkConicGravatar mike@reedtribe.org2013-04-26
* Add GPU support for roundrectsGravatar commit-bot@chromium.org2013-04-25
* path ops : make it realGravatar caryclark@google.com2013-04-25
* Added "SkRRect::contains(const SkRect&) const"Gravatar robertphillips@google.com2013-04-25
* Move MMap to SkData.Gravatar commit-bot@chromium.org2013-04-24
* Remove static effects from the effect memory pool.Gravatar bsalomon@google.com2013-04-23
* add block comment for using SkChecksumGravatar reed@google.com2013-04-23
* path ops -- use standard max, min, double-is-nanGravatar caryclark@google.com2013-04-23
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-04-23
* fix asserts in SkMulDiv255Round, and add testGravatar reed@google.com2013-04-22
* Feed Clang a pragma to ignore -Wc++11-extensions to let it build Skia on Mac.Gravatar commit-bot@chromium.org2013-04-22
* Adding optimization to avoid image copy in SkSurface copy on write when conte...Gravatar commit-bot@chromium.org2013-04-22
* specialize SkDataTable for arrays where all elements are the same size.Gravatar mike@reedtribe.org2013-04-21
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-04-20
* add SkDataTable::NewEmpty()Gravatar reed@google.com2013-04-19
* add SkDataTable, to efficiently store an immutable array. Includes a builderGravatar reed@google.com2013-04-19
* Add all remaining separable xfer modes to GPU backend.Gravatar bsalomon@google.com2013-04-19
* use SkAutoTDelete instead of SkTScopedPtrGravatar reed@google.com2013-04-18
* Adding SK_API to export SkImage and SkSurface API classesGravatar junov@chromium.org2013-04-18
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-04-17
* add compute-bounds for conicsGravatar mike@reedtribe.org2013-04-17
* add extrema for conicsGravatar mike@reedtribe.org2013-04-17
* Remove 'friend SkRefCnt' from SkData.Gravatar bungeman@google.com2013-04-16
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-04-16
* add experimental chop-into-quads for conicsGravatar mike@reedtribe.org2013-04-15
* Add coeffecients for kScreen xfermode.Gravatar bsalomon@google.com2013-04-15
* add special-case for chopping at exactly half for rational-quads (2-3x faster)Gravatar mike@reedtribe.org2013-04-14
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-04-13