1. 2a26c50 Store the correct number of samples in GrProgramInfo by Chris Dalton · 3 years ago
  2. 06273bc Prepare headers for making all ops V1-only by Robert Phillips · 3 years ago
  3. 4895946 Move ProgramImpl definitions into Processor subclass headers. by Brian Salomon · 3 years ago
  4. bab2d11 Improve consistency of GP::ProgramImpl subclasses by Brian Salomon · 3 years ago
  5. f95940b Rename GrGLSLGeometryProcessor to GrGeometryProcessor::ProgramImpl by Brian Salomon · 3 years ago
  6. 13b2873 Remove GLSL from name of functions that builds GrProcessor keys. by Brian Salomon · 3 years, 1 month ago
  7. 4dca831 Rename GrSurfaceDrawContext to skgpu::v1::SurfaceDrawContext by Robert Phillips · 3 years, 1 month ago
  8. 52cb1d0 Rename GrXferProcessor::DstProxyView to GrDstProxyView. by John Stiles · 3 years, 3 months ago
  9. 57ab06c Delete mixed samples by Chris Dalton · 3 years, 4 months ago
  10. f5b87f9 Make SkSurfaceProps non-optional for SDCs and SkSpecialImages by Chris Dalton · 3 years, 4 months ago
  11. 5a32828 No VS specialization for identity or scale/trans in reduced shader mode by Brian Salomon · 3 years, 4 months ago
  12. f10535f Fuse GrGLSLPrimitiveProcessor and GrGLSLGeometryProcessor ... by Robert Phillips · 3 years, 5 months ago
  13. 787fd9d Fuse GrPrimitiveProcessor & GrGeometryProcessor into a new GrGeometryProcessor by Robert Phillips · 3 years, 5 months ago
  14. 4d7ac49 Declare outputColor and outputCoverage inside emitCode. by John Stiles · 3 years, 6 months ago
  15. dd4087d GrSurfaceContext::read/writePixels takes GrPixmap by Brian Salomon · 3 years, 8 months ago
  16. f124108 how to use SkArenaAlloc with no friends by Mike Klein · 3 years, 8 months ago
  17. eebe735 GrRenderTargetContext->GrSurfaceDrawContext by Brian Salomon · 3 years, 9 months ago
  18. 70fe17e Remove GrRenderTargetContextPriv and GrSurfaceContextPriv by Brian Salomon · 3 years, 9 months ago
  19. 5c80964 Update GrProgramInfo's constructor by Robert Phillips · 3 years, 9 months ago
  20. 42dbca5 Pass in the color load op to GrProgramInfo. by Greg Daniel · 3 years, 9 months ago
  21. e2296f7 Pass the writeView as a const-ref instead of a pointer … by Adlai Holler · 3 years, 9 months ago
  22. c76d409 add API for Op creation by Herb Derby · 3 years, 11 months ago
  23. a069304 Rename GrContextPriv to GrDirectContextPriv by Adlai Holler · 3 years, 10 months ago
  24. 1b6a43c Move user stencil settings from GrPipeline to GrProgramInfo by Chris Dalton · 4 years ago
  25. d358cbe Add support for plumbing GrDstSampleType through Ops and Pipeline creation. by Greg Daniel · 4 years ago
  26. 7571f9e Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'. by John Stiles · 4 years ago
  27. c95b589 Reland "Migrate GrSurfaceContext readPixels to take direct context" by Adlai Holler · 4 years ago
  28. cf0d08e Revert "Migrate GrSurfaceContext readPixels to take direct context" by Adlai Holler · 4 years ago
  29. d169e19 Migrate GrSurfaceContext readPixels to take direct context by Adlai Holler · 4 years ago
  30. 609f159 Remove most GrCoordTransform code by Brian Osman · 4 years, 2 months ago
  31. 6d344c3 Update unit tests to accept GrDirectContext by Robert Phillips · 4 years, 2 months ago
  32. b7bfbc2 Move GrRecordingContext.h and GrDirectContext.h into include/gpu by Robert Phillips · 4 years, 2 months ago
  33. 81d4172 Reland "Simplify GrRTC::clean APIs" by Michael Ludwig · 4 years, 3 months ago
  34. 4730f29 Revert "Simplify GrRTC::clean APIs" by Michael Ludwig · 4 years, 3 months ago
  35. 6cbd7c2 Simplify GrRTC::clean APIs by Michael Ludwig · 4 years, 3 months ago
  36. 8afde5f Rename outputView->writeView and outputSwizzle->writeSwizzle by Brian Salomon · 4 years, 5 months ago
  37. 982f546 Rename outputSwizzle->writeSwizzle. by Brian Salomon · 4 years, 5 months ago
  38. 709e240 Revert "Make TessellationTestOp and GrPipelineDynamicStateTestOp surface their programInfos at record time" by Robert Phillips · 4 years, 5 months ago
  39. bc0fe05 Make TessellationTestOp and GrPipelineDynamicStateTestOp surface their programInfos at record time by Robert Phillips · 4 years, 5 months ago
  40. c655c3a Make GrOp::onPrePrepare be pure virtual by Robert Phillips · 4 years, 5 months ago
  41. 304e14d Remove FixedDynamicState from GrProgramInfo and GrPipeline by Chris Dalton · 4 years, 5 months ago
  42. 3bf2f3a Remove DynamicStateArrays from GrProgramInfo and GrPipeline by Chris Dalton · 4 years, 5 months ago
  43. 765ed36 Delete GrOpsRenderPass::drawMeshes by Chris Dalton · 4 years, 5 months ago
  44. aa0e45c Add pass-through helper methods from GrOpFlushState to GrOpsRenderPass by Chris Dalton · 4 years, 5 months ago
  45. eb694b7 Rename GrMesh to GrSimpleMesh by Chris Dalton · 4 years, 5 months ago
  46. 37c7bdd Remove GrMesh::setVertexData by Chris Dalton · 4 years, 5 months ago
  47. b58098f Add onPrePrepareDraws & createProgramInfo methods to GrDrawVerticesOp (take 2) by Robert Phillips · 4 years, 6 months ago
  48. b43cfa4 Revert "Add onPrePrepareDraws & createProgramInfo methods to GrDrawVerticesOp" by Robert Phillips · 4 years, 6 months ago
  49. d360651 Add onPrePrepareDraws & createProgramInfo methods to GrDrawVerticesOp by Robert Phillips · 4 years, 6 months ago
  50. 4386ad1 Add GrOpsRenderPass::bindPipeline() by Chris Dalton · 4 years, 6 months ago
  51. 79f336d Remove GrPrimitiveType from GrMesh by Chris Dalton · 4 years, 6 months ago
  52. e20fcad Reland "Move makeDeferredRenderTargetContext calls to factory on RTC." by Greg Daniel · 4 years, 8 months ago
  53. a4f207e Revert "Move makeDeferredRenderTargetContext calls to factory on RTC." by Jim Van Verth · 4 years, 8 months ago
  54. 1c16b43 Move makeDeferredRenderTargetContext calls to factory on RTC. by Greg Daniel · 4 years, 8 months ago
  55. f46d5ca use std::make_unique by Mike Klein · 4 years, 9 months ago
  56. c241b58 Make fragment processor iterators work with range for loops. by Brian Salomon · 4 years, 9 months ago
  57. 933484f Stop using GrPixelConfig in Metal & Dawn's GrProgramDesc creation by Robert Phillips · 4 years, 9 months ago
  58. 7cd0bfe No longer ref count GrGeometryProcessors by Robert Phillips · 4 years, 9 months ago
  59. 67a625e Make GrProgramInfo take pointers to the GrPipeline and the GrPrimitiveProcessor by Robert Phillips · 4 years, 9 months ago
  60. 5e8cdfd Add 'numRasterSamples' and 'isMixedSampled' to GrProgramInfo by Chris Dalton · 4 years, 10 months ago
  61. cea290f Add GrPrimitiveType to GrProgramInfo by Robert Phillips · 4 years, 10 months ago
  62. 6c2aa7a Revert "Reduce inputs to GrProgramDesc::Build method(s)" by Robert Phillips · 4 years, 10 months ago
  63. 63a3873 Reduce inputs to GrProgramDesc::Build method(s) by Robert Phillips · 4 years, 10 months ago
  64. 2d8a95e Add "meshCount" to GrProgramInfo by Robert Phillips · 4 years, 11 months ago
  65. 901aff0 Add GrProgramInfo to centralize management of program information by Robert Phillips · 4 years, 11 months ago
  66. 405413f Clarify that the OpArgs' outputSwizzle comes from its GrRenderTargetProxy by Robert Phillips · 4 years, 11 months ago
  67. 5faf474 More bounds fixes for StrokeRect and DefaultPath when using MSAA for non-aa. by Greg Daniel · 5 years ago
  68. f2ebdd9 Rename GrPixelInfo to GrImageInfo. by Brian Salomon · 5 years ago
  69. 2d41d0d Remove GrGpuTextureCommandBuffer class and rename to GrOpsRenderPass. by Greg Daniel · 5 years ago
  70. bf6b979 GrSurfaceContext not ref counted. by Brian Salomon · 5 years ago
  71. 27ae52c Make deferred render target context without config or format by Brian Salomon · 5 years ago
  72. 1d43530 Pass alpha type to GrSurfaceContext::read/writePixels and remove flags. by Brian Salomon · 5 years ago
  73. d628747 Make GrColorSpaceInfo store GrColorType. by Brian Salomon · 5 years ago
  74. 6ce447a Eliminate mixed samples as an FBO type or AA type by Chris Dalton · 5 years ago
  75. 2c3398d Switch from querying swizzle on caps to using swizzles stored on proxies. by Greg Daniel · 5 years ago
  76. f91aeb2 Move a bunch of gpu files out of include/private and into src/gpu. by Greg Daniel · 5 years ago
  77. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  78. 5ced0bf Add shader based blending of kPlus for configs that need clamping by Brian Osman · 5 years ago
  79. b8fff0d Make mixed samples detection automatic by Chris Dalton · 5 years ago
  80. be9aff2 Remove GrContextPriv.h from GrRenderTargetContext.h by Robert Phillips · 6 years ago
  81. dbf7072 Use different classes for client side arrays and GPU buffer objects. by Brian Salomon · 6 years ago
  82. ae64c19 Convert GrBufferType to enum class, rename, and remove dead values by Brian Salomon · 6 years ago
  83. 9da87e0 Rename GrContext::contextPriv to priv by Robert Phillips · 6 years ago
  84. 9c7a006 Remove NoPendingIO flags from buffer creations. by Brian Salomon · 6 years ago
  85. d0fe875 Remove destination GrRenderTargetProxy from GrPipeline by Robert Phillips · 6 years ago
  86. 12d2264 Convert GrBuffer owners to sk_sp by Brian Salomon · 6 years ago
  87. 4b62aed Return GrProcessorSet::Analysis from GrDrawOp::finalize by Chris Dalton · 6 years ago
  88. 4065d45 Reland "Reland "Have a GrBackendFormat be stored on gpu proxies."" by Greg Daniel · 6 years ago
  89. 588cec7 Reenable GrOp chaining. by Brian Salomon · 6 years ago
  90. d7157b2 Revert "Reland "Have a GrBackendFormat be stored on gpu proxies."" by Greg Daniel · 6 years ago
  91. 2f9a5ea Reland "Have a GrBackendFormat be stored on gpu proxies." by Greg Daniel · 6 years ago
  92. f04fb3c Change how GPs configure attributes by Brian Osman · 6 years ago
  93. 919c9e7 Revert "Have a GrBackendFormat be stored on gpu proxies." by Greg Daniel · 6 years ago
  94. 51b1c12 Have a GrBackendFormat be stored on gpu proxies. by Greg Daniel · 6 years ago
  95. 9a9baae Use SkPMColor4f throughout clear APIs by Brian Osman · 6 years ago
  96. d004e0b Cleanup resource flags by Chris Dalton · 6 years ago
  97. d4c2970 Specify CPU (buffer) and GPU (shader) types explicitly in Attribute by Brian Osman · 6 years ago
  98. 916c498 Consolidate the scissor enums into one "GrScissorTest" enum by Chris Dalton · 6 years ago
  99. 7eae3e0 Reland "Move GrGeometryProcessor's textures out of classes and into" by Brian Salomon · 6 years ago
  100. fdf05f4 Revert "Move GrGeometryProcessor's textures out of classes and into" by Brian Salomon · 6 years ago