| Commit message (Expand) | Author | Age |
* | Add default ctor to SkMask | robertphillips | 2015-12-17 |
* | 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 |
* | remove unused kLCD_MaskFormat | reed | 2014-11-13 |
* | interesct path bounds with clip bounds before initializing supersampler | reed | 2014-10-15 |
* | add tests for large cordinates bounds when building aaclip | reed | 2014-10-15 |
* | Revert of Revert of allow canvas to force conservative clips (for speed) (pat... | reed | 2014-09-09 |
* | Revert of allow canvas to force conservative clips (for speed) (patchset #7 i... | reed | 2014-09-09 |
* | Allow SkCanvas to be initialized to force conservative rasterclips. This has ... | reed | 2014-09-09 |
* | add isRect() check to AAClip, to detect if a soft-clip is really just an irect | reed | 2014-08-07 |
* | Revert of add isRect() check to AAClip, to detect if a soft-clip is really ju... | reed | 2014-08-07 |
* | add isRect() check to AAClip, to detect if a soft-clip is really just an irect | reed | 2014-08-07 |
* | Revert "Revert of add colortable support to imagegenerator (https://coderevie... | commit-bot@chromium.org | 2014-05-29 |
* | replace setConfig+allocPixels with alloc-or-install-pixels | commit-bot@chromium.org | 2014-02-13 |
* | Cleanup: Sanitize the order of includes under tests/ | tfarina@chromium.org | 2014-01-24 |
* | Move macros from TestClassDef.h to Test.h | commit-bot@chromium.org | 2014-01-14 |
* | remove SkFloatToScalar macro | commit-bot@chromium.org | 2013-11-25 |
* | Add an even more convenient way to declare tests, with example. | mtklein@google.com | 2013-09-19 |
* | Change old PRG to be SkLCGRandom; change new one to SkRandom | commit-bot@chromium.org | 2013-09-09 |
* | My clang now doesn't complain about !"foo". | mtklein@google.com | 2013-08-22 |
* | Change random number generator for 'tests' to SkMWCRandom. Also removes some | jvanverth@google.com | 2013-03-04 |
* | Tests : Unused parameters cleanup | sugoi@google.com | 2013-02-27 |
* | Result of running tools/sanitize_source_files.py (which was added in https://... | rmistry@google.com | 2012-08-23 |
* | Extended Inst counting to find "unknown" leaked object (SkTMaskGamma) | robertphillips@google.com | 2012-08-16 |
* | update the nearly_integral calculation to be (a) faster, and (b) to correctly | reed@google.com | 2012-05-11 |
* | Addressed more Windows compiler complaint issues | robertphillips@google.com | 2012-04-16 |
* | Close a couple of minor memory leaks, add a valgrind suppression file to | tomhudson@google.com | 2012-03-15 |
* | fix bug and add test for aaclip when blitV is called | reed@google.com | 2012-02-29 |
* | aaclip needs to handle paths with holes | reed@google.com | 2012-02-16 |
* | more rgn==aaclip tests | reed@google.com | 2011-11-23 |
* | add test that aaclip.setRegion creates the same mask as the region | mike@reedtribe.org | 2011-11-23 |
* | now we trim the aaclip after building it, to ensure that it has tight bounds | reed@google.com | 2011-10-27 |
* | add test for rgn-ops. some disable for now as they don't work (yet) | reed@google.com | 2011-10-26 |
* | fix new test to work in fixed-point | reed@google.com | 2011-10-26 |
* | add initial unittests for aaclip. Fix case where BuilderBlitter skipped the top | reed@google.com | 2011-10-26 |