| Commit message (Expand) | Author | Age |
* | make most of SkColorPriv.h private | Cary Clark | 2017-09-15 |
* | Remove unused assignment in SkScan::AntiFillXRect. | Jeremy Roman | 2017-02-05 |
* | Style bikeshed - remove extraneous whitespace | halcanary | 2016-03-29 |
* | ubsan shift fixes | caryclark | 2015-12-09 |
* | SkScan_Antihair: assert in debug and potentialy lost last pixels | aleksandar.stojiljkovic | 2015-11-02 |
* | Style Change: NULL->nullptr | halcanary | 2015-08-27 |
* | The compiler can generate smulbb perfectly well nowadays. | mtklein | 2015-08-07 |
* | add blitter api for aa-hairlines | reed | 2015-04-15 |
* | Revert of add new blit2 methods in support of antialiased hairlines guard fla... | jcgregorio | 2015-04-15 |
* | add new blit2 methods in support of antialiased hairlines | reed | 2015-04-14 |
* | change hairline procs to take array of points | reed | 2015-04-14 |
* | change hairline procs to take SkPoint by value, more efficient on SSE and NEON | reed | 2015-04-10 |
* | C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} | mtklein | 2015-03-25 |
* | some utils for rect and matrix | reed | 2015-03-13 |
* | Fix up all the easy virtual ... SK_OVERRIDE cases. | mtklein | 2015-01-09 |
* | Fix thin rect stroking. | fmalita | 2015-01-05 |
* | add roundOut that returns its result | reed | 2014-11-19 |
* | SK_SUPPORTED_DEPRECATED_FIXEDROUND around deprecated fixed[round,ceil,floor] | mike@reedtribe.org | 2014-01-06 |
* | remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floats | reed@google.com | 2013-12-17 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2013-01-26 |
* | fix warning from scalar --> int32 conversion | humper@google.com | 2013-01-07 |
* | Fix Android compiler warnings. | djsollen@google.com | 2013-01-04 |
* | catch case where clipping shortened the line down to a single pixel, but our | reed@google.com | 2012-10-31 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2012-10-26 |
* | use subclasses instead of function-ptrs for hairline specializations. | reed@google.com | 2012-10-25 |
* | Result of running tools/sanitize_source_files.py (which was added in https://... | rmistry@google.com | 2012-08-23 |
* | chop hairlines against 32K bounds, since that is our limit (currently) | reed@google.com | 2012-04-17 |
* | need to invert the alpha computation for single scanline on innerfill | reed@google.com | 2012-04-16 |
* | rm obsolete build-flag SK_IGNORE_HAIRLINE_CLIP_FIX | reed@google.com | 2012-03-30 |
* | check for integer-nan (0x8000...) and don't draw those as antihairlines | reed@google.com | 2012-03-30 |
* | don't clamp the stopScale to 0 unless it originally exceeded the clip. This is | reed@google.com | 2012-03-15 |
* | add build option to revert hairline-clipping fix from 3366 | reed@google.com | 2012-03-13 |
* | if we are extending past our clip in antihairlines, don't draw that last | reed@google.com | 2012-03-12 |
* | fix scalar=fixed by implementing SkRegion form of AntiFillRect | reed@google.com | 2011-10-24 |
* | enable soft clipping (yikes) | reed@google.com | 2011-10-24 |
* | Automatic update of all copyright notices to reflect new license terms. | epoger@google.com | 2011-07-28 |
* | get tests closer to passing for SKIA_SCALAR=fixed | epoger@google.com | 2011-05-17 |
* | correctly compute coverage when an antialiased rect covers only 1 column of p... | reed@google.com | 2011-05-05 |
* | coding style updates | mike@reedtribe.org | 2011-04-09 |
* | round the alphamul so we don't overflow a byte | reed@google.com | 2011-04-07 |
* | reenable fast stroked rects, now that we correctly handle non-square scale | reed@google.com | 2011-04-04 |
* | faster stroke rects | mike@reedtribe.org | 2011-04-04 |
* | add unittest for IntersectLine, used by hairlines | reed@android.com | 2009-11-30 |
* | retool clipping in hairlines to catch huge coordinates | reed@android.com | 2009-11-19 |
* | fix gaps in antialiased hairlines (thanks to preda) | reed@android.com | 2009-08-28 |
* | use static_cast | reed@android.com | 2009-03-23 |
* | add check/hack to avoid drawing outside of the clip for hairlines | reed@android.com | 2009-03-23 |
* | add sanity checks to handles extremely large coordinates or filter margins. | reed@android.com | 2009-03-16 |
* | grab from latest android | reed@android.com | 2008-12-17 |