1. 653f42f Deinline some GrPathRenderer method and one GrDrawingMananger method. by Brian Salomon · 6 years ago
  2. 5ed4423 Improve GrPathRendererChain heuristics by Chris Dalton · 7 years ago
  3. e5ede4b Revert "Improve GrPathRendererChain heuristics" by Chris Dalton · 7 years ago
  4. 60f4249 Improve GrPathRendererChain heuristics by Chris Dalton · 7 years ago
  5. 8952743 move src/gpu/batches -> src/gpu/ops by Brian Salomon · 8 years ago[Renamed from src/gpu/batches/GrStencilAndCoverPathRenderer.h]
  6. 8acedde Use GrShape in GrPathRenderer. by bsalomon · 8 years ago
  7. d6f25bf Make GrPathRenderer only support fills for path stenciling by bsalomon · 8 years ago
  8. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  9. 6335a72 Move PathRenderers to batches folder by joshualitt · 9 years ago[Renamed from src/gpu/GrStencilAndCoverPathRenderer.h]
  10. e7d4b2f Simplify parameters passed to path renderers by robertphillips · 9 years ago
  11. 0aff2fa Also provides the ResourceProvider to onDrawPath which allows the DF PR to no longer require access to GrContext. by bsalomon · 9 years ago
  12. 706f08f Move GrPath(Range) creation to ResourceProvider. by bsalomon · 9 years ago
  13. 1899651 Extract gpu line dashing to GrDashLinePathRenderer by kkinnunen · 9 years ago
  14. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  15. 8dd688b Rename GrOptDrawState to GrPipeline and GrDrawState to GrPipelineBuilder by egdaniel · 10 years ago
  16. 8059eb9 Move ViewMatrix off of drawstate by joshualitt · 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. e79f320 Revert of r13384 (Stateful PathRenderer implementation) by robertphillips@google.com · 11 years ago
  20. 3e0c64a Stateful PathRenderer implementation by robertphillips@google.com · 11 years ago
  21. 5f74cf8 Follow up on the previous patch : by sugoi@google.com · 12 years ago
  22. c7b4be7 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  23. 45a15f5 Modifications to GrPatherRenderer(Chain) interfaces to support clip mask manager. by bsalomon@google.com · 12 years ago
  24. 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
  25. 0f11e1a Remove translate param from GrContext::drawPath (and subsequent calls). by bsalomon@google.com · 12 years ago
  26. e3d3216 Remove stage masks by bsalomon@google.com · 12 years ago
  27. ded4f4b Initial support for GL_NV_path_renering. Experimental, there are still some issues to resolve, set gyp variable skia_nv_path_rendering=1 or build flag GR_GL_USE_NV_PATH_RENDERING to enable. by bsalomon@google.com · 12 years ago