1. 1042c00 [graphite] Replace GrSLType with SkSLType by Robert Phillips · 2 years, 8 months ago
  2. cdeb092 [graphite] Move GrProcessorKeyBuilder to generic skgpu::KeyBuilder class. by Greg Daniel · 2 years, 9 months ago
  3. dd9ef45 Reland "Add support for explicit attribute offsets and strides." by Brian Salomon · 2 years, 10 months ago
  4. 38d53289 Revert "Add support for explicit attribute offsets and strides." by Brian Salomon · 2 years, 10 months ago
  5. 6927ab9 Add support for explicit attribute offsets and strides. by Brian Salomon · 2 years, 10 months ago
  6. 2a26c50 Store the correct number of samples in GrProgramInfo by Chris Dalton · 3 years, 1 month ago
  7. 4895946 Move ProgramImpl definitions into Processor subclass headers. by Brian Salomon · 3 years, 2 months ago
  8. bab2d11 Improve consistency of GP::ProgramImpl subclasses by Brian Salomon · 3 years, 2 months ago
  9. f95940b Rename GrGLSLGeometryProcessor to GrGeometryProcessor::ProgramImpl by Brian Salomon · 3 years, 2 months ago
  10. 13b2873 Remove GLSL from name of functions that builds GrProcessor keys. by Brian Salomon · 3 years, 2 months ago
  11. 4dca831 Rename GrSurfaceDrawContext to skgpu::v1::SurfaceDrawContext by Robert Phillips · 3 years, 2 months ago
  12. 6aaf00f Add a "usesMSAASurface" arg to GrMeshDrawOp::onCreateProgramInfo by Chris Dalton · 3 years, 3 months ago
  13. 7114395 Switch GrMeshDrawOp::Target to be the stand alone GrMeshDrawTarget class by Robert Phillips · 3 years, 4 months ago
  14. be03ef1 Remove ableist language by Kevin Lubick · 3 years, 4 months ago
  15. 52cb1d0 Rename GrXferProcessor::DstProxyView to GrDstProxyView. by John Stiles · 3 years, 4 months ago
  16. 57ab06c Delete mixed samples by Chris Dalton · 3 years, 5 months ago
  17. f5b87f9 Make SkSurfaceProps non-optional for SDCs and SkSpecialImages by Chris Dalton · 3 years, 5 months ago
  18. 5a32828 No VS specialization for identity or scale/trans in reduced shader mode by Brian Salomon · 3 years, 6 months ago
  19. f10535f Fuse GrGLSLPrimitiveProcessor and GrGLSLGeometryProcessor ... by Robert Phillips · 3 years, 6 months ago
  20. 787fd9d Fuse GrPrimitiveProcessor & GrGeometryProcessor into a new GrGeometryProcessor by Robert Phillips · 3 years, 6 months ago
  21. 4d7ac49 Declare outputColor and outputCoverage inside emitCode. by John Stiles · 3 years, 7 months ago
  22. f124108 how to use SkArenaAlloc with no friends by Mike Klein · 3 years, 10 months ago
  23. 1aa1f5f whole-word replace renderTargetContext with surfaceDrawContext by Brian Salomon · 3 years, 10 months ago
  24. eebe735 GrRenderTargetContext->GrSurfaceDrawContext by Brian Salomon · 3 years, 10 months ago
  25. 70fe17e Remove GrRenderTargetContextPriv and GrSurfaceContextPriv by Brian Salomon · 3 years, 10 months ago
  26. 42dbca5 Pass in the color load op to GrProgramInfo. by Greg Daniel · 3 years, 10 months ago
  27. e2296f7 Pass the writeView as a const-ref instead of a pointer … by Adlai Holler · 3 years, 11 months ago
  28. c76d409 add API for Op creation by Herb Derby · 4 years ago
  29. a069304 Rename GrContextPriv to GrDirectContextPriv by Adlai Holler · 4 years ago
  30. d358cbe Add support for plumbing GrDstSampleType through Ops and Pipeline creation. by Greg Daniel · 4 years, 1 month ago
  31. 7571f9e Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'. by John Stiles · 4 years, 1 month ago
  32. a6841be Enable ClangTidy check llvm-namespace-comment. by John Stiles · 4 years, 2 months ago
  33. fbd050b Enable ClangTidy check modernize-make-unique. by John Stiles · 4 years, 2 months ago
  34. 58adb34 Update more tests to use the GrDirectContext/GrRecordingContext pair by Robert Phillips · 4 years, 2 months ago
  35. 609f159 Remove most GrCoordTransform code by Brian Osman · 4 years, 3 months ago
  36. 6d344c3 Update unit tests to accept GrDirectContext by Robert Phillips · 4 years, 3 months ago
  37. 0a2464f Update internal skia uses to use flushAndSubmit and submit calls. by Greg Daniel · 4 years, 5 months ago
  38. 8afde5f Rename outputView->writeView and outputSwizzle->writeSwizzle by Brian Salomon · 4 years, 6 months ago
  39. 765ed36 Delete GrOpsRenderPass::drawMeshes by Chris Dalton · 4 years, 7 months ago
  40. aa0e45c Add pass-through helper methods from GrOpFlushState to GrOpsRenderPass by Chris Dalton · 4 years, 7 months ago
  41. eb694b7 Rename GrMesh to GrSimpleMesh by Chris Dalton · 4 years, 7 months ago
  42. 2669a7b More programInfo cleanup by Robert Phillips · 4 years, 7 months ago
  43. 6941f4a Update three GrMeshDrawOps to surface their programInfos at record time by Robert Phillips · 4 years, 7 months ago
  44. 4133dc4 Clean up programInfo creation in GrMeshDrawOp-derived Ops by Robert Phillips · 4 years, 7 months ago
  45. e20fcad Reland "Move makeDeferredRenderTargetContext calls to factory on RTC." by Greg Daniel · 4 years, 9 months ago
  46. a4f207e Revert "Move makeDeferredRenderTargetContext calls to factory on RTC." by Jim Van Verth · 4 years, 9 months ago
  47. 1c16b43 Move makeDeferredRenderTargetContext calls to factory on RTC. by Greg Daniel · 4 years, 9 months ago
  48. 3968fcb Pull creation of GrPipeline explicitly into the Ops' onExecute methods by Robert Phillips · 4 years, 10 months ago
  49. c241b58 Make fragment processor iterators work with range for loops. by Brian Salomon · 4 years, 10 months ago
  50. 7cd0bfe No longer ref count GrGeometryProcessors by Robert Phillips · 4 years, 11 months ago
  51. 5faf474 More bounds fixes for StrokeRect and DefaultPath when using MSAA for non-aa. by Greg Daniel · 5 years ago
  52. bf6b979 GrSurfaceContext not ref counted. by Brian Salomon · 5 years ago
  53. 27ae52c Make deferred render target context without config or format by Brian Salomon · 5 years ago
  54. d628747 Make GrColorSpaceInfo store GrColorType. by Brian Salomon · 5 years ago
  55. 6ce447a Eliminate mixed samples as an FBO type or AA type by Chris Dalton · 5 years ago
  56. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  57. a3407ab Fix asserts in Metal tests. by Jim Van Verth · 6 years ago
  58. 5ced0bf Add shader based blending of kPlus for configs that need clamping by Brian Osman · 6 years ago
  59. b8fff0d Make mixed samples detection automatic by Chris Dalton · 6 years ago
  60. 07cdcfc9 Reland "Stack-allocate pipelines for GrMeshDrawOp" by Chris Dalton · 6 years ago
  61. 35a3abe Revert "Stack-allocate pipelines for GrMeshDrawOp" by Chris Dalton · 6 years ago
  62. dfe5000 Stack-allocate pipelines for GrMeshDrawOp by Chris Dalton · 6 years ago
  63. 9da87e0 Rename GrContext::contextPriv to priv by Robert Phillips · 6 years ago
  64. 4b62aed Return GrProcessorSet::Analysis from GrDrawOp::finalize by Chris Dalton · 6 years ago
  65. 4065d45 Reland "Reland "Have a GrBackendFormat be stored on gpu proxies."" by Greg Daniel · 6 years ago
  66. d7157b2 Revert "Reland "Have a GrBackendFormat be stored on gpu proxies."" by Greg Daniel · 6 years ago
  67. 2f9a5ea Reland "Have a GrBackendFormat be stored on gpu proxies." by Greg Daniel · 6 years ago
  68. f04fb3c Change how GPs configure attributes by Brian Osman · 6 years ago
  69. 919c9e7 Revert "Have a GrBackendFormat be stored on gpu proxies." by Greg Daniel · 6 years ago
  70. 51b1c12 Have a GrBackendFormat be stored on gpu proxies. by Greg Daniel · 6 years ago
  71. d4c2970 Specify CPU (buffer) and GPU (shader) types explicitly in Attribute by Brian Osman · 6 years ago
  72. 7eae3e0 Reland "Move GrGeometryProcessor's textures out of classes and into" by Brian Salomon · 6 years ago
  73. fdf05f4 Revert "Move GrGeometryProcessor's textures out of classes and into" by Brian Salomon · 6 years ago
  74. 641ac7d Make result of GrOp::combineIfPossible be an enum. by Brian Salomon · 6 years ago
  75. b948572 Store GrMeshDrawOps' meshes in GrOpFlushState's arena. by Brian Salomon · 6 years ago
  76. 607be37 GrGeometryProcessor derives from GrNonAtomicRef not GrProgramElement. by Brian Salomon · 6 years ago
  77. 532b3f9 Remove clamping of kPlus with F16 configs by Brian Osman · 6 years ago
  78. 4934890 Refactor GrPipeline dynamic state. by Brian Salomon · 6 years ago
  79. 92be2f7 Revert "Revert "Change how vertex/instance attributes are handled in geometry processors."" by Brian Salomon · 6 years ago
  80. c994a93 Move op memory storage to GrContext (take 2) by Robert Phillips · 6 years ago
  81. 5045e50 Revert "Change how vertex/instance attributes are handled in geometry processors." by Mike Klein · 6 years ago
  82. 19c1233 Change how vertex/instance attributes are handled in geometry processors. by Brian Salomon · 6 years ago
  83. 4f6ba2e Revert "Move op memory storage to GrContext" by Robert Phillips · 6 years ago
  84. c8cee44 Move op memory storage to GrContext by Robert Phillips · 6 years ago
  85. 7c525e6 Plumb GrContext everywhere by Robert Phillips · 6 years ago
  86. c7ad40f Remove SK_SUPPORT_GPU checks in tool-only code by Brian Osman · 6 years ago
  87. 70132d0 Make GrPrimitiveProcessor::Attribute a class, hide data members. by Brian Salomon · 6 years ago
  88. c7fe0f7 Make GrCaps and GrShaderCaps private. by Brian Salomon · 6 years ago
  89. 0c4b7b1 Move internal calls from GrContext to GrContextPriv by Robert Phillips · 7 years ago
  90. f44cb48 Fix unit tests that were causes vulkan unitialized memory warnings in validation by Greg Daniel · 7 years ago
  91. 6028361 Drop unused shader support for sample variables by Chris Dalton · 7 years ago
  92. 7f86192 Revert "Drop support for unused MSAA extensions" by Robert Phillips · 7 years ago
  93. 7df2746 Drop support for unused MSAA extensions by Chris Dalton · 7 years ago
  94. f35fd8d Move more internal methods from GrContext to GrContextPriv (take 3) by Robert Phillips · 7 years ago
  95. 2914555 Revert "Move more internal methods from GrContext to GrContextPriv (take 2)" by Leon Scroggins · 7 years ago
  96. c22e50b Move more internal methods from GrContext to GrContextPriv (take 2) by Robert Phillips · 7 years ago
  97. 07320e4 Revert "Move more internal methods from GrContext to GrContextPriv" by Hal Canary · 7 years ago
  98. f440cec Move more internal methods from GrContext to GrContextPriv by Robert Phillips · 7 years ago
  99. 74f623d make point array methods private by Cary Clark · 7 years ago
  100. 57caa66 Revert "Revert "Make GPU backend triangulate rects such that they are rendered as tri strips rather than tri fans."" by Brian Salomon · 7 years ago