| Commit message (Expand) | Author | Age |
* | remove unused variables | humper@google.com | 2013-07-10 |
* | fix bug with awesome filtered images sometimes being slightly offset. | humper@google.com | 2013-07-10 |
* | Implement offset for GPU filter path. Although we can't yet use this in Blink... | commit-bot@chromium.org | 2013-07-10 |
* | Remove SkRasterClip::setPath(const SkPath&, const SkRasterClip&, bool). | commit-bot@chromium.org | 2013-07-10 |
* | don't leak the bitmap filter | commit-bot@chromium.org | 2013-07-10 |
* | restore hash size to 8 bits, following windows fix in 3591f7a4a56153349240dfc... | reed@google.com | 2013-07-10 |
* | allow createScalerContext to return null, and then have the GDI backend trigg... | reed@google.com | 2013-07-10 |
* | Sanitizing source files in Housekeeper-Nightly | skia.committer@gmail.com | 2013-07-10 |
* | Fix Win7 compiler errors/warnings for r9945 | robertphillips@google.com | 2013-07-09 |
* | New bitmap filter checkin; this time with less build breakage | humper@google.com | 2013-07-09 |
* | Revert "More general image filter interface; tested implementation of standal... | humper@google.com | 2013-07-09 |
* | More general image filter interface; tested implementation of standalone | humper@google.com | 2013-07-09 |
* | move failable work outside of constructors for SkGlyphCache and SkScalerConte... | reed@google.com | 2013-07-09 |
* | GM (and fix) for drawArc capping issue | robertphillips@google.com | 2013-07-09 |
* | Debugging statements to investigate a bug. | scroggo@google.com | 2013-07-08 |
* | Revert "Temporary change to keep chrome happy." | scroggo@google.com | 2013-07-08 |
* | Sanitizing source files in Housekeeper-Nightly | skia.committer@gmail.com | 2013-07-04 |
* | GPU-less build fix for r9888 | robertphillips@google.com | 2013-07-03 |
* | Add canFilterMaskGPU & filterMaskGPU to SkMaskFilter | robertphillips@google.com | 2013-07-03 |
* | Build fix for [-Werror=maybe-uninitialized]. | commit-bot@chromium.org | 2013-07-03 |
* | Revert of r9581 (oops, fix missing change in 9532, setting hashbits to 8) due... | robertphillips@google.com | 2013-07-03 |
* | add charsToGlyphs to SkTypeface | reed@google.com | 2013-07-02 |
* | Sanitizing source files in Housekeeper-Nightly | skia.committer@gmail.com | 2013-06-29 |
* | Temporary change to keep chrome happy. | scroggo@google.com | 2013-06-28 |
* | Replace SkPicture(SkStream) constructors with a factory. | scroggo@google.com | 2013-06-28 |
* | use width() instead of fWidth to get int value | reed@google.com | 2013-06-28 |
* | add bitmap::eraseArea | reed@google.com | 2013-06-28 |
* | Remove SK_DEBUG_PATH_REF | commit-bot@chromium.org | 2013-06-27 |
* | Change undefined SkGpuRenderTarget and SkGpuTexture forward declares to GrRen... | commit-bot@chromium.org | 2013-06-26 |
* | Fix PathRefDebugRef (SK_DEBUG_PATH_REF) case for SkPath copy constructor. | bungeman@google.com | 2013-06-26 |
* | fix build break, remove "RLE" from gConfigNames too | edisonn@google.com | 2013-06-26 |
* | remove kRLE_Index8_Config from SkBitmap | reed@google.com | 2013-06-26 |
* | Revert "avoid AntiFrameRect when strokeSize is too small. Workaround for skbu... | reed@google.com | 2013-06-26 |
* | avoid AntiFrameRect when strokeSize is too small. Workaround for skbug/1368 | reed@google.com | 2013-06-25 |
* | move kConfigCount out of Config enum, so we don't pullute type-checking | reed@google.com | 2013-06-25 |
* | Revert r9724 (add rect-output parameter to isRect) to allow the DEPS roll | robertphillips@google.com | 2013-06-25 |
* | Sanitizing source files in Housekeeper-Nightly | skia.committer@gmail.com | 2013-06-22 |
* | restore bitmap.erase() support for 4444 : trivial, and BitmapCopyTest relied ... | reed@google.com | 2013-06-21 |
* | remove dead AutoValidator | reed@google.com | 2013-06-21 |
* | remove dst/rendertarget support for kARGB_4444_Config | reed@google.com | 2013-06-21 |
* | add rect-output parameter to isRect, allowing us to return the correct bounds... | reed@google.com | 2013-06-21 |
* | SkPath::rewind needs to have same reset as SkPath::reset. | bungeman@google.com | 2013-06-21 |
* | Sanitizing source files in Housekeeper-Nightly | skia.committer@gmail.com | 2013-06-20 |
* | combine glyph and image bulk alloc, and adjust initial alloc size, to reduce ... | reed@google.com | 2013-06-19 |
* | Add SkString::appendU32() and SkString::appendU64() | epoger@google.com | 2013-06-19 |
* | remove unused line of code (from xcode's analysis) | reed@google.com | 2013-06-14 |
* | Update SkBitmap::validate to respect Android flag. | scroggo@google.com | 2013-06-14 |
* | Improve the performance of SkConvertConfig8888Pixels using Array lookup | commit-bot@chromium.org | 2013-06-14 |
* | oops, fix missing change in 9532, setting hashbits to 8 | reed@google.com | 2013-06-13 |
* | remove leftover printf | reed@google.com | 2013-06-12 |