1. 20390c3 Pull non-substantive changes out of GrShape mask drawing CL by Robert Phillips · 6 years ago
  2. 653f42f Deinline some GrPathRenderer method and one GrDrawingMananger method. by Brian Salomon · 6 years ago
  3. 1afd4cd Add GrProxyProvider by Robert Phillips · 7 years ago
  4. 5ed4423 Improve GrPathRendererChain heuristics by Chris Dalton · 7 years ago
  5. e5ede4b Revert "Improve GrPathRendererChain heuristics" by Chris Dalton · 7 years ago
  6. 60f4249 Improve GrPathRendererChain heuristics by Chris Dalton · 7 years ago
  7. c7da146 Move DrawToTargetWithShapeMask to GrSoftwarePathRenderer by Brian Osman · 7 years ago
  8. 32342f0 Rebase and fix chromium by Brian Osman · 7 years ago
  9. 82f4431 Make GrPaints move their GrProcessor ownership into GrPipelineBuilder. by Brian Salomon · 8 years ago
  10. 1105224 Rename GrDrawContext to GrRenderTargetContext by Brian Osman · 8 years ago
  11. 39ef7fb Add optional sw generated path coverage mask caching by bsalomon · 8 years ago
  12. d2b6d64 Minor change to Ganesh path renderers by robertphillips · 8 years ago
  13. 3950f0d Remove fColor from PathRenderer DrawPathArgs struct by robertphillips · 8 years ago
  14. 8acedde Use GrShape in GrPathRenderer. by bsalomon · 8 years ago
  15. 976f5f0 Make GrClipMaskManager stateless and push GrPipelineBuilder construction downstack by robertphillips · 8 years ago
  16. 0152d73 GrSWMaskHelper and GrSoftwarePathRenderer only need the textureProvider (not GrContext) by robertphillips · 8 years ago
  17. d6f25bf Make GrPathRenderer only support fills for path stenciling by bsalomon · 8 years ago
  18. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  19. e7d4b2f Simplify parameters passed to path renderers by robertphillips · 9 years ago
  20. 0aff2fa Also provides the ResourceProvider to onDrawPath which allows the DF PR to no longer require access to GrContext. by bsalomon · 9 years ago
  21. 1899651 Extract gpu line dashing to GrDashLinePathRenderer by kkinnunen · 9 years ago
  22. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  23. 8dd688b Rename GrOptDrawState to GrPipeline and GrDrawState to GrPipelineBuilder by egdaniel · 10 years ago
  24. 8059eb9 Move ViewMatrix off of drawstate by joshualitt · 10 years ago
  25. 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
  26. 9853cce Drawstate on stack by joshualitt · 10 years ago
  27. e305973 Remove uses of GrAutoScratchTexture. by bsalomon · 10 years ago
  28. e79f320 Revert of r13384 (Stateful PathRenderer implementation) by robertphillips@google.com · 10 years ago
  29. 3e0c64a Stateful PathRenderer implementation by robertphillips@google.com · 10 years ago
  30. 5f74cf8 Follow up on the previous patch : by sugoi@google.com · 12 years ago
  31. 45a15f5 Modifications to GrPatherRenderer(Chain) interfaces to support clip mask manager. by bsalomon@google.com · 12 years ago
  32. 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
  33. 0f11e1a Remove translate param from GrContext::drawPath (and subsequent calls). by bsalomon@google.com · 12 years ago
  34. 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
  35. e3d3216 Remove stage masks by bsalomon@google.com · 12 years ago
  36. 58b2021 Split GrSWMaskHelper into its own files by robertphillips@google.com · 12 years ago
  37. c82a8b7 Fixed two bugs in SW-only clip mask generation by robertphillips@google.com · 12 years ago
  38. fa66294 First functioning version of SW-only clip mask creator by robertphillips@google.com · 12 years ago
  39. b4f06d7 Minor refactoring/enhancement of GrSWMaskHelper to prepare for wider use by robertphillips@google.com · 12 years ago
  40. f4c2c52 First portion of refactoring to bundle SW path rendering into GrPathRenderer by robertphillips@google.com · 12 years ago