1. 9837740 Simplify GrSWMaskHelper by robertphillips · 8 years ago
  2. 862cff3 Remove clip from GrPipelineBuilder by cdalton · 8 years ago
  3. 6663acf Replace GrStrokeInfo with GrStyle. by bsalomon · 8 years ago
  4. 85d9667 Revert of Replace GrStrokeInfo with GrStyle. (patchset #4 id:160001 of https://codereview.chromium.org/1957363002/ ) by bsalomon · 8 years ago
  5. 33595bd Replace GrStrokeInfo with GrStyle. by bsalomon · 8 years ago
  6. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  7. c5035e7 Add SkSpecialImage::extractSubset & NewFromPixmap by robertphillips · 8 years ago
  8. 19dea94 Revert of Add SkSpecialImage::extractSubset & NewFromPixmap (patchset #5 id:80001 of https://codereview.chromium.org/1787883002/ ) by robertphillips · 8 years ago
  9. 2505814 Add SkSpecialImage::extractSubset & NewFromPixmap by robertphillips · 8 years ago
  10. 41e010c Revert[2] SkDraw and all Blitters to use pixmap instead of bitmapi by reed · 9 years ago
  11. 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
  12. c31af443 change SkDraw and all Blitters to use pixmap instead of bitmap by reed · 9 years ago
  13. 44701df Move clip off of draw target by joshualitt · 9 years ago
  14. 8dd688b Rename GrOptDrawState to GrPipeline and GrDrawState to GrPipelineBuilder by egdaniel · 9 years ago
  15. 8059eb9 Move ViewMatrix off of drawstate by joshualitt · 10 years ago
  16. ef3fcd8 More win64 warning fixes by bsalomon · 10 years ago
  17. 2e3b3e3 This cl moves color and coverage off of drawstate. In an effort to keep this CL manageable, I have left the compute invariant input / output in a bit of a strange state(fixing this will be complicated). by joshualitt · 10 years ago
  18. 9853cce Drawstate on stack by joshualitt · 10 years ago
  19. f2703d8 rename GrTextureDesc->GrSurfaceDesc, GrTextureFlags->GrSurfaceFlags by bsalomon · 10 years ago
  20. e305973 Remove uses of GrAutoScratchTexture. by bsalomon · 10 years ago
  21. fa38a30 Add GrAASmallPathRenderer. by jvanverth · 10 years ago
  22. 71614ac Add override to force bitmap rendering by krajcevski · 10 years ago
  23. b8ccc2f Pass compressed blitters to our mask drawing algorithm by krajcevski · 10 years ago
  24. b3abe90 Start the process of choosing the correct compression format by krajcevski · 10 years ago
  25. 25a67bc Add query for block dimensions of a given format by krajcevski · 10 years ago
  26. b577c55 Generalize mask helper a bit for compression by krajcevski · 10 years ago
  27. fb4f5cb Use scratch with LATC data if possible by krajcevski · 10 years ago
  28. 5c2fca0 Add an LATC compressor to the A8 masks, and hide it behind an ifdef. by krajcevski · 10 years ago
  29. e3beb6b SkNonCopyable should be used with private inheritance. by commit-bot@chromium.org · 10 years ago
  30. 84e922b Revert "speed up A8 by creating a new entry-point in SkDraw that blits the path's coverage directly into an A8 target, regardless of the previous pixel values." by reed@google.com · 11 years ago
  31. ac9d306 speed up A8 by creating a new entry-point in SkDraw that blits the path's coverage directly into an A8 target, regardless of the previous pixel values. by reed@google.com · 11 years ago
  32. a0b4028 Replace uses of GrNoncopyable by SkNoncopyable. by commit-bot@chromium.org · 11 years ago
  33. d92cf2e Fix texture allocation in SWMaskHelper by robertphillips@google.com · 11 years ago
  34. fd03d4a Replace all instances of GrRect with SkRect. by commit-bot@chromium.org · 11 years ago
  35. 5f74cf8 Follow up on the previous patch : by sugoi@google.com · 12 years ago
  36. 12b4e27 As part of preliminary groundwork for a chromium fix, this changelist is deprecating GrPathFill so that SkPath::FillType is used everywhere in order to remove some code duplication between Skia and Ganesh. by sugoi@google.com · 12 years ago
  37. b9086a0 Replace GrMatrix with SkMatrix. by bsalomon@google.com · 12 years ago
  38. d6176b0 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
  39. e3d3216 Remove stage masks by bsalomon@google.com · 12 years ago
  40. 5dfb672 Left over cleanup from r4416 (fix for lingering AA clip mask bug) by robertphillips@google.com · 12 years ago
  41. 366f1c6 Fixed lingering gpu-path AA clip mask generation bug by robertphillips@google.com · 12 years ago
  42. fe65943 fixed another clang++ compiler error by robertphillips@google.com · 12 years ago
  43. 58b2021 Split GrSWMaskHelper into its own files by robertphillips@google.com · 12 years ago