1. 5d1676c Revert of Remove DrawFace enum from GrPipelineBuilder (patchset #2 id:20001 of https://codereview.chromium.org/2165283002/ ) by robertphillips · 8 years ago
  2. da152eb Remove DrawFace enum from GrPipelineBuilder by robertphillips · 8 years ago
  3. 67c6c8e Fix leak when DFPR fails to draw path by bsalomon · 8 years ago
  4. 6d6b6ad Make GrBatchAtlas robust against attempts to add large rects. by bsalomon · 8 years ago
  5. 59cf61a Retract PipelineBuilder from GrClip::apply by robertphillips · 8 years ago
  6. 9199a9f Move GrDrawTarget::clear logic into GrDrawContext by robertphillips · 8 years ago
  7. c90bc40 Simplify GrDefaultPathRenderer a tiny bit by robertphillips · 8 years ago
  8. 8e37530 Simplify MSAA path renderer by robertphillips · 8 years ago
  9. 4430239 Add choke point for modifying non-AA rect draws (e.g., applying clipping) by robertphillips · 8 years ago
  10. 9a4cfa8 Revert of Add choke point for modifying non-AA rect draws (e.g., applying clipping) (patchset #6 id:100001 of https://codereview.chromium.org/2125333002/ ) by robertphillips · 8 years ago
  11. e5e3a7a Add choke point for modifying non-AA rect draws (e.g., applying clipping) by robertphillips · 8 years ago
  12. 8e9e45a Revert change of bounds computation in MSAA path renderer. by bsalomon · 8 years ago
  13. 88cf17d Consolidate handling of infinitely thin primitives and aa bloat handing WRT batch bounds. by bsalomon · 8 years ago
  14. 3950f0d Remove fColor from PathRenderer DrawPathArgs struct by robertphillips · 8 years ago
  15. 28ef396 Hide NonAAStrokeRectBatch Geometry class and cleanup class. by bsalomon · 8 years ago
  16. 7e8cc21 Fix bounds computation for non-aa hairlines when snapping to pixel centers by egdaniel · 8 years ago
  17. 8b7a9e1 Hide geometry class in AAStrokeRectBatch and remove unused Append function. by bsalomon · 8 years ago
  18. a7d85ba Add gm that tests shaded stroked rectangles. by bsalomon · 8 years ago
  19. 01a1950 Move GrNonAAFillRectPerspectiveBatch to its own file by robertphillips · 8 years ago
  20. 4be9a30 Increase batching for AA fill rects. by bsalomon · 8 years ago
  21. d87a6b2 Revert of Increase batching for AA fill rects. (patchset #4 id:60001 of https://codereview.chromium.org/2116823002/ ) by benjaminwagner · 8 years ago
  22. e525eca Increase batching for AA fill rects. by bsalomon · 8 years ago
  23. 6abd1d1 Split apart the GP construction for the NonAAFillRect Batches by robertphillips · 8 years ago
  24. 9d7f184 Cleanup non-AA fill rect batch construction. by bsalomon · 8 years ago
  25. 0fdec8a Simplify AA fill rect batch construction and rename Geometry->RectInfo by bsalomon · 8 years ago
  26. bc9b6a4 Remove unneeded helpers in AA and non-AA rect GrBatch subclasses. by bsalomon · 8 years ago
  27. 065c8cf Cleanup PLSPathBatch by bsalomon · 8 years ago
  28. b8cbd20 Remove unused batch rect append functions by bsalomon · 8 years ago
  29. 08d1415 Remove GrTInstanceBatch by bsalomon · 8 years ago
  30. a71b898 Hide GrNonAANinePatchBatch::Geometry and rename to Patch by bsalomon · 8 years ago
  31. 50c56a3 Hide MSAAPathBatch::Geometry and rename to PathInfo by bsalomon · 8 years ago
  32. d92b419 Hide GrDrawVerticesBatch::Geometry and rename to Mesh by bsalomon · 8 years ago
  33. 0432dd6 Even more hiding of Geometry structs in GrBatch subclasses. by bsalomon · 8 years ago
  34. f170309 Hide more GrBatch Geometry structs. by bsalomon · 8 years ago
  35. 44fbc79 Dump batch bounds and scissor rect by robertphillips · 8 years ago
  36. 26726d1 Spruce up batch info printouts by robertphillips · 8 years ago
  37. 0a0f67e Make lines a special case in GrShape by bsalomon · 8 years ago
  38. 635df95 Revert of Make lines a special case in GrShape (patchset #5 id:120001 of https://codereview.chromium.org/2108523002/ ) by bsalomon · 8 years ago
  39. c62318c Make lines a special case in GrShape by bsalomon · 8 years ago
  40. db7979a Fix inverse test for GrDFAAPR::onCanDrawPath by bsalomon · 8 years ago
  41. ee43241 Remove style application from GrPathRenderer subclasses by bsalomon · 8 years ago
  42. 8acedde Use GrShape in GrPathRenderer. by bsalomon · 8 years ago
  43. 9cb6340 Start using GrGpuCommandBuffer in GrDrawTarget. by egdaniel · 8 years ago
  44. 06ca8ec sk_sp for Ganesh. by bungeman · 8 years ago
  45. ecbc12b Replace targetHasUnifiedMultisampling in GrPB constructor by csmartdalton · 8 years ago
  46. 7942f22 Fix instances where hwaa was wrong for mixed samples by csmartdalton · 8 years ago
  47. 4dbbd04 SkLeanWindows.h: #include "Windows.h" fewer places by halcanary · 8 years ago
  48. ddc2cd6 Fix dashing bug where hwaa was unintentionally disabled by csmartdalton · 8 years ago
  49. af18fb4 Make GrDashEffect take a AA mode enum. by bsalomon · 8 years ago
  50. 55fdccc Remove GrRenderTarget from GrPipelineBuilder by robertphillips · 8 years ago
  51. 7062d01 More Unref GrXPFactory. by bungeman · 8 years ago
  52. 976f5f0 Make GrClipMaskManager stateless and push GrPipelineBuilder construction downstack by robertphillips · 8 years ago
  53. 0851d2d Handle stroked single line special case in Ganesh by robertphillips · 8 years ago
  54. d1c71fd Attempt to improve lifetime management of SkGlyphCache in Ganesh atlas text code. by bsalomon · 8 years ago
  55. 81b6300 Revert of Don't allow uncacheable paths in tessellated path renderer (patchset #2 id:20001 of https://codereview.chromium.org/1990793003/ ) by bsalomon · 8 years ago
  56. aebd0fd Don't allow uncacheable paths in tessellated path renderer by bsalomon · 8 years ago
  57. c2878e2 Remove GrFontScaler class. by bsalomon · 8 years ago
  58. 862cff3 Remove clip from GrPipelineBuilder by cdalton · 8 years ago
  59. 193d9cf Eliminate special case nvpr batch handling by cdalton · 8 years ago
  60. 93a379b Separate user and raw stencil settings by cdalton · 8 years ago
  61. 7014234 Make distance field bounds calculation more accurate for strokes by bsalomon · 8 years ago
  62. e19aecd Revert of Separate user and raw stencil settings (patchset #8 id:140001 of https://codereview.chromium.org/1962243002/ ) by robertphillips · 8 years ago
  63. 12dbb39 Separate user and raw stencil settings by cdalton · 8 years ago
  64. c121607 Fix nvpr path renderer to reject styles with nonDashPathEffects. by bsalomon · 8 years ago
  65. 6663acf Replace GrStrokeInfo with GrStyle. by bsalomon · 8 years ago
  66. 85d9667 Revert of Replace GrStrokeInfo with GrStyle. (patchset #4 id:160001 of https://codereview.chromium.org/1957363002/ ) by bsalomon · 8 years ago
  67. 33595bd Replace GrStrokeInfo with GrStyle. by bsalomon · 8 years ago
  68. d6f25bf Make GrPathRenderer only support fills for path stenciling by bsalomon · 8 years ago
  69. 40ef485 When filling nested rect path check for empty inner and empty outer rects by bsalomon · 8 years ago
  70. 6536ae5 added GrMSAAPathRenderer by ethannicholas · 8 years ago
  71. 3de75da Use constexpr constructors of GrStencilSettings rather than hacky macro system. by bsalomon · 8 years ago
  72. cfeb85f Revert of Adjust tolerance to fix bezier glitches issue (patchset #1 id:1 of https://codereview.chromium.org/1926063002/ ) by jvanverth · 8 years ago
  73. 5668648 Unify implementations of stroking radius calculationsns by bsalomon · 8 years ago
  74. 45a6f49 Adjust tolerance to fix bezier glitches issue by xidachen · 8 years ago
  75. 1e7f5e7 remove 'deprecated' region from SkDraw by reed · 8 years ago
  76. 1dc1721 Revert of Batch multiple single NVPR draw paths to instanced draws (patchset #5 id:80001 of https://codereview.chromium.org/1908433002/ ) by stephana · 8 years ago
  77. 3c33c38 Batch multiple single NVPR draw paths to instanced draws by kkinnunen · 8 years ago
  78. c4ce72f Compute bounds union while combining path range draw path batches by kkinnunen · 8 years ago
  79. c3d706f Revert of Use transfer buffer for BatchAtlas texture copies (patchset #9 id:160001 of https://codereview.chromium.org/1888473002/ ) by jvanverth · 8 years ago
  80. b0ec983 Use transfer buffer for BatchAtlas texture copies. by jvanverth · 8 years ago
  81. 0e3c554 Tweak distance field path renderer behavior in gamma-correct mode to match by brianosman · 8 years ago
  82. b461d34 Rename lots of things from 'sRGB' to 'GammaCorrect', where appropriate by brianosman · 8 years ago
  83. 33b6b8e Allow a small tolerance in GrAtlasTextBatch bounds test. by bsalomon · 8 years ago
  84. 0586f5c sRGB support for distance field text. by brianosman · 8 years ago
  85. 2c4bd07 Convert SkRefCnt to std::atomic. by bungeman · 8 years ago
  86. e2e71c2 Track GL buffer state based on unique resource ID by cdalton · 8 years ago
  87. 044d3c1 Revert of Track GL buffer state based on unique resource ID (patchset #6 id:100001 of https://codereview.chromium.org/1854283004/ ) by mtklein · 8 years ago
  88. deacc97 Track GL buffer state based on unique resource ID by cdalton · 8 years ago
  89. 8ef9108 Revert of added GrMSAAPathRenderer (patchset #9 id:160001 of https://codereview.chromium.org/1834133003/ ) by ethannicholas · 8 years ago
  90. b0fabd4 added GrMSAAPathRenderer by ethannicholas · 8 years ago
  91. c03afd6 Revert of added GrMSAAPathRenderer (patchset #8 id:140001 of https://codereview.chromium.org/1834133003/ ) by ethannicholas · 8 years ago
  92. 47a2dc8 added GrMSAAPathRenderer by ethannicholas · 8 years ago
  93. 342bfc2 Simplify GrDrawBatch uploads and token uage. by bsalomon · 8 years ago
  94. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  95. 397536c Consolidate GPU buffer implementations by cdalton · 8 years ago
  96. f8c3ba4 Revert of Consolidate GPU buffer implementations (patchset #10 id:180001 of https://codereview.chromium.org/1825393002/ ) by robertphillips · 8 years ago
  97. 8b1bff2 Consolidate GPU buffer implementations by cdalton · 8 years ago
  98. 0e1853c Update how we send draws to gpu backend to reduce state setting. by egdaniel · 9 years ago
  99. 18300a3 detach -> release by mtklein · 9 years ago
  100. af1e21e GrTessellator: don't reuse the previous vertex buffer on a cache miss. by senorblanco · 9 years ago