1. 95acbad ensure path bounds after rounding contain path edges when using SK_RASTERIZE_EVEN_ROUNDING by Lee Salzman · 8 years ago
  2. b569056 simplify round_down_to_int by using ceil instead of floor by Lee Salzman · 8 years ago
  3. 99bba9e Add missing virtual functions for SkRectClipCheckBlitter by Yuqian Li · 8 years ago
  4. dc940a6 Disable RectClipCheckBlitter for cc_unittests by Yuqian Li · 8 years ago
  5. e4b8b52 Simplify the signature of sk/aaa_fill_path by Yuqian Li · 8 years ago
  6. 28930b4 add debugging wrapper blitter to ensure unclipped scan-conversion is safe by Mike Reed · 8 years ago
  7. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  8. d7dc76f Remove version checks for _MSC_VER < 1800 (msvs2013). by bungeman · 8 years ago
  9. a7b1685 remove legacy flags by caryclark · 8 years ago
  10. 2baa84b batch merge new edges by caryclark · 9 years ago
  11. 02a6bfa Revert of batch merge new edges (patchset #1 id:1 of https://codereview.chromium.org/1647223002/ ) by msarett · 9 years ago
  12. ae658e1 batch merge new edges by caryclark · 9 years ago
  13. 6df6115 handle halfway case in scan converter by caryclark · 9 years ago
  14. 3127c99 ubsan shift fixes by caryclark · 9 years ago
  15. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  16. 41e010c Revert[2] SkDraw and all Blitters to use pixmap instead of bitmapi by reed · 9 years ago
  17. b3f0ec9 Revert of change SkDraw and all Blitters to use pixmap instead of bitmap (patchset #6 id:100001 of https://codereview.chromium.org/1148793007/) by reed · 9 years ago
  18. c31af443 change SkDraw and all Blitters to use pixmap instead of bitmap by reed · 9 years ago
  19. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  20. edeb7a9 Remove SK_USE_LEGACY_AA_COVERAGE guarded code. by bungeman · 9 years ago
  21. 31223e0 cull edges that are to the right of the clip by reed · 10 years ago
  22. e3ecde1 Remove unnecessary assignment by qiankun.miao · 10 years ago
  23. 01d3319 Faster edge re-sort by reed · 10 years ago
  24. 0692c5f Revert of Faster edge re-sort, drop trailing edges (patchset #2 id:20001 of https://codereview.chromium.org/907623002/) by reed · 10 years ago
  25. 2322115 Faster edge re-sort, drop trailing edges by reed · 10 years ago
  26. c319d07 Revert of faster edge re-sort, drop trailing edges (patchset #4 id:60001 of https://codereview.chromium.org/891613003/) by reed · 10 years ago
  27. 38f1c00 faster edge re-sort, drop trailing edges by reed · 10 years ago
  28. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  29. e8307dc Add SK_OVERRIDE to a few places that are missing it. by mtklein · 10 years ago
  30. a10742c update to accommodate latest clang in chrome toolchain by caryclark · 10 years ago
  31. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  32. 4e332f8 add rounding-using-doubles methods on SkScalar and SkRect by commit-bot@chromium.org · 10 years ago
  33. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  34. 0f5891c remove (unused) debugging global by reed@google.com · 12 years ago
  35. fbfcd56 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
  36. 0951ded tie slow sort (STD) to legacy AA, so that skia can use the fast one, and so that by reed@google.com · 12 years ago
  37. 5ee6491 Better fix for rev. 4214 (inverse-fill and clipping). This fix avoids changing by reed@google.com · 12 years ago
  38. 97caebc Detect inverse-fill, and treat its bounds as huge (all of integer space) for the by reed@google.com · 12 years ago
  39. 0a71a9c experimental faster sort by reed@google.com · 12 years ago
  40. 9d5f76a fix bug (and add test) for drawing an inverse-path whose bounds do intersect by reed@google.com · 12 years ago
  41. 0a9cc44 use macro SkFixedRoundToInt where necessary by reed@google.com · 13 years ago
  42. 0c00f21 Add SkDEBUGFAIL to clean up use of SkASSERT(!"text"); by tomhudson@google.com · 13 years ago
  43. 562a2ac call blitRect in our convex scanconverter (next: take advantage of that in our by reed@google.com · 13 years ago
  44. fc5da92 handle when initial edges don't agree on start-y by mike@reedtribe.org · 13 years ago
  45. a6c7c48 add convex special case in scanconverter. about 10% faster for modest ovals and rrects by reed@google.com · 13 years ago
  46. e3a83ec check-point for convex scan-converter (disabled for now) by reed@google.com · 13 years ago
  47. 045e62d enable soft clipping (yikes) by reed@google.com · 13 years ago
  48. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  49. 948639b Remove dead edgebuilding code by mike@reedtribe.org · 13 years ago
  50. 1501803 limit clip to fixed-point range, so our edges don't overflow by reed@google.com · 13 years ago
  51. 99219d3 update coding style - no logic change by mike@reedtribe.org · 13 years ago
  52. 55b6b58 Fix inverse scanconversion -- be sure to keep our calls to SkBlitter in scanline by reed@google.com · 13 years ago
  53. 8cfdf01 Correctly handle SkPath::kInverseWinding_FillType by agl@chromium.org · 14 years ago
  54. dca6a56 explicitly pass bounds.top to the edgelist walker, so we don't leave any gaps by reed@android.com · 14 years ago
  55. 59ed9f6 Eenable new chopping edgelist builder by default. If it sticks well, I'll by reed@android.com · 15 years ago
  56. 909994f new scanconversion technique by reed@android.com · 15 years ago
  57. e72fee5 add onSendClickToChildren to views, so a view can capture all clicks. by reed@android.com · 15 years ago
  58. 5ebbe14 fix cheap calc of edgelist size by reed@android.com · 15 years ago
  59. 800046e fix new warnings from gcc 4.2 by reed@android.com · 15 years ago
  60. 593847a fix overflow in qsort compare proc by reed@android.com · 15 years ago
  61. 9da1ae3 fix NaN in path iterator by reed@android.com · 15 years ago
  62. d252db0 API change: SkPath computeBounds -> getBounds by reed@android.com · 15 years ago
  63. c07d23a Chop quads exactly on the clip bounds, so we don't spend CPU cycles walking them by reed@android.com · 16 years ago
  64. fc25abd fix warnings by reed@android.com · 16 years ago
  65. 8a1c16f grab from latest android by reed@android.com · 16 years ago