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