1. 5ed4423 Improve GrPathRendererChain heuristics by Chris Dalton · 7 years ago
  2. e5ede4b Revert "Improve GrPathRendererChain heuristics" by Chris Dalton · 7 years ago
  3. 60f4249 Improve GrPathRendererChain heuristics by Chris Dalton · 7 years ago
  4. 8952743 move src/gpu/batches -> src/gpu/ops by Brian Salomon · 8 years ago[Renamed from src/gpu/batches/GrAAHairLinePathRenderer.h]
  5. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  6. 0cffb17 Remove GrAddPathRenderers_default by joshualitt · 9 years ago
  7. 6335a72 Move PathRenderers to batches folder by joshualitt · 9 years ago[Renamed from src/gpu/GrAAHairLinePathRenderer.h]
  8. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  9. 0aff2fa Also provides the ResourceProvider to onDrawPath which allows the DF PR to no longer require access to GrContext. by bsalomon · 9 years ago
  10. ed0bcad Move instanced index buffer creation to flush time by bsalomon · 9 years ago
  11. d8ed1b6 Revert of Move instanced index buffer creation to flush time (patchset #6 id:100001 of https://codereview.chromium.org/1116943004/) by bsalomon · 9 years ago
  12. ab622c7 Move instanced index buffer creation to flush time 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. 7bc18b7 Hairline batch by joshualitt · 10 years ago
  16. 46c77f7 Revert of Hairline batch (patchset #17 id:360001 of https://codereview.chromium.org/876673002/) by joshualitt · 10 years ago
  17. 658d55c Hairline batch by joshualitt · 10 years ago
  18. cb3f504 Revert of Hairline batch (patchset #16 id:300001 of https://codereview.chromium.org/876673002/) by joshualitt · 10 years ago
  19. 6eff870 Hairline batch by joshualitt · 10 years ago
  20. 8dd688b Rename GrOptDrawState to GrPipeline and GrDrawState to GrPipelineBuilder by egdaniel · 10 years ago
  21. 8059eb9 Move ViewMatrix off of drawstate by joshualitt · 10 years ago
  22. 56995b5 Remove GP from drawstate, revision of invariant output for GP by joshualitt · 10 years ago
  23. 8c0f615 Revert of Remove GP from drawstate, revision of invariant output for GP (patchset #9 id:160001 of https://codereview.chromium.org/791743003/) by joshualitt · 10 years ago
  24. c6bc58e Remove GP from drawstate, revision of invariant output for GP 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. 2dd1ae0 First step to moving vertex attributes to the geometryProcessor by joshualitt · 10 years ago
  27. 9853cce Drawstate on stack by joshualitt · 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 · 11 years ago
  30. 7475811 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  31. 681ccf0 Fix hairline pathrenderer for Nexus-10. Switches to using additional by jvanverth@google.com · 11 years ago
  32. 5e2d270 Reverting r10707. Unreviewed. by jvanverth@google.com · 11 years ago
  33. 85eef60 Fix hairline pathrenderer for Nexus-10. Switches to using additional by commit-bot@chromium.org · 11 years ago
  34. 5383a75 Add implicit hairline conic rendering to GPU by egdaniel@google.com · 11 years ago
  35. 1dd9baa Reland path bounds change with correct bounds for convex and hairline path renderers. by bsalomon@google.com · 11 years ago
  36. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  37. 5f74cf8 Follow up on the previous patch : by sugoi@google.com · 12 years ago
  38. 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
  39. 0f11e1a Remove translate param from GrContext::drawPath (and subsequent calls). by bsalomon@google.com · 12 years ago
  40. 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
  41. e3d3216 Remove stage masks by bsalomon@google.com · 12 years ago
  42. 8a4fc40 Updated useSWOnlyPath method to use path chain instead of raw path renderer methods by robertphillips@google.com · 12 years ago
  43. fa66294 First functioning version of SW-only clip mask creator by robertphillips@google.com · 12 years ago
  44. b372942 make pathrenderers release their geometry before returning by bsalomon@google.com · 12 years ago
  45. c2099d2 simplify GrPathRenderer interface by bsalomon@google.com · 12 years ago
  46. 39ee0ff Prep #1 for making GrDrawState a class by bsalomon@google.com · 13 years ago
  47. 289533a Don't use GrDrawTarget's AA state bit to convey whether to do custom-aa by bsalomon@google.com · 13 years ago
  48. d38f137 Move gpu/include/* to include/gpu and gpu/src/* to src/gpu by bsalomon@google.com · 13 years ago[Renamed from gpu/src/GrAAHairLinePathRenderer.h]
  49. 0d2aa84 Fix override issue, rebase win hairmodes_gpu, complexclip_gpu by bsalomon@google.com · 13 years ago
  50. a8a6a32 Use GrAAHairlineRenderer for line segments only if FS derivs not avail by bsalomon@google.com · 13 years ago
  51. dbeeac3 Add perspective support to the gpu aa hairline renderer. by bsalomon@google.com · 13 years ago
  52. aeb2160 Add GrAAHairLinePathRenderer by bsalomon@google.com · 13 years ago