| Commit message (Expand) | Author | Age |
* | 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 |
* | test thick stroking of conics | reed@google.com | 2013-06-12 |
* | use 8 bits for fontcache hash | reed@google.com | 2013-06-12 |
* | Compact the clipstack for kReplace_Op'd geometry | commit-bot@chromium.org | 2013-06-11 |
* | add drawImage to lua | mike@reedtribe.org | 2013-06-11 |
* | add conic support to hairlines | reed@google.com | 2013-06-10 |
* | call through to the device from SkDraw | reed@google.com | 2013-06-05 |
* | Fix issues related to resolving fonts based on name. | djsollen@google.com | 2013-06-05 |
* | Sanitizing source files in Housekeeper-Nightly | skia.committer@gmail.com | 2013-06-05 |
* | change impl to explicitly store length as u32, rather than size_t, so we keep... | reed@google.com | 2013-06-04 |
* | add size limit for using glyphcache. above that, draw using paths | reed@google.com | 2013-06-04 |
* | Add SkData::NewFromFD. | bungeman@google.com | 2013-06-03 |
* | Added comment to SkDrawLooper fix | robertphillips@google.com | 2013-06-03 |
* | Hamfisted fix to drawLooper w/ 0 stages bug | robertphillips@google.com | 2013-06-02 |
* | Sanitizing source files in Housekeeper-Nightly | skia.committer@gmail.com | 2013-06-01 |
* | Implement SkXfermode image filter. This required changing the signature of Sk... | senorblanco@chromium.org | 2013-05-31 |
* | bump picture version since SkPath has changed (conics) | reed@google.com | 2013-05-31 |
* | Read and write pixel offset when serializing bitmaps. | scroggo@google.com | 2013-05-31 |
* | specialize bicubic filtering for scale-only | humper@google.com | 2013-05-31 |
* | Revert "add asserts to point<-->verb helpers" | reed@google.com | 2013-05-30 |
* | add asserts to point<-->verb helpers | reed@google.com | 2013-05-30 |
* | Sanitizing source files in Housekeeper-Nightly | skia.committer@gmail.com | 2013-05-30 |
* | Moving updateClipConservativelyUsingBounds into SkCanvas | junov@chromium.org | 2013-05-29 |
* | use integer math instead of float per-pixel. about a 2x speedup. not tested w... | reed@google.com | 2013-05-29 |
* | Change SkStream. | bungeman@google.com | 2013-05-29 |