1. 96be9df Revert "Reduce dependence on GrSurface's origin field" by Robert Phillips · 7 years ago
  2. 467022b Reduce dependence on GrSurface's origin field by Robert Phillips · 7 years ago
  3. e5b399e Remove GrLegacyMeshDrawOp and GrPipelineBuilder by Brian Salomon · 7 years ago
  4. 009e9af Remove GrGpu.h from GrResourceProvider.h by Robert Phillips · 7 years ago
  5. baaf439 Revert "Revert "Converts remaining rect ops from GrLegacyMeshDrawOp to GrMeshDrawOp subclasses."" by Brian Salomon · 7 years ago
  6. a0485d9 Revert "Converts remaining rect ops from GrLegacyMeshDrawOp to GrMeshDrawOp subclasses." by Brian Salomon · 7 years ago
  7. 1ec03f3 Converts remaining rect ops from GrLegacyMeshDrawOp to GrMeshDrawOp subclasses. by Brian Salomon · 7 years ago
  8. ac70f84 Move all non-AA fill rect ops off of GrLegacyMeshDrawOp. by Brian Salomon · 7 years ago
  9. 5c77975 Add flag to avoid stencil buffers in Skia by Eric Karl · 7 years ago
  10. e14bd80 Move GrPipelineBuilder into GrRenderTargetContext::addLegacyDrawOp by Brian Salomon · 7 years ago
  11. d3ccb0a Move pipeline handling out of GrMeshDrawOp. by Brian Salomon · 7 years ago
  12. 296b1cc Retract GrContext from src/gpu/effects by Robert Phillips · 7 years ago
  13. 26c90e0 Add GrRenderTargetContext::resourceProvider & GrResourceProvider::caps by Robert Phillips · 7 years ago
  14. d374948 Consolidate Proxy caching code in GrResourceProvider by Robert Phillips · 7 years ago
  15. 649a341 Add a separate draw function to GrRenderTargetContext for GrMeshDrawOp derived classes. by Brian Salomon · 7 years ago
  16. 32342f0 Rebase and fix chromium by Brian Osman · 7 years ago
  17. f7cf81a Use GrTextureProvider's uniqueKey setting method rather than directly setting it by Robert Phillips · 7 years ago
  18. 256c37b Remove atlas creation from GrResourceProvider by Robert Phillips · 7 years ago
  19. 82f4431 Make GrPaints move their GrProcessor ownership into GrPipelineBuilder. by Brian Salomon · 8 years ago
  20. f833478 Remove ref counting from GrOp. by Brian Salomon · 8 years ago
  21. c1c607e GPU: Fix for fuzzer issue for sw-rendered paths with large bounds. by Brian Salomon · 8 years ago
  22. 8952743 move src/gpu/batches -> src/gpu/ops by Brian Salomon · 8 years ago
  23. 6a63904 Update rect ops to use "op" in their name and return sk_sp. by Brian Salomon · 8 years ago
  24. e305cc1f Partially defer GrSWMaskHelper by Robert Phillips · 8 years ago
  25. 417b7f4 Replace TextureType with SkBackingFit by Robert Phillips · 8 years ago
  26. 24f1978 Make GrRenderTargetContext::addDrawOp use sk_sp by Brian Salomon · 8 years ago
  27. 0e8fc8b Relandx2 "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  28. 073285c Revert "Reland "Remove antialiasing control from GrPaint."" by Brian Salomon · 8 years ago
  29. 3944484 Reland "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  30. 419d81e Revert "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  31. 9f54935 Remove antialiasing control from GrPaint. by Brian Salomon · 8 years ago
  32. 42521e8 Rename GrRTC::drawBatch to addDrawOp and local vars in GrRTC.cpp by Brian Salomon · 8 years ago
  33. 9afd371 Rename GrDrawBatch->GrDrawOp by Brian Salomon · 8 years ago
  34. 144caf5 src/gpu: s/SkAutoTUnref/sk_sp/g by Hal Canary · 8 years ago
  35. 1105224 Rename GrDrawContext to GrRenderTargetContext by Brian Osman · 8 years ago
  36. 39ef7fb Add optional sw generated path coverage mask caching by bsalomon · 8 years ago
  37. d656200 require semi at the end of SkASSERT and friends by caryclark · 8 years ago
  38. bb24383 Revert of Retract PipelineBuilder some more (patchset #9 id:160001 of https://codereview.chromium.org/2092893003/ ) by bsalomon · 8 years ago
  39. 2895eeb Retract PipelineBuilder some more by robertphillips · 8 years ago
  40. 5fa7f30 Remove DrawFace enum from GrPipelineBuilder by robertphillips · 8 years ago
  41. d2b6d64 Minor change to Ganesh path renderers by robertphillips · 8 years ago
  42. 5d1676c Revert of Remove DrawFace enum from GrPipelineBuilder (patchset #2 id:20001 of https://codereview.chromium.org/2165283002/ ) by robertphillips · 8 years ago
  43. da152eb Remove DrawFace enum from GrPipelineBuilder by robertphillips · 8 years ago
  44. 3950f0d Remove fColor from PathRenderer DrawPathArgs struct by robertphillips · 8 years ago
  45. 0a0f67e Make lines a special case in GrShape by bsalomon · 8 years ago
  46. 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
  47. c62318c Make lines a special case in GrShape by bsalomon · 8 years ago
  48. 8acedde Use GrShape in GrPathRenderer. by bsalomon · 8 years ago
  49. ecbc12b Replace targetHasUnifiedMultisampling in GrPB constructor by csmartdalton · 8 years ago
  50. 55fdccc Remove GrRenderTarget from GrPipelineBuilder by robertphillips · 8 years ago
  51. 976f5f0 Make GrClipMaskManager stateless and push GrPipelineBuilder construction downstack by robertphillips · 8 years ago
  52. 0152d73 GrSWMaskHelper and GrSoftwarePathRenderer only need the textureProvider (not GrContext) by robertphillips · 8 years ago
  53. 862cff3 Remove clip from GrPipelineBuilder by cdalton · 8 years ago
  54. 6663acf Replace GrStrokeInfo with GrStyle. by bsalomon · 8 years ago
  55. 85d9667 Revert of Replace GrStrokeInfo with GrStyle. (patchset #4 id:160001 of https://codereview.chromium.org/1957363002/ ) by bsalomon · 8 years ago
  56. 33595bd Replace GrStrokeInfo with GrStyle. by bsalomon · 8 years ago
  57. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  58. 397536c Consolidate GPU buffer implementations by cdalton · 8 years ago
  59. f8c3ba4 Revert of Consolidate GPU buffer implementations (patchset #10 id:180001 of https://codereview.chromium.org/1825393002/ ) by robertphillips · 8 years ago
  60. 8b1bff2 Consolidate GPU buffer implementations by cdalton · 8 years ago
  61. de83b41 Add Audittrail for path renderers by joshualitt · 9 years ago
  62. 04194f3 Remove two varieties of drawNonAARect from GrDrawTarget by joshualitt · 9 years ago
  63. 7bceedc Retract GrRenderTarget a bit by robertphillips · 9 years ago
  64. b83bec5 Narrow the distribution of GrDrawTarget a bit by robertphillips · 9 years ago
  65. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  66. d2b23e0 Standardize BW to NonAA by joshualitt · 9 years ago
  67. b6b513b Create separate entry points for the various flavors of drawRect by joshualitt · 9 years ago
  68. e7d4b2f Simplify parameters passed to path renderers by robertphillips · 9 years ago
  69. 0aff2fa Also provides the ResourceProvider to onDrawPath which allows the DF PR to no longer require access to GrContext. by bsalomon · 9 years ago
  70. 1c73548 Start to propagate constness of GrPipelineBuilder up the stack by joshualitt · 9 years ago
  71. 4f6dc52 Trivial cleanup of copying GrPipelineBuilder by joshualitt · 9 years ago
  72. ea46150 Split drawing functionality out of GrContext and into new GrDrawContext by robertphillips · 9 years ago
  73. d156d36 Make GrStrokeInfo inherit from SkStrokeRec by kkinnunen · 9 years ago
  74. 72e3ae4 Remove vertex/index buffer factilities from GrDrawTarget. by bsalomon · 9 years ago
  75. 1899651 Extract gpu line dashing to GrDashLinePathRenderer by kkinnunen · 9 years ago
  76. 44701df Move clip off of draw target by joshualitt · 9 years ago
  77. e85a32d Clean up clipping code a bit by robertphillips · 9 years ago
  78. 8dd688b Rename GrOptDrawState to GrPipeline and GrDrawState to GrPipelineBuilder by egdaniel · 9 years ago
  79. 8059eb9 Move ViewMatrix off of drawstate by joshualitt · 10 years ago
  80. d27f73e Remove coordchanges from drawstate by joshualitt · 10 years ago
  81. 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
  82. 9853cce Drawstate on stack by joshualitt · 10 years ago
  83. 01c8da1 Remove unused matrix param from GrContext/GrDrawTarget rect drawing functions. by bsalomon · 10 years ago
  84. 730c044 Alter Default & Software path renderers to better handle AA hairline paths by robertphillips · 10 years ago
  85. e79f320 Revert of r13384 (Stateful PathRenderer implementation) by robertphillips@google.com · 10 years ago
  86. 3e0c64a Stateful PathRenderer implementation by robertphillips@google.com · 10 years ago
  87. fd03d4a Replace all instances of GrRect with SkRect. by commit-bot@chromium.org · 11 years ago
  88. 137f134 Replace GrDrawState::AutoDeviceCoordDraw with GrDrawState::AutoViewMatrixRestore::setIdentity(). s by bsalomon@google.com · 11 years ago
  89. 5f74cf8 Follow up on the previous patch : by sugoi@google.com · 12 years ago
  90. 45a15f5 Modifications to GrPatherRenderer(Chain) interfaces to support clip mask manager. by bsalomon@google.com · 12 years ago
  91. 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
  92. b9086a0 Replace GrMatrix with SkMatrix. by bsalomon@google.com · 12 years ago
  93. 0f11e1a Remove translate param from GrContext::drawPath (and subsequent calls). by bsalomon@google.com · 12 years ago
  94. 5b3e890 Move some auto restore helpers from GrDrawTarget to GrDrawState. by bsalomon@google.com · 12 years ago
  95. 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
  96. 7b11289 Added dev- & canv- prefixes to Ganesh bounding boxes to indicate coordinate space by robertphillips@google.com · 12 years ago
  97. e4d69c0 Added getConservativeBound helper function to GrClipData by robertphillips@google.com · 12 years ago
  98. beb1af7 Altered Ganesh's clip stack plumbing to pass down new GrClipData class by robertphillips@google.com · 12 years ago
  99. e3d3216 Remove stage masks by bsalomon@google.com · 12 years ago
  100. 3e11c0b Forced GrClip to always have conservative bounds by robertphillips@google.com · 12 years ago