1. f124108 how to use SkArenaAlloc with no friends by Mike Klein · 3 years, 9 months ago
  2. eebe735 GrRenderTargetContext->GrSurfaceDrawContext by Brian Salomon · 3 years, 9 months ago
  3. 70fe17e Remove GrRenderTargetContextPriv and GrSurfaceContextPriv by Brian Salomon · 3 years, 10 months ago
  4. 5c80964 Update GrProgramInfo's constructor by Robert Phillips · 3 years, 10 months ago
  5. 42dbca5 Pass in the color load op to GrProgramInfo. by Greg Daniel · 3 years, 10 months ago
  6. e2296f7 Pass the writeView as a const-ref instead of a pointer … by Adlai Holler · 3 years, 10 months ago
  7. c76d409 add API for Op creation by Herb Derby · 4 years ago
  8. a069304 Rename GrContextPriv to GrDirectContextPriv by Adlai Holler · 4 years ago
  9. 1b6a43c Move user stencil settings from GrPipeline to GrProgramInfo by Chris Dalton · 4 years ago
  10. d358cbe Add support for plumbing GrDstSampleType through Ops and Pipeline creation. by Greg Daniel · 4 years ago
  11. 7571f9e Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'. by John Stiles · 4 years, 1 month ago
  12. c95b589 Reland "Migrate GrSurfaceContext readPixels to take direct context" by Adlai Holler · 4 years, 1 month ago
  13. cf0d08e Revert "Migrate GrSurfaceContext readPixels to take direct context" by Adlai Holler · 4 years, 1 month ago
  14. d169e19 Migrate GrSurfaceContext readPixels to take direct context by Adlai Holler · 4 years, 1 month ago
  15. fbd050b Enable ClangTidy check modernize-make-unique. by John Stiles · 4 years, 2 months ago
  16. effd13f Convert more tests to GrRecordingContext/GrDirectContext by Robert Phillips · 4 years, 2 months ago
  17. 426274b Add support for holding onto refs for input buffers from bindBuffer calls. by Greg Daniel · 4 years, 2 months ago
  18. 609f159 Remove most GrCoordTransform code by Brian Osman · 4 years, 3 months ago
  19. 6d344c3 Update unit tests to accept GrDirectContext by Robert Phillips · 4 years, 2 months ago
  20. 30212b7 Fix implicit fallthroughs throughout Skia. by John Stiles · 4 years, 3 months ago
  21. 81d4172 Reland "Simplify GrRTC::clean APIs" by Michael Ludwig · 4 years, 4 months ago
  22. 4730f29 Revert "Simplify GrRTC::clean APIs" by Michael Ludwig · 4 years, 4 months ago
  23. 6cbd7c2 Simplify GrRTC::clean APIs by Michael Ludwig · 4 years, 4 months ago
  24. b8d7e00 Move makeDraw(Indexed)IndirectSpace into GrMeshDrawOp::Target by Chris Dalton · 4 years, 4 months ago
  25. 684838f Mark SkStringPrintf as SK_PRINTF_LIKE by Adlai Holler · 4 years, 4 months ago
  26. 03fdf6a Implement support for indirect draws by Chris Dalton · 4 years, 5 months ago
  27. a77cdee Reland "Rename instanceAttribSupport -> drawInstancedSupport" by Chris Dalton · 4 years, 6 months ago
  28. 31c028c Revert "Rename instanceAttribSupport -> drawInstancedSupport" by Chris Dalton · 4 years, 5 months ago
  29. 17f05c7 Rename instanceAttribSupport -> drawInstancedSupport by Chris Dalton · 4 years, 6 months ago
  30. d4dec97 Add an option to GrMeshTest to save to png by Chris Dalton · 4 years, 6 months ago
  31. 8afde5f Rename outputView->writeView and outputSwizzle->writeSwizzle by Brian Salomon · 4 years, 6 months ago
  32. c655c3a Make GrOp::onPrePrepare be pure virtual by Robert Phillips · 4 years, 6 months ago
  33. 304e14d Remove FixedDynamicState from GrProgramInfo and GrPipeline by Chris Dalton · 4 years, 6 months ago
  34. 3bf2f3a Remove DynamicStateArrays from GrProgramInfo and GrPipeline by Chris Dalton · 4 years, 6 months ago
  35. eb694b7 Rename GrMesh to GrSimpleMesh by Chris Dalton · 4 years, 6 months ago
  36. bb76842 Migrate GrMeshTest to the new bind/draw API by Chris Dalton · 4 years, 6 months ago
  37. b58098f Add onPrePrepareDraws & createProgramInfo methods to GrDrawVerticesOp (take 2) by Robert Phillips · 4 years, 7 months ago
  38. b43cfa4 Revert "Add onPrePrepareDraws & createProgramInfo methods to GrDrawVerticesOp" by Robert Phillips · 4 years, 7 months ago
  39. d360651 Add onPrePrepareDraws & createProgramInfo methods to GrDrawVerticesOp by Robert Phillips · 4 years, 7 months ago
  40. 4386ad1 Add GrOpsRenderPass::bindPipeline() by Chris Dalton · 4 years, 7 months ago
  41. 79f336d Remove GrPrimitiveType from GrMesh by Chris Dalton · 4 years, 7 months ago
  42. 788b916 Remove SkTMin and SkTMax by Brian Osman · 4 years, 7 months ago
  43. e20fcad Reland "Move makeDeferredRenderTargetContext calls to factory on RTC." by Greg Daniel · 4 years, 8 months ago
  44. a4f207e Revert "Move makeDeferredRenderTargetContext calls to factory on RTC." by Jim Van Verth · 4 years, 8 months ago
  45. 1c16b43 Move makeDeferredRenderTargetContext calls to factory on RTC. by Greg Daniel · 4 years, 8 months ago
  46. 34280e2 Shorten argument lists in GrMesh::SendToGpuImpl by Chris Dalton · 4 years, 9 months ago
  47. 4dea72a Reland x3 "Remove most of GrConfig.h" by Brian Salomon · 4 years, 9 months ago
  48. 3f1a98b Reland "Revert "Remove most of GrConfig.h"" by Greg Daniel · 4 years, 9 months ago
  49. 5b9c7ba Revert "Revert "Remove most of GrConfig.h"" by Brian Salomon · 4 years, 9 months ago
  50. f46d5ca use std::make_unique by Mike Klein · 4 years, 9 months ago
  51. 3968fcb Pull creation of GrPipeline explicitly into the Ops' onExecute methods by Robert Phillips · 4 years, 10 months ago
  52. b0047b5 Revert "Remove most of GrConfig.h" by Brian Salomon · 4 years, 10 months ago
  53. 80e334d Remove most of GrConfig.h by Brian Salomon · 4 years, 10 months ago
  54. c241b58 Make fragment processor iterators work with range for loops. by Brian Salomon · 4 years, 10 months ago
  55. 933484f Stop using GrPixelConfig in Metal & Dawn's GrProgramDesc creation by Robert Phillips · 4 years, 10 months ago
  56. 7cd0bfe No longer ref count GrGeometryProcessors by Robert Phillips · 4 years, 10 months ago
  57. 67a625e Make GrProgramInfo take pointers to the GrPipeline and the GrPrimitiveProcessor by Robert Phillips · 4 years, 10 months ago
  58. 5e8cdfd Add 'numRasterSamples' and 'isMixedSampled' to GrProgramInfo by Chris Dalton · 4 years, 10 months ago
  59. cea290f Add GrPrimitiveType to GrProgramInfo by Robert Phillips · 4 years, 11 months ago
  60. e94cdd2 Use QuadHelper and PatternHelper in more places by Robert Phillips · 4 years, 11 months ago
  61. 6c2aa7a Revert "Reduce inputs to GrProgramDesc::Build method(s)" by Robert Phillips · 5 years ago
  62. 63a3873 Reduce inputs to GrProgramDesc::Build method(s) by Robert Phillips · 5 years ago
  63. 2d8a95e Add "meshCount" to GrProgramInfo by Robert Phillips · 5 years ago
  64. 901aff0 Add GrProgramInfo to centralize management of program information by Robert Phillips · 5 years ago
  65. 5faf474 More bounds fixes for StrokeRect and DefaultPath when using MSAA for non-aa. by Greg Daniel · 5 years ago
  66. f2ebdd9 Rename GrPixelInfo to GrImageInfo. by Brian Salomon · 5 years ago
  67. f793de1 Update some ops to create their buffers in onPrepare. by Greg Daniel · 5 years ago
  68. 2d41d0d Remove GrGpuTextureCommandBuffer class and rename to GrOpsRenderPass. by Greg Daniel · 5 years ago
  69. bf6b979 GrSurfaceContext not ref counted. by Brian Salomon · 5 years ago
  70. 27ae52c Make deferred render target context without config or format by Brian Salomon · 5 years ago
  71. 1d43530 Pass alpha type to GrSurfaceContext::read/writePixels and remove flags. by Brian Salomon · 5 years ago
  72. d628747 Make GrColorSpaceInfo store GrColorType. by Brian Salomon · 5 years ago
  73. 6ce447a Eliminate mixed samples as an FBO type or AA type by Chris Dalton · 5 years ago
  74. 2c3398d Switch from querying swizzle on caps to using swizzles stored on proxies. by Greg Daniel · 5 years ago
  75. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  76. 5ced0bf Add shader based blending of kPlus for configs that need clamping by Brian Osman · 6 years ago
  77. b8fff0d Make mixed samples detection automatic by Chris Dalton · 6 years ago
  78. 9882dae Reduce usage of SkCanvas::flush by Robert Phillips · 6 years ago
  79. dbf7072 Use different classes for client side arrays and GPU buffer objects. by Brian Salomon · 6 years ago
  80. ae64c19 Convert GrBufferType to enum class, rename, and remove dead values by Brian Salomon · 6 years ago
  81. 9da87e0 Rename GrContext::contextPriv to priv by Robert Phillips · 6 years ago
  82. 9c7a006 Remove NoPendingIO flags from buffer creations. by Brian Salomon · 6 years ago
  83. d0fe875 Remove destination GrRenderTargetProxy from GrPipeline by Robert Phillips · 6 years ago
  84. 12d2264 Convert GrBuffer owners to sk_sp by Brian Salomon · 6 years ago
  85. 4b62aed Return GrProcessorSet::Analysis from GrDrawOp::finalize by Chris Dalton · 6 years ago
  86. 2335644 Fix occurrences of "-Wextra-semi-stmt" by Brian Salomon · 6 years ago
  87. 4065d45 Reland "Reland "Have a GrBackendFormat be stored on gpu proxies."" by Greg Daniel · 6 years ago
  88. 588cec7 Reenable GrOp chaining. by Brian Salomon · 6 years ago
  89. d7157b2 Revert "Reland "Have a GrBackendFormat be stored on gpu proxies."" by Greg Daniel · 6 years ago
  90. 2f9a5ea Reland "Have a GrBackendFormat be stored on gpu proxies." by Greg Daniel · 6 years ago
  91. f04fb3c Change how GPs configure attributes by Brian Osman · 6 years ago
  92. 919c9e7 Revert "Have a GrBackendFormat be stored on gpu proxies." by Greg Daniel · 6 years ago
  93. 51b1c12 Have a GrBackendFormat be stored on gpu proxies. by Greg Daniel · 6 years ago
  94. 9a9baae Use SkPMColor4f throughout clear APIs by Brian Osman · 6 years ago
  95. d004e0b Cleanup resource flags by Chris Dalton · 6 years ago
  96. d4c2970 Specify CPU (buffer) and GPU (shader) types explicitly in Attribute by Brian Osman · 6 years ago
  97. 916c498 Consolidate the scissor enums into one "GrScissorTest" enum by Chris Dalton · 6 years ago
  98. 7eae3e0 Reland "Move GrGeometryProcessor's textures out of classes and into" by Brian Salomon · 6 years ago
  99. fdf05f4 Revert "Move GrGeometryProcessor's textures out of classes and into" by Brian Salomon · 6 years ago
  100. 641ac7d Make result of GrOp::combineIfPossible be an enum. by Brian Salomon · 6 years ago