| Commit message (Expand) | Author | Age |
* | add drawString helper to canvas | Cary Clark | 2017-04-28 |
* | GM: some header cleanup | Mike Klein | 2017-03-22 |
* | allow clip calls w/o op param, remove unnecessary kReplace ops | reed | 2016-09-21 |
* | abstract name of clipping ops, to transtion to a more restricted set | reed | 2016-09-20 |
* | Replace a lot of 'static const' with 'constexpr' or 'const'. | mtklein | 2016-09-01 |
* | switch maskfilters to sk_sp | reed | 2016-04-04 |
* | move setshader to sk_sp, re-using SK_SUPPORT_LEGACY_CREATESHADER_PTR | reed | 2016-03-25 |
* | Reland of "more shader-->sp conversions (patchset #5 id:80001 of https://code... | reed | 2016-03-13 |
* | Revert of more shader-->sp conversions (patchset #5 id:80001 of https://coder... | reed | 2016-03-13 |
* | more shader-->sp conversions | reed | 2016-03-13 |
* | Style Change: NULL->nullptr | halcanary | 2015-08-27 |
* | IWYU: 'core' target, files starting A-C. | bungeman | 2015-08-05 |
* | Revert of IWYU: 'core' target, files starting A-C. (patchset #5 id:80001 of h... | reed | 2015-08-04 |
* | IWYU: 'core' target, files starting A-C. | bungeman | 2015-08-04 |
* | gm fix missed portable gm text in samplerstress | caryclark | 2015-07-28 |
* | make pixelsnap textblob* etc gm portable | caryclark | 2015-07-28 |
* | C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} | mtklein | 2015-03-25 |
* | remove unused GM flags | mtklein | 2015-01-23 |
* | Fix up all the easy virtual ... SK_OVERRIDE cases. | mtklein | 2015-01-09 |
* | Cleanup: Another round of override fixes. | tfarina | 2014-12-20 |
* | "NULL !=" = NULL | bsalomon | 2014-09-05 |
* | re-add samplerstress gm, but use blurmaskfilter instead (std filter) | reed | 2014-08-12 |
* | remove SkStippleMaskFilter - no external clients | reed | 2014-08-12 |
* | Add standard fonts to all GMs. | Cary Clark | 2014-07-31 |
* | Add always-threaded SkRecord quilt tests. | mtklein | 2014-07-07 |
* | Cleanup: Get rid of make_isize() function from gm.h. | tfarina | 2014-06-09 |
* | Turn on quilt mode in DM. | commit-bot@chromium.org | 2014-04-30 |
* | Factory methods for heap-allocated SkMaskFilter objects. | commit-bot@chromium.org | 2014-02-21 |
* | add legacy/helper allocN32Pixels, and convert gm to use it | reed@google.com | 2014-01-25 |
* | Result of running tools/sanitize_source_files.py (which was added in https://... | rmistry@google.com | 2012-08-23 |
* | Reenable running samplerstress GM in pipe mode. | scroggo@google.com | 2012-06-06 |
* | Fixed flattening of SkStippleMaskFilter | robertphillips@google.com | 2012-06-05 |
* | Make the GM tool run GMs through an SkGPipe. | scroggo@google.com | 2012-06-04 |
* | converted "unsigned int" to "size_t" to address compiler failure | robertphillips@google.com | 2012-05-02 |
* | Added GM test to stress test the texture unit/sampler allocation | robertphillips@google.com | 2012-05-02 |