| Commit message (Expand) | Author | Age |
* | Add a class to allocate small objects w/o extra calls to new. | commit-bot@chromium.org | 2014-03-07 |
* | use colortype instead of config | reed@google.com | 2014-02-20 |
* | Refactor read and write buffers. | commit-bot@chromium.org | 2014-01-30 |
* | Reverting r12427 | rmistry@google.com | 2013-12-02 |
* | Sanitizing source files in Housekeeper-Nightly | skia.committer@gmail.com | 2013-12-02 |
* | Revert "Revert "remove kA1_Config, as it is no longer supported"" | commit-bot@chromium.org | 2013-11-26 |
* | Revert "remove kA1_Config, as it is no longer supported" | reed@google.com | 2013-11-25 |
* | remove kA1_Config, as it is no longer supported | reed@google.com | 2013-11-25 |
* | Guard against most unintentionally ephemeral SkAutoFoo instantiations. | commit-bot@chromium.org | 2013-11-18 |
* | Sanitizing source files in Housekeeper-Nightly | skia.committer@gmail.com | 2013-11-08 |
* | Revert "Revert "speed up A8 by creating a new entry-point in SkDraw that blit... | reed@google.com | 2013-11-07 |
* | Revert "speed up A8 by creating a new entry-point in SkDraw that blits the pa... | reed@google.com | 2013-11-04 |
* | speed up A8 by creating a new entry-point in SkDraw that blits the path's cov... | reed@google.com | 2013-11-04 |
* | Revert "Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, si... | reed@google.com | 2013-10-31 |
* | Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it t... | reed@google.com | 2013-10-31 |
* | add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers ... | reed@google.com | 2013-10-31 |
* | force readbuffer clients to use specialized readFoo for flattenables | reed@google.com | 2013-10-16 |
* | remove dst/rendertarget support for kARGB_4444_Config | reed@google.com | 2013-06-21 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2013-01-26 |
* | Added print out of SkShader information to debugger | robertphillips@google.com | 2013-01-15 |
* | add per-draw checks for lockcounts | reed@google.com | 2012-12-14 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2012-12-14 |
* | reland 6798 w/ fix for bitmap-as-mask pixel-locking | reed@google.com | 2012-12-13 |
* | revert 6798 (assert in GM) | reed@google.com | 2012-12-13 |
* | Goal: ensure we always balance lock/unlock pixels calls. | reed@google.com | 2012-12-13 |
* | remove legacy build-guards, now that webkit has rebaselined these. | reed@google.com | 2012-11-26 |
* | fold kClear_Mode into kSrc_Mode, and make kSrc_Mode go faster | reed@google.com | 2012-11-16 |
* | SkTCopyOnFirstWrite | bsalomon@google.com | 2012-10-11 |
* | Result of running tools/sanitize_source_files.py (which was added in https://... | rmistry@google.com | 2012-08-23 |
* | Update SkFlattenable buffers to be more modular. | djsollen@google.com | 2012-08-07 |
* | move SkFilterShader into private header | reed@google.com | 2012-08-06 |
* | lazily make a copy of the paint when choosing a blitter. For simple draws, | reed@google.com | 2012-05-11 |
* | Cleanup code related to SkFlattenable::flatten() | djsollen@google.com | 2012-03-29 |
* | Create macro for registering classes for deserialization | djsollen@google.com | 2012-03-26 |
* | remove bogus assert (leftover from some long-forgotten debugging session) | reed@google.com | 2012-02-23 |
* | Fix off-by-one error in assertion; improve coverage_to_exact_alpha() | tomhudson@google.com | 2012-01-03 |
* | Tighten up restrictions on blit width: some shaders assert that they | tomhudson@google.com | 2011-12-29 |
* | Bugfixes to antialiased blitting. | tomhudson@google.com | 2011-12-28 |
* | Add SkDEBUGFAIL to clean up use of SkASSERT(!"text"); | tomhudson@google.com | 2011-12-28 |
* | New 'blitAntiRect' entry point for blitters, specialized in supersampling | tomhudson@google.com | 2011-12-27 |
* | revert 2783 -- broke debug gm | reed@google.com | 2011-12-01 |
* | New function SkBlitter::blitAntiRect(); specifically accelerated for | tomhudson@google.com | 2011-12-01 |
* | use AsMode instead of deprecated IsMode | mike@reedtribe.org | 2011-11-17 |
* | rename SkMask::getAddr to getAddr8, to match the specificity of the others | reed@google.com | 2011-10-18 |
* | Automatic update of all copyright notices to reflect new license terms. | epoger@google.com | 2011-07-28 |
* | optimize when we have a colorfilter, but no shader or xfermode | reed@google.com | 2011-04-19 |
* | remove SkRefCnt safeRef() and safeUnref(), and replace the call-sites with | reed@google.com | 2011-02-07 |
* | clear xfermode in paint to reflect that we saw it was srcover | reed@android.com | 2009-10-22 |
* | move factory for 565 into its own file | reed@android.com | 2009-10-02 |
* | fixes around isOpaque and dithering | reed@android.com | 2009-08-22 |