1. 82f4431 Make GrPaints move their GrProcessor ownership into GrPipelineBuilder. by Brian Salomon · 8 years ago
  2. 82125e9 Remove antialias axis from GrPathRendererChain::DrawType by Brian Salomon · 8 years ago
  3. 0e8fc8b Relandx2 "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  4. 073285c Revert "Reland "Remove antialiasing control from GrPaint."" by Brian Salomon · 8 years ago
  5. 3944484 Reland "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  6. 419d81e Revert "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  7. 9f54935 Remove antialiasing control from GrPaint. by Brian Salomon · 8 years ago
  8. 1105224 Rename GrDrawContext to GrRenderTargetContext by Brian Osman · 8 years ago
  9. f2361d2 Add GrOpList and rename GrDrawTarget to GrRenderTargetOpList by Robert Phillips · 8 years ago
  10. 29df760 Define clear regions in terms of GrFixedClip by csmartdalton · 8 years ago
  11. d656200 require semi at the end of SkASSERT and friends by caryclark · 8 years ago
  12. 5fa7f30 Remove DrawFace enum from GrPipelineBuilder by robertphillips · 8 years ago
  13. 5d1676c Revert of Remove DrawFace enum from GrPipelineBuilder (patchset #2 id:20001 of https://codereview.chromium.org/2165283002/ ) by robertphillips · 8 years ago
  14. da152eb Remove DrawFace enum from GrPipelineBuilder 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. 93a379b Separate user and raw stencil settings by cdalton · 8 years ago
  20. e19aecd Revert of Separate user and raw stencil settings (patchset #8 id:140001 of https://codereview.chromium.org/1962243002/ ) by robertphillips · 8 years ago
  21. 12dbb39 Separate user and raw stencil settings by cdalton · 8 years ago
  22. 6663acf Replace GrStrokeInfo with GrStyle. by bsalomon · 8 years ago
  23. 85d9667 Revert of Replace GrStrokeInfo with GrStyle. (patchset #4 id:160001 of https://codereview.chromium.org/1957363002/ ) by bsalomon · 8 years ago
  24. 33595bd Replace GrStrokeInfo with GrStyle. by bsalomon · 8 years ago
  25. d6f25bf Make GrPathRenderer only support fills for path stenciling by bsalomon · 8 years ago
  26. 3de75da Use constexpr constructors of GrStencilSettings rather than hacky macro system. by bsalomon · 8 years ago
  27. 0e3c554 Tweak distance field path renderer behavior in gamma-correct mode to match by brianosman · 8 years ago
  28. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  29. 512e437 Add stroking support to distance field path renderer by jvanverth · 9 years ago
  30. 08c4bdf Revert of Add stroking support to distance field path renderer (patchset #8 id:160001 of https://codereview.chromium.org/1460873002/ ) by fmalita · 9 years ago
  31. 73ee677 Add stroking support to distance field path renderer by jvanverth · 9 years ago
  32. b736158 Revert of Add stroking support to distance field path renderer (patchset #7 id:120001 of https://codereview.chromium.org/1460873002/ ) by jvanverth · 9 years ago
  33. 5ce76ef Add stroking support to distance field path renderer by jvanverth · 9 years ago
  34. 6873782 Remove GrPipelineBuilder from getPathRenderer call by robertphillips · 9 years ago
  35. 0cffb17 Remove GrAddPathRenderers_default by joshualitt · 9 years ago
  36. e7d4b2f Simplify parameters passed to path renderers by robertphillips · 9 years ago
  37. 0aff2fa Also provides the ResourceProvider to onDrawPath which allows the DF PR to no longer require access to GrContext. by bsalomon · 9 years ago
  38. 2766c00 remove SkInstCnt by mtklein · 9 years ago
  39. d156d36 Make GrStrokeInfo inherit from SkStrokeRec by kkinnunen · 9 years ago
  40. 1899651 Extract gpu line dashing to GrDashLinePathRenderer by kkinnunen · 9 years ago
  41. 8dd688b Rename GrOptDrawState to GrPipeline and GrDrawState to GrPipelineBuilder by egdaniel · 10 years ago
  42. 8059eb9 Move ViewMatrix off of drawstate by joshualitt · 10 years ago
  43. 080e673 Add XP to handle the cases where we disable color write. by egdaniel · 10 years ago
  44. 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
  45. 9853cce Drawstate on stack by joshualitt · 10 years ago
  46. b0a8a37 Patch to create a distinct geometry processor. The vast majority of this patch by joshualitt · 10 years ago
  47. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  48. e79f320 Revert of r13384 (Stateful PathRenderer implementation) by robertphillips@google.com · 11 years ago
  49. 1195a28 Revert "SkBitmap now really stores SkImageInfo -- config is just a ruse" by mike@reedtribe.org · 11 years ago
  50. 8ed6443 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  51. 3e0c64a Stateful PathRenderer implementation by robertphillips@google.com · 11 years ago
  52. e0a868c Apply hairline optimization only if the path renderer wants it by commit-bot@chromium.org · 11 years ago
  53. a4de8c2 Remove GrRefCnt.h in favor of SkRefCnt.h by commit-bot@chromium.org · 11 years ago
  54. d28063e Replace uses of GR_API by SK_API. by commit-bot@chromium.org · 11 years ago
  55. f6de475 Replace uses of GrAssert by SkASSERT. by tfarina@chromium.org · 11 years ago
  56. 19dd017 Fix a crash on stroking empty paths with nv_path_rendering enabled by commit-bot@chromium.org · 11 years ago
  57. 3e50e99 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  58. 1dd9baa Reland path bounds change with correct bounds for convex and hairline path renderers. by bsalomon@google.com · 11 years ago
  59. d7c3742 Revert "Revert "Revert "Pass bounds into draw calls in path renderers.""" by bsalomon@google.com · 11 years ago
  60. 2f2d130 Revert "Revert "Pass bounds into draw calls in path renderers."" by bsalomon@google.com · 11 years ago
  61. 9a9c3d5 Revert "Pass bounds into draw calls in path renderers." by bsalomon@google.com · 11 years ago
  62. f438c97 Pass bounds into draw calls in path renderers. by bsalomon@google.com · 11 years ago
  63. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  64. 5f74cf8 Follow up on the previous patch : by sugoi@google.com · 12 years ago
  65. b68addd Use the stencil buffer to avoid temporary alpha clip masks. by bsalomon@google.com · 12 years ago
  66. 45a15f5 Modifications to GrPatherRenderer(Chain) interfaces to support clip mask manager. by bsalomon@google.com · 12 years ago
  67. 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
  68. 0f11e1a Remove translate param from GrContext::drawPath (and subsequent calls). by bsalomon@google.com · 12 years ago
  69. 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
  70. e3d3216 Remove stage masks by bsalomon@google.com · 12 years ago
  71. fa35e3d plumb SkInstCnt to all subclasses of GrRefCnt by reed@google.com · 12 years ago
  72. 4705954 Search and replace change. Some Gr enum value names didn't have a "Gr" in their suffix. by bsalomon@google.com · 12 years ago
  73. bf5cad4 Added documentation of stage/TU allocation by robertphillips@google.com · 12 years ago
  74. 208236d add/delete some comments to path renderer interface by bsalomon@google.com · 12 years ago
  75. c2099d2 simplify GrPathRenderer interface by bsalomon@google.com · 13 years ago
  76. 39ee0ff Prep #1 for making GrDrawState a class by bsalomon@google.com · 13 years ago
  77. 289533a Don't use GrDrawTarget's AA state bit to convey whether to do custom-aa by bsalomon@google.com · 13 years ago
  78. d38f137 Move gpu/include/* to include/gpu and gpu/src/* to src/gpu by bsalomon@google.com · 13 years ago[Renamed from gpu/src/GrPathRenderer.h]
  79. 0d2aa84 Fix override issue, rebase win hairmodes_gpu, complexclip_gpu by bsalomon@google.com · 13 years ago
  80. 49313f6 GrTArray->SkTArray & docs by bsalomon@google.com · 13 years ago
  81. 181e9bd Improve gpu path subdiv with perspective, remove tolerance scale, fix comment by bsalomon@google.com · 13 years ago
  82. aeb2160 Add GrAAHairLinePathRenderer by bsalomon@google.com · 13 years ago
  83. 3008519 Use a prioritized list of path renderers in Gr. by bsalomon@google.com · 13 years ago
  84. 583a1e3 Fixed r2125. Identical change but also moves GrTesselatedPathRenderer.h to src dir. by bsalomon@google.com · 13 years ago[Renamed from gpu/include/GrPathRenderer.h]
  85. b4f4c02 Revert "Make GrDrawTarget.h and GrPathRenderer.h be private headers" by vandebo@chromium.org · 13 years ago[Renamed from gpu/src/GrPathRenderer.h]
  86. 8b4a64d Make GrDrawTarget.h and GrPathRenderer.h be private headers by bsalomon@google.com · 13 years ago[Renamed from gpu/include/GrPathRenderer.h]
  87. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  88. 25fd36c Indexed drawing for paths with multiple contours by bsalomon@google.com · 13 years ago
  89. ee43512 Tesselate path once for tiled offscreen AA by bsalomon@google.com · 13 years ago
  90. d22b6e4 Remove global curve subdivision tolerance from GrPathUtils. by tomhudson@google.com · 13 years ago
  91. 07f3ee1 use SkPath for GrPath, removing GrPathIter entirely by reed@google.com · 13 years ago
  92. 8295dc1 4x4 SSAA with improvements in determination of when to apply. Still disabled at compile time. by bsalomon@google.com · 13 years ago
  93. 06afe7b Per-draw super sampling. Disabled, path only, 2x2 only by bsalomon@google.com · 13 years ago
  94. bcdbbe6 by bsalomon@google.com · 13 years ago
  95. 67dc548 export GrDefaultPathRenderer/GrPathRenderer by bsalomon@google.com · 13 years ago
  96. 9d18b78 This CL implements a tesselated path renderer, using GLU's libtess. All of the by senorblanco@chromium.org · 13 years ago
  97. dfe75bc Add way to determine at link time what path renderer will be used. by bsalomon@google.com · 13 years ago