aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
Commit message (Expand)AuthorAge
* don't leak the bitmap filterGravatar commit-bot@chromium.org2013-07-10
* restore hash size to 8 bits, following windows fix in 3591f7a4a56153349240dfc...Gravatar reed@google.com2013-07-10
* allow createScalerContext to return null, and then have the GDI backend trigg...Gravatar reed@google.com2013-07-10
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-07-10
* Fix Win7 compiler errors/warnings for r9945Gravatar robertphillips@google.com2013-07-09
* New bitmap filter checkin; this time with less build breakageGravatar humper@google.com2013-07-09
* Revert "More general image filter interface; tested implementation of standal...Gravatar humper@google.com2013-07-09
* More general image filter interface; tested implementation of standaloneGravatar humper@google.com2013-07-09
* move failable work outside of constructors for SkGlyphCache and SkScalerConte...Gravatar reed@google.com2013-07-09
* GM (and fix) for drawArc capping issueGravatar robertphillips@google.com2013-07-09
* Debugging statements to investigate a bug.Gravatar scroggo@google.com2013-07-08
* Revert "Temporary change to keep chrome happy."Gravatar scroggo@google.com2013-07-08
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-07-04
* GPU-less build fix for r9888Gravatar robertphillips@google.com2013-07-03
* Add canFilterMaskGPU & filterMaskGPU to SkMaskFilterGravatar robertphillips@google.com2013-07-03
* Build fix for [-Werror=maybe-uninitialized].Gravatar commit-bot@chromium.org2013-07-03
* Revert of r9581 (oops, fix missing change in 9532, setting hashbits to 8) due...Gravatar robertphillips@google.com2013-07-03
* add charsToGlyphs to SkTypefaceGravatar reed@google.com2013-07-02
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-06-29
* Temporary change to keep chrome happy.Gravatar scroggo@google.com2013-06-28
* 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