aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
Commit message (Expand)AuthorAge
* Replace SkPicture(SkStream) constructors with a factory.Gravatar scroggo@google.com2013-06-28
* use width() instead of fWidth to get int valueGravatar reed@google.com2013-06-28
* add bitmap::eraseAreaGravatar reed@google.com2013-06-28
* Remove SK_DEBUG_PATH_REFGravatar commit-bot@chromium.org2013-06-27
* Change undefined SkGpuRenderTarget and SkGpuTexture forward declares to GrRen...Gravatar commit-bot@chromium.org2013-06-26
* Fix PathRefDebugRef (SK_DEBUG_PATH_REF) case for SkPath copy constructor.Gravatar bungeman@google.com2013-06-26
* fix build break, remove "RLE" from gConfigNames tooGravatar edisonn@google.com2013-06-26
* remove kRLE_Index8_Config from SkBitmapGravatar reed@google.com2013-06-26
* Revert "avoid AntiFrameRect when strokeSize is too small. Workaround for skbu...Gravatar reed@google.com2013-06-26
* avoid AntiFrameRect when strokeSize is too small. Workaround for skbug/1368Gravatar reed@google.com2013-06-25
* move kConfigCount out of Config enum, so we don't pullute type-checkingGravatar reed@google.com2013-06-25
* Revert r9724 (add rect-output parameter to isRect) to allow the DEPS rollGravatar robertphillips@google.com2013-06-25
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-06-22
* restore bitmap.erase() support for 4444 : trivial, and BitmapCopyTest relied ...Gravatar reed@google.com2013-06-21
* remove dead AutoValidatorGravatar reed@google.com2013-06-21
* remove dst/rendertarget support for kARGB_4444_ConfigGravatar reed@google.com2013-06-21
* add rect-output parameter to isRect, allowing us to return the correct bounds...Gravatar reed@google.com2013-06-21
* 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