| Commit message (Expand) | Author | Age |
* | Revert[2] SkDraw and all Blitters to use pixmap instead of bitmapi | reed | 2015-06-09 |
* | Revert of change SkDraw and all Blitters to use pixmap instead of bitmap (pat... | reed | 2015-06-08 |
* | change SkDraw and all Blitters to use pixmap instead of bitmap | reed | 2015-06-08 |
* | C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} | mtklein | 2015-03-25 |
* | Remove SK_USE_LEGACY_AA_COVERAGE guarded code. | bungeman | 2015-02-25 |
* | cull edges that are to the right of the clip | reed | 2015-02-09 |
* | Remove unnecessary assignment | qiankun.miao | 2015-02-09 |
* | Faster edge re-sort | reed | 2015-02-07 |
* | Revert of Faster edge re-sort, drop trailing edges (patchset #2 id:20001 of h... | reed | 2015-02-06 |
* | Faster edge re-sort, drop trailing edges | reed | 2015-02-06 |
* | Revert of faster edge re-sort, drop trailing edges (patchset #4 id:60001 of h... | reed | 2015-02-06 |
* | faster edge re-sort, drop trailing edges | reed | 2015-02-06 |
* | Fix up all the easy virtual ... SK_OVERRIDE cases. | mtklein | 2015-01-09 |
* | Add SK_OVERRIDE to a few places that are missing it. | mtklein | 2014-12-15 |
* | update to accommodate latest clang in chrome toolchain | caryclark | 2014-09-18 |
* | "NULL !=" = NULL | bsalomon | 2014-09-05 |
* | add rounding-using-doubles methods on SkScalar and SkRect | commit-bot@chromium.org | 2014-05-05 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2013-01-26 |
* | remove (unused) debugging global | reed@google.com | 2012-11-15 |
* | Result of running tools/sanitize_source_files.py (which was added in https://... | rmistry@google.com | 2012-08-23 |
* | tie slow sort (STD) to legacy AA, so that skia can use the fast one, and so that | reed@google.com | 2012-08-03 |
* | Better fix for rev. 4214 (inverse-fill and clipping). This fix avoids changing | reed@google.com | 2012-06-11 |
* | Detect inverse-fill, and treat its bounds as huge (all of integer space) for the | reed@google.com | 2012-06-08 |
* | experimental faster sort | reed@google.com | 2012-05-09 |
* | fix bug (and add test) for drawing an inverse-path whose bounds do intersect | reed@google.com | 2012-05-01 |
* | use macro SkFixedRoundToInt where necessary | reed@google.com | 2012-02-06 |
* | Add SkDEBUGFAIL to clean up use of SkASSERT(!"text"); | tomhudson@google.com | 2011-12-28 |
* | call blitRect in our convex scanconverter (next: take advantage of that in our | reed@google.com | 2011-10-31 |
* | handle when initial edges don't agree on start-y | mike@reedtribe.org | 2011-10-31 |
* | add convex special case in scanconverter. about 10% faster for modest ovals a... | reed@google.com | 2011-10-28 |
* | check-point for convex scan-converter (disabled for now) | reed@google.com | 2011-10-25 |
* | 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 |
* | Remove dead edgebuilding code | mike@reedtribe.org | 2011-07-19 |
* | limit clip to fixed-point range, so our edges don't overflow | reed@google.com | 2011-07-11 |
* | update coding style - no logic change | mike@reedtribe.org | 2011-04-09 |
* | Fix inverse scanconversion -- be sure to keep our calls to SkBlitter in scanline | reed@google.com | 2011-03-02 |
* | Correctly handle SkPath::kInverseWinding_FillType | agl@chromium.org | 2010-12-06 |
* | explicitly pass bounds.top to the edgelist walker, so we don't leave any gaps | reed@android.com | 2010-02-22 |
* | Eenable new chopping edgelist builder by default. If it sticks well, I'll | reed@android.com | 2009-12-10 |
* | new scanconversion technique | reed@android.com | 2009-11-18 |
* | add onSendClickToChildren to views, so a view can capture all clicks. | reed@android.com | 2009-11-16 |
* | fix cheap calc of edgelist size | reed@android.com | 2009-11-05 |
* | fix new warnings from gcc 4.2 | reed@android.com | 2009-10-14 |
* | fix overflow in qsort compare proc | reed@android.com | 2009-08-25 |
* | fix NaN in path iterator | reed@android.com | 2009-07-22 |
* | API change: SkPath computeBounds -> getBounds | reed@android.com | 2009-04-01 |
* | Chop quads exactly on the clip bounds, so we don't spend CPU cycles walking them | reed@android.com | 2009-02-06 |
* | fix warnings | reed@android.com | 2009-01-15 |
* | grab from latest android | reed@android.com | 2008-12-17 |