aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
Commit message (Expand)AuthorAge
...
* SkPath::rewind needs to have same reset as SkPath::reset.Gravatar bungeman@google.com2013-06-21
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-06-20
* combine glyph and image bulk alloc, and adjust initial alloc size, to reduce ...Gravatar reed@google.com2013-06-19
* Add SkString::appendU32() and SkString::appendU64()Gravatar epoger@google.com2013-06-19
* remove unused line of code (from xcode's analysis)Gravatar reed@google.com2013-06-14
* Update SkBitmap::validate to respect Android flag.Gravatar scroggo@google.com2013-06-14
* Improve the performance of SkConvertConfig8888Pixels using Array lookupGravatar commit-bot@chromium.org2013-06-14
* oops, fix missing change in 9532, setting hashbits to 8Gravatar reed@google.com2013-06-13
* remove leftover printfGravatar reed@google.com2013-06-12
* test thick stroking of conicsGravatar reed@google.com2013-06-12
* use 8 bits for fontcache hashGravatar reed@google.com2013-06-12
* Compact the clipstack for kReplace_Op'd geometryGravatar commit-bot@chromium.org2013-06-11
* add drawImage to luaGravatar mike@reedtribe.org2013-06-11
* add conic support to hairlinesGravatar reed@google.com2013-06-10
* call through to the device from SkDrawGravatar reed@google.com2013-06-05
* Fix issues related to resolving fonts based on name.Gravatar djsollen@google.com2013-06-05
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-06-05
* change impl to explicitly store length as u32, rather than size_t, so we keep...Gravatar reed@google.com2013-06-04
* add size limit for using glyphcache. above that, draw using pathsGravatar reed@google.com2013-06-04
* Add SkData::NewFromFD.Gravatar bungeman@google.com2013-06-03
* Added comment to SkDrawLooper fixGravatar robertphillips@google.com2013-06-03
* Hamfisted fix to drawLooper w/ 0 stages bugGravatar robertphillips@google.com2013-06-02
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-06-01
* Implement SkXfermode image filter. This required changing the signature of Sk...Gravatar senorblanco@chromium.org2013-05-31
* bump picture version since SkPath has changed (conics)Gravatar reed@google.com2013-05-31
* Read and write pixel offset when serializing bitmaps.Gravatar scroggo@google.com2013-05-31
* specialize bicubic filtering for scale-onlyGravatar humper@google.com2013-05-31
* Revert "add asserts to point<-->verb helpers"Gravatar reed@google.com2013-05-30
* add asserts to point<-->verb helpersGravatar reed@google.com2013-05-30
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-05-30
* Moving updateClipConservativelyUsingBounds into SkCanvasGravatar junov@chromium.org2013-05-29
* use integer math instead of float per-pixel. about a 2x speedup. not tested w...Gravatar reed@google.com2013-05-29
* Change SkStream.Gravatar bungeman@google.com2013-05-29
* First pass at Comment APIGravatar robertphillips@google.com2013-05-29
* Android specific changes that are upstreamed from the android framework.Gravatar djsollen@google.com2013-05-24
* Revert "Patch to prevent chromium breakage until the DEPS."Gravatar scroggo@google.com2013-05-24
* Remove SkImageFilter::getInputResult(), since its return value is notGravatar senorblanco@chromium.org2013-05-24
* Move SkDrawLooper implementation to its own file.Gravatar commit-bot@chromium.org2013-05-24
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-05-24
* don't reference missing headerGravatar reed@google.com2013-05-23
* clone of https://codereview.chromium.org/15316014/ with teaksGravatar reed@google.com2013-05-23
* don't overclamp cubics (see skbug.com/1316)Gravatar reed@google.com2013-05-23
* Add printing of SkColorFilter-derived classes to debuggerGravatar robertphillips@google.com2013-05-23
* Remove offsetcanvas from debuggerGravatar robertphillips@google.com2013-05-23
* Reverting r9245 due to Chrome breakageGravatar robertphillips@google.com2013-05-22
* Remove SkImageFilter::getInputResult(), since its return value is notGravatar senorblanco@chromium.org2013-05-22
* Patch to prevent chromium breakage until the DEPS.Gravatar scroggo@google.com2013-05-21
* Add prototype for warning.Gravatar scroggo@google.com2013-05-21
* New API for encoding bitmaps during serialization.Gravatar scroggo@google.com2013-05-21
* Add buffer helper to read directly into SkString to avoid extra copyingGravatar djsollen@google.com2013-05-21