1. 3af1af9 Remove ambient and spot mask filters. by Jim Van Verth · 7 years ago
  2. bb5711a Remove GrSurfaceDesc member from GrSurfaceProxy. by Brian Salomon · 7 years ago
  3. c375704 Revert "Convert DstTexture to DstProxy" by Robert Phillips · 7 years ago
  4. 87f7f1c Convert DstTexture to DstProxy by Robert Phillips · 7 years ago
  5. 50e66d4 Remove GrRenderTargetContext::desc() by Brian Salomon · 7 years ago
  6. 7c8460e Make GrRenderTarget[(Proxy)|(Context)]? advertise a "full scene aa type". by Brian Salomon · 7 years ago
  7. a8b5cf3 Fix transparent ambient shadows by Jim Van Verth · 7 years ago
  8. 8d1e0ac More analytic shadow refactoring. by Jim Van Verth · 7 years ago
  9. dc83b89 sk_sp-ify opList creation & storage by Robert Phillips · 7 years ago
  10. a90aa2b consolidate read/writePixels in GrSurfaceContext by Robert Phillips · 7 years ago
  11. bf25d43 Make GrCopySurfaceOp friendlier to GrSurfaceProxy (take 2) by Robert Phillips · 7 years ago
  12. 9a121cc Revert "Make GrCopySurfaceOp friendlier to GrSurfaceProxy" by Robert Phillips · 7 years ago
  13. d7cda9a Make GrCopySurfaceOp friendlier to GrSurfaceProxy by Robert Phillips · 7 years ago
  14. e14bd80 Move GrPipelineBuilder into GrRenderTargetContext::addLegacyDrawOp by Brian Salomon · 7 years ago
  15. d3ccb0a Move pipeline handling out of GrMeshDrawOp. by Brian Salomon · 7 years ago
  16. 77f1edc Minor cleanup (remove unused GrRenderTargetContext::asTexture method) by Robert Phillips · 7 years ago
  17. 54d212e Revert "Revert "Remove GrPipeline from GrDrawOp."" by Brian Salomon · 7 years ago
  18. 5fa6645 remove unused VerticesFlags by Mike Reed · 7 years ago
  19. c48af93 Revert "Remove GrPipeline from GrDrawOp." by Brian Salomon · 7 years ago
  20. 2bf4b3a Remove GrPipeline from GrDrawOp. by Brian Salomon · 7 years ago
  21. 8301046 Rename GrAADistanceFieldPathRenderer to GrSmallPathRenderer by Jim Van Verth · 7 years ago
  22. 296b1cc Retract GrContext from src/gpu/effects by Robert Phillips · 7 years ago
  23. 26c90e0 Add GrRenderTargetContext::resourceProvider & GrResourceProvider::caps by Robert Phillips · 7 years ago
  24. b726d58 Partially defer SkImage_Gpu by Robert Phillips · 7 years ago
  25. 649a341 Add a separate draw function to GrRenderTargetContext for GrMeshDrawOp derived classes. by Brian Salomon · 7 years ago
  26. c013892 Add a unique ID to GrOpLists and return it from GrRenderTargetContext::addDrawOp by Robert Phillips · 7 years ago
  27. 467921e Move GrDrawOp pipeline/clip processing to GrRenderTargetContext by Brian Salomon · 7 years ago[Renamed (97%) from include/gpu/GrRenderTargetContext.h]
  28. 42c456f Remove PLS path renderer by Brian Salomon · 7 years ago
  29. 32342f0 Rebase and fix chromium by Brian Osman · 7 years ago
  30. 30f9bc6 Switch GrTextureStripAtlas over to GrTextureProxies by Robert Phillips · 7 years ago
  31. 5d4cd9e Re-enable processor optimization test with some fixes. by Brian Salomon · 8 years ago
  32. 199fb87 Add refcnt'ed immutable vertices class for SkCanvas::drawVertices. by Brian Salomon · 8 years ago
  33. f200a90 Rationalize GrContext's Gr*Proxy getter naming by Robert Phillips · 8 years ago
  34. 3de0aee Make SkGpuDevice::drawVertices perform color byte order swap and premul step using vertex shader. by Brian Salomon · 8 years ago
  35. 7215283 Move GrDrawingManager pointer to GrSurfaceContext by Robert Phillips · 8 years ago
  36. d46697a Use GrSurfaceContext::read/write-Pixels more by Robert Phillips · 8 years ago
  37. 77505da Remove GrTestTarget by Robert Phillips · 8 years ago
  38. 2c86249 Move read/write-Pixels up to GrSurfaceContext by Robert Phillips · 8 years ago
  39. 6f1d36c Delay SkPaint->GrPaint conversion in text rendering. by Brian Salomon · 8 years ago
  40. 75a475c Try out refFoo pattern on GrRenderTargetContext by Robert Phillips · 8 years ago
  41. 82f4431 Make GrPaints move their GrProcessor ownership into GrPipelineBuilder. by Brian Salomon · 8 years ago
  42. f833478 Remove ref counting from GrOp. by Brian Salomon · 8 years ago
  43. e2f7d18 Add a deferred copy surface (take 3) by Robert Phillips · 8 years ago
  44. e305cc1f Partially defer GrSWMaskHelper by Robert Phillips · 8 years ago
  45. 2734136 Add asDeferredTexture & asDeferredRenderTarget helpers to GrSurfaceContext by Robert Phillips · 8 years ago
  46. d316e77 Revert "Add a deferred copy surface (take 2)" by Robert Phillips · 8 years ago
  47. 398487a Add a deferred copy surface (take 2) by Robert Phillips · 8 years ago
  48. 24f1978 Make GrRenderTargetContext::addDrawOp use sk_sp by Brian Salomon · 8 years ago
  49. 293d696 Revert "Add a deferred copy surface" by Robert Phillips · 8 years ago
  50. 4431de6 Add a deferred copy surface by Robert Phillips · 8 years ago
  51. 9950408 Fix comment formatting for GrRenderTargetContext::drawArc by Brian Salomon · 8 years ago
  52. 0e8fc8b Relandx2 "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  53. 61624f0 Plumb dst color space in many places, rather than "mode" by Brian Osman · 8 years ago
  54. 073285c Revert "Reland "Remove antialiasing control from GrPaint."" by Brian Salomon · 8 years ago
  55. 3944484 Reland "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  56. 784b7bf Different approach to fixing gpu blurs on platforms that "useDrawInsteadOfClear" by Robert Phillips · 8 years ago
  57. 419d81e Revert "Remove antialiasing control from GrPaint." by Brian Salomon · 8 years ago
  58. 9f54935 Remove antialiasing control from GrPaint. by Brian Salomon · 8 years ago
  59. 42521e8 Rename GrRTC::drawBatch to addDrawOp and local vars in GrRTC.cpp by Brian Salomon · 8 years ago
  60. 9afd371 Rename GrDrawBatch->GrDrawOp by Brian Salomon · 8 years ago
  61. 93f1633 Fix gpu blurring on platforms that "useDrawInsteadOfClear" by Robert Phillips · 8 years ago
  62. 45580d3 Added GrSurfaceContext and GrTextureContext by Brian Osman · 8 years ago
  63. c590341 Add shadowrrect geometry processor by Jim Van Verth · 8 years ago
  64. e60ad62 Guard against instantiate & accessRenderTarget failures by Robert Phillips · 8 years ago
  65. 7b8400d Rename SkSourceGammaTreatment to SkDestinationSurfaceColorMode by Brian Osman · 8 years ago
  66. eaa8625 Revert "Revert "Add GrRenderTargetContext instantiate & asTextureProxy"" by Robert Phillips · 8 years ago
  67. 7d7d7d1 Revert "Add GrRenderTargetContext instantiate & asTextureProxy" by Leon Scroggins · 8 years ago
  68. 9113edf Add GrRenderTargetContext instantiate & asTextureProxy by Robert Phillips · 8 years ago
  69. c7635fa Make GrDrawContext be GrRenderTargetProxy-backed by Robert Phillips · 8 years ago
  70. 693a540 Rename renderTargetContextPriv to priv, and some more leftover DCs by Brian Osman · 8 years ago
  71. 1105224 Rename GrDrawContext to GrRenderTargetContext by Brian Osman · 8 years ago[Renamed (93%) from include/gpu/GrDrawContext.h]
  72. f2361d2 Add GrOpList and rename GrDrawTarget to GrRenderTargetOpList by Robert Phillips · 8 years ago
  73. c71a9b7 Revert of Support Float32 output from SkColorSpaceXform (patchset #7 id:140001 of https://codereview.chromium.org/2339233003/ ) by msarett · 8 years ago
  74. faf8203 Allow GrCaps access from GrDrawContext by bsalomon · 8 years ago
  75. 43d6651 Support Float32 output from SkColorSpaceXform by msarett · 8 years ago
  76. 5a7ae7e Gamut transformation of the paint color in Ganesh by brianosman · 8 years ago
  77. 13a7eee Flush some non-substantive Ganesh changes by robertphillips · 8 years ago
  78. 1da3ecd Add read/write-Pixels to GrDrawContext by robertphillips · 8 years ago
  79. 29df760 Define clear regions in terms of GrFixedClip by csmartdalton · 8 years ago
  80. cc319b9 GPU implementation of drawRegion() by msarett · 8 years ago
  81. 4f3a0ca GPU implementation of drawArc. by bsalomon · 8 years ago
  82. 10e3d9b Batched implementation of drawLattice() for GPU by msarett · 8 years ago
  83. 7fc0858 Revert of Batched implementation of drawLattice() for GPU (patchset #7 id:180001 of https://codereview.chromium.org/2255963002/ ) by msarett · 8 years ago
  84. 93242c4 Batched implementation of drawLattice() for GPU by msarett · 8 years ago
  85. 86e7626 Move GrAtlasTextContext to GrDrawingManager, so we only have one. by brianosman · 8 years ago
  86. f963599 Add flag for window rectangles to GrRenderTarget by csmartdalton · 8 years ago
  87. c6f411e Merge GrClipMaskManager into GrClipStackClip by csmartdalton · 8 years ago
  88. 34ee0c9 Fix GrDrawContextPriv::stencilRect by csmartdalton · 8 years ago
  89. 7e92276 Reduce usage of MakeRenderTargetDirect by robertphillips · 8 years ago
  90. 9dc935f Remove all usage of SkSurfaceProps::isGammaCorrect() by brianosman · 8 years ago
  91. 8c523e0 Move prepareForExternalIO from GrRenderTarget to GrDrawContext by robertphillips · 8 years ago
  92. 8fe485b Just pass the draw context to paint conversion by brianosman · 8 years ago
  93. bb24383 Revert of Retract PipelineBuilder some more (patchset #9 id:160001 of https://codereview.chromium.org/2092893003/ ) by bsalomon · 8 years ago
  94. dfe4f2e Add SkColorSpace to GrDrawContext by brianosman · 8 years ago
  95. 2895eeb Retract PipelineBuilder some more by robertphillips · 8 years ago
  96. 4430239 Add choke point for modifying non-AA rect draws (e.g., applying clipping) by robertphillips · 8 years ago
  97. 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
  98. e5e3a7a Add choke point for modifying non-AA rect draws (e.g., applying clipping) by robertphillips · 8 years ago
  99. a7f2964 Begin instanced rendering for simple shapes by csmartdalton · 8 years ago
  100. ec7f2ac Revert of Begin instanced rendering for simple shapes (patchset #20 id:380001 of https://codereview.chromium.org/2066993003/ ) by ksakamoto · 8 years ago