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. 15b2509 Update minimum non-ES OpenGL spec to 2.0. by Brian Salomon · 7 years ago
  5. f086167 Remove support for GLs without separate stencil. by Brian Salomon · 7 years ago
  6. 82f4431 Make GrPaints move their GrProcessor ownership into GrPipelineBuilder. by Brian Salomon · 8 years ago
  7. 8952743 move src/gpu/batches -> src/gpu/ops by Brian Salomon · 8 years ago[Renamed from src/gpu/batches/GrDefaultPathRenderer.h]
  8. 0e8fc8b Relandx2 "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  9. 073285c Revert "Reland "Remove antialiasing control from GrPaint."" by Brian Salomon · 8 years ago
  10. 3944484 Reland "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  11. 419d81e Revert "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  12. 9f54935 Remove antialiasing control from GrPaint. by Brian Salomon · 8 years ago
  13. 1105224 Rename GrDrawContext to GrRenderTargetContext by Brian Osman · 8 years ago
  14. d2b6d64 Minor change to Ganesh path renderers by robertphillips · 8 years ago
  15. 3950f0d Remove fColor from PathRenderer DrawPathArgs struct by robertphillips · 8 years ago
  16. 8acedde Use GrShape in GrPathRenderer. by bsalomon · 8 years ago
  17. 976f5f0 Make GrClipMaskManager stateless and push GrPipelineBuilder construction downstack by robertphillips · 8 years ago
  18. 862cff3 Remove clip from GrPipelineBuilder by cdalton · 8 years ago
  19. 6663acf Replace GrStrokeInfo with GrStyle. by bsalomon · 8 years ago
  20. 85d9667 Revert of Replace GrStrokeInfo with GrStyle. (patchset #4 id:160001 of https://codereview.chromium.org/1957363002/ ) by bsalomon · 8 years ago
  21. 33595bd Replace GrStrokeInfo with GrStyle. by bsalomon · 8 years ago
  22. d6f25bf Make GrPathRenderer only support fills for path stenciling by bsalomon · 8 years ago
  23. 6536ae5 added GrMSAAPathRenderer by ethannicholas · 8 years ago
  24. 8ef9108 Revert of added GrMSAAPathRenderer (patchset #9 id:160001 of https://codereview.chromium.org/1834133003/ ) by ethannicholas · 8 years ago
  25. b0fabd4 added GrMSAAPathRenderer by ethannicholas · 8 years ago
  26. c03afd6 Revert of added GrMSAAPathRenderer (patchset #8 id:140001 of https://codereview.chromium.org/1834133003/ ) by ethannicholas · 8 years ago
  27. 47a2dc8 added GrMSAAPathRenderer by ethannicholas · 8 years ago
  28. 0cffb17 Remove GrAddPathRenderers_default by joshualitt · 9 years ago[Renamed from src/gpu/GrDefaultPathRenderer.h]
  29. f3c15b7 Move SkTemplates.h to private. by bungeman · 9 years ago
  30. e7d4b2f Simplify parameters passed to path renderers by robertphillips · 9 years ago
  31. 0aff2fa Also provides the ResourceProvider to onDrawPath which allows the DF PR to no longer require access to GrContext. by bsalomon · 9 years ago
  32. 1899651 Extract gpu line dashing to GrDashLinePathRenderer by kkinnunen · 9 years ago
  33. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  34. 642429e Some small code tidying by joshualitt · 9 years ago
  35. 8dd688b Rename GrOptDrawState to GrPipeline and GrDrawState to GrPipelineBuilder by egdaniel · 10 years ago
  36. 8059eb9 Move ViewMatrix off of drawstate by joshualitt · 10 years ago
  37. 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
  38. 9853cce Drawstate on stack by joshualitt · 10 years ago
  39. e79f320 Revert of r13384 (Stateful PathRenderer implementation) by robertphillips@google.com · 11 years ago
  40. 3e0c64a Stateful PathRenderer implementation by robertphillips@google.com · 11 years ago
  41. d28063e Replace uses of GR_API by SK_API. by commit-bot@chromium.org · 11 years ago
  42. 5f74cf8 Follow up on the previous patch : by sugoi@google.com · 12 years ago
  43. 45a15f5 Modifications to GrPatherRenderer(Chain) interfaces to support clip mask manager. by bsalomon@google.com · 12 years ago
  44. 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
  45. 8171288 Remove GrScalar, replace with SkScalar. by bsalomon@google.com · 12 years ago
  46. 0f11e1a Remove translate param from GrContext::drawPath (and subsequent calls). by bsalomon@google.com · 12 years ago
  47. e3d3216 Remove stage masks by bsalomon@google.com · 12 years ago
  48. b372942 make pathrenderers release their geometry before returning by bsalomon@google.com · 12 years ago
  49. c2099d2 simplify GrPathRenderer interface by bsalomon@google.com · 12 years ago
  50. 39ee0ff Prep #1 for making GrDrawState a class by bsalomon@google.com · 13 years ago
  51. 289533a Don't use GrDrawTarget's AA state bit to convey whether to do custom-aa by bsalomon@google.com · 13 years ago
  52. d38f137 Move gpu/include/* to include/gpu and gpu/src/* to src/gpu by bsalomon@google.com · 13 years ago[Renamed from gpu/src/GrDefaultPathRenderer.h]
  53. aeb2160 Add GrAAHairLinePathRenderer by bsalomon@google.com · 13 years ago
  54. 3008519 Use a prioritized list of path renderers in Gr. by bsalomon@google.com · 13 years ago