1. bcba2c9 interesct path bounds with clip bounds before initializing supersampler by reed · 10 years ago
  2. 75f8851 Let blitters be notified when they're done being used by krajcevski · 10 years ago
  3. 2ec93fc Buffer four scanlines prior to blitting. We will eventually use this by krajcevski · 10 years ago
  4. 8f4d230 remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floats by reed@google.com · 11 years ago
  5. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  6. 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
  7. 803eceb fix warnings on Mac in src/core by caryclark@google.com · 12 years ago
  8. cd4e9fb don't define SK_USE_LEGACY_AA_COVERAGE, so that we can get the more exact by reed@google.com · 12 years ago
  9. 5b7d603 invert sense of conditional EXACT_COVERAGE, renaming to LEGACY_AA_COVERAGE by reed@google.com · 12 years ago
  10. a869248 remove obsolete comments by reed@google.com · 12 years ago
  11. 6997e5d remove dead conditional Review URL: https://codereview.appspot.com/6197065 by reed@google.com · 12 years ago
  12. 17b6ba4 Reinstate early out from antialiased path rendering if we anticipate by tomhudson@google.com · 12 years ago
  13. f9f258c detect all masks, and don't use masksuperblitter with those by reed@google.com · 13 years ago
  14. d76dafb handle checking for large bounds correctly when SkScalar is fixed by reed@google.com · 13 years ago
  15. 07db861 since SkScalarCeil/Floor do not explicitly detect overflows from float->int, by reed@google.com · 13 years ago
  16. a4e9238 Disable check for large bounds in antipath by reed@google.com · 13 years ago
  17. ffc9248 Fix math in coverage_to_alpha() (renamed coverage_to_partial_alpha()), behind by tomhudson@google.com · 13 years ago
  18. dceecc7 always allocate (only) the width of the clip for the AA row, since it will by reed@google.com · 13 years ago
  19. 5546ef2 inject a 32767 bounded cliprect before using SuperSampler blitter, to avoid by reed@google.com · 13 years ago
  20. 31bab39 Fix off-by-one error in assertion; improve coverage_to_exact_alpha() by tomhudson@google.com · 13 years ago
  21. 4714359 Bugfixes to antialiased blitting. by tomhudson@google.com · 13 years ago
  22. 0c00f21 Add SkDEBUGFAIL to clean up use of SkASSERT(!"text"); by tomhudson@google.com · 13 years ago
  23. 49eac19 New 'blitAntiRect' entry point for blitters, specialized in supersampling by tomhudson@google.com · 13 years ago
  24. ee068aa add unittest for invariants for empty paths, still need to think about by reed@google.com · 13 years ago
  25. a89c77b revert 2783 -- broke debug gm by reed@google.com · 13 years ago
  26. f974a5d New function SkBlitter::blitAntiRect(); specifically accelerated for by tomhudson@google.com · 13 years ago
  27. 05fffdc Doxygen configuration file, documentation and minor cleanup on blitters. by tomhudson@google.com · 13 years ago
  28. f2fc5a5 match blitH computation for coverage in new blitRect for supersampler by reed@google.com · 13 years ago
  29. 967a35d specialize blitRect in supersampler: by reed@google.com · 13 years ago
  30. 562a2ac call blitRect in our convex scanconverter (next: take advantage of that in our by reed@google.com · 13 years ago
  31. 045e62d enable soft clipping (yikes) by reed@google.com · 13 years ago
  32. 1ba7137 add rasterclip entrypoints for scan converting paths by reed@google.com · 13 years ago
  33. 2c508f2 add force-rle parameter to help with aaclip testing by reed@google.com · 13 years ago
  34. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  35. 2f3567c check-point for unifying results between runs and mask backends for aa by reed@google.com · 13 years ago
  36. 34e52a0 initialize fCurrY by reed@google.com · 13 years ago
  37. fa57ae7 remember previous x-offset when we re-enter the runs array. speeds up paths by reed@google.com · 13 years ago
  38. 5a1e795 remove dead code by reed@google.com · 13 years ago
  39. 9f2f0a8 add testing defines to test different blitters for antialiasing (RLE and mask) by reed@google.com · 13 years ago
  40. 55b6b58 Fix inverse scanconversion -- be sure to keep our calls to SkBlitter in scanline by reed@google.com · 14 years ago
  41. 8cfdf01 Correctly handle SkPath::kInverseWinding_FillType by agl@chromium.org · 14 years ago
  42. dca6a56 explicitly pass bounds.top to the edgelist walker, so we don't leave any gaps by reed@android.com · 15 years ago
  43. 5ebbe14 fix cheap calc of edgelist size by reed@android.com · 15 years ago
  44. c41513c Add a sanity check to MaskSuperBlitter::blitH(), to avoid a subsequent by senorblanco@chromium.org · 15 years ago
  45. feef49c Add some SkASSERT's, to try to track down a reliability issue in Chrome. by senorblanco@chromium.org · 15 years ago
  46. d252db0 API change: SkPath computeBounds -> getBounds by reed@android.com · 15 years ago
  47. 3555591 add sanity checks to handles extremely large coordinates or filter margins. by reed@android.com · 16 years ago
  48. 8a1c16f grab from latest android by reed@android.com · 16 years ago