1. 1b24933 Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. by mtklein · 9 years ago
  2. 02802f6 Revert of Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. (patchset #4 id:60001 of https://codereview.chromium.org/1215393002/) by jvanverth · 9 years ago
  3. c50acf2 Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. by mtklein · 9 years ago
  4. 41e010c Revert[2] SkDraw and all Blitters to use pixmap instead of bitmapi by reed · 9 years ago
  5. 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
  6. c31af44 change SkDraw and all Blitters to use pixmap instead of bitmap by reed · 9 years ago
  7. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  8. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  9. d54d3fc remove unused kLCD_MaskFormat by reed · 10 years ago
  10. 6d42d9c add a simple ascii-art debug thing for AA clips by humper · 10 years ago
  11. 202ab2a add isRect() check to AAClip, to detect if a soft-clip is really just an irect by reed · 10 years ago
  12. 0aeea6d Revert of add isRect() check to AAClip, to detect if a soft-clip is really just an irect (https://codereview.chromium.org/445233006/) by reed · 10 years ago
  13. 592cb8d add isRect() check to AAClip, to detect if a soft-clip is really just an irect by reed · 10 years ago
  14. a8c7f77 fix (some) 64bit warnings -- size_t -> int by commit-bot@chromium.org · 11 years ago
  15. 4b7d673 More clang warning fixes. by commit-bot@chromium.org · 11 years ago
  16. d532172 Make skia almost compile again with clang. by commit-bot@chromium.org · 11 years ago
  17. 6c035f6 Build fix for [-Werror=maybe-uninitialized]. by commit-bot@chromium.org · 11 years ago
  18. 493c65f Fix some 64 bit warnings on mac. by scroggo@google.com · 12 years ago
  19. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  20. 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
  21. 768fee8 Fixed oversized SkRegion bound problem for complexclip_aa GM by robertphillips@google.com · 12 years ago
  22. e56513d if bounds don't intersect in DIFF mode, just return src (don't return empty) by reed@google.com · 12 years ago
  23. a4c6e4d landing mirror of https://codereview.appspot.com/6304098/ by kondapallykalyan by reed@google.com · 12 years ago
  24. 803eceb fix warnings on Mac in src/core by caryclark@google.com · 12 years ago
  25. 19224c3 Fix a memory leak in SkAAClip::translate(). by tomhudson@google.com · 12 years ago
  26. 9b0da23 fix bug and add test for aaclip when blitV is called by reed@google.com · 13 years ago
  27. 302b861 be sure to mark fLastY with the bottom of the rect in blitRect by reed@google.com · 13 years ago
  28. 80cdb9a aaclip needs to handle paths with holes by reed@google.com · 13 years ago
  29. 0c00f21 Add SkDEBUGFAIL to clean up use of SkASSERT(!"text"); by tomhudson@google.com · 13 years ago
  30. 49eac19 New 'blitAntiRect' entry point for blitters, specialized in supersampling by tomhudson@google.com · 13 years ago
  31. a89c77b revert 2783 -- broke debug gm by reed@google.com · 13 years ago
  32. f974a5d New function SkBlitter::blitAntiRect(); specifically accelerated for by tomhudson@google.com · 13 years ago
  33. a069c8f speedup AAClip::setRegion (n^2 to n) add bench for setRegion by reed@google.com · 13 years ago
  34. f74ad8c Removes warnings generated by gcc and clang. by tomhudson@google.com · 13 years ago
  35. 9154eb0 implement blitRect for aaclip builder. This speeds up setRect by 15x (for 640x480) by reed@google.com · 13 years ago
  36. 562a2ac call blitRect in our convex scanconverter (next: take advantage of that in our by reed@google.com · 13 years ago
  37. d6040f6 reload base after we call memmove by reed@google.com · 13 years ago
  38. c5507bf fix bad return type (should have been void) by reed@google.com · 13 years ago
  39. c904191 now we trim the aaclip after building it, to ensure that it has tight bounds by reed@google.com · 13 years ago
  40. 209c415 add initial unittests for aaclip. Fix case where BuilderBlitter skipped the top by reed@google.com · 13 years ago
  41. 820e80a Fix some warnings on VS2010 Review URL: http://codereview.appspot.com/5312051/ by bsalomon@google.com · 13 years ago
  42. 045e62d enable soft clipping (yikes) by reed@google.com · 13 years ago
  43. 34f7e47 checkpoint -- more support changes for soft clipping by reed@google.com · 13 years ago
  44. 1778564 trim off extra alpha==0 spans before and after our bounds by reed@google.com · 13 years ago
  45. 0017708 use SkRasterClip inside canvas (check-point for soft clipping) by reed@google.com · 13 years ago
  46. 3771a03 fix warnings (failed to return a bool) by reed@google.com · 13 years ago
  47. f3c1da1 add setRegion and doAA parameter to setPath by reed@google.com · 13 years ago
  48. 1c04bf9 implement region-ops by reed@google.com · 13 years ago
  49. 47ac84e check-point for aaclip by reed@google.com · 13 years ago
  50. 3228789 check-point for aaclip by reed@google.com · 13 years ago
  51. e36707a first cut at aaclipping by reed@google.com · 13 years ago