1. 92b3567 Lift atlas clip FP creation out of GrClip::apply by Chris Dalton · 3 years, 4 months ago
  2. 68c243e Delete GrCCAtlasStack by Chris Dalton · 3 years, 4 months ago
  3. 4ac0cbe Remove the scary raw pointer from GrCCClipProcessor into GrCCClipPath by Chris Dalton · 3 years, 4 months ago
  4. ffa8fd1 Instantiate clip atlases directly by Chris Dalton · 3 years, 4 months ago
  5. bf9c63b Don't fail clip atlas instantiation when the access is out of bounds by Chris Dalton · 3 years, 4 months ago
  6. 633b9f3 Delete GrCoverageCountingPathRenderer::CropPath by Chris Dalton · 3 years, 4 months ago
  7. 9431079 Unblock msaa clip atlas on AMD, Imagination, and Adreno by Chris Dalton · 3 years, 5 months ago
  8. 7854da3 Avoid structured bindings that trigger gcc bug by Chris Dalton · 3 years, 5 months ago
  9. 7d592cd Delete all low-level rendering from ccpr by Chris Dalton · 3 years, 5 months ago
  10. 03730e6 Delete path caching and path rendering from ccpr by Chris Dalton · 3 years, 5 months ago
  11. e7a959d Expand SkMessageBus to support different unique key types by Robert Phillips · 3 years, 5 months ago
  12. 2603c1f Delete coverage counting backend from ccpr by Chris Dalton · 3 years, 5 months ago
  13. 376a478 Fix StencilResolveProcessor to declare its outputs. by John Stiles · 3 years, 5 months ago
  14. 1e7b2e5 Re-enable ccpr clipping for small paths by Chris Dalton · 3 years, 5 months ago
  15. 4d7ac49 Declare outputColor and outputCoverage inside emitCode. by John Stiles · 3 years, 5 months ago
  16. 0408afc Fix GrGpuBuffer::onRelease() crash problem. by Peng Huang · 3 years, 5 months ago
  17. 18ab203 Make GrGLSLFragmentProcessors be created as std::unique_ptr. by Brian Salomon · 3 years, 5 months ago
  18. 5501b59 Reland "Disable the MSAA atlas mode for CCPR" by Chris Dalton · 3 years, 6 months ago
  19. bead7e3 Remove GrFragmentProcessor::usesExplicitReturn. by John Stiles · 3 years, 7 months ago
  20. d1eab8b Replace more instances of sk_OutColor with explicit returns. by John Stiles · 3 years, 7 months ago
  21. eebe735 GrRenderTargetContext->GrSurfaceDrawContext by Brian Salomon · 3 years, 8 months ago
  22. 2c98edf Spelling and capitalization fixes from GitHub PRs by Ravi Mistry · 3 years, 8 months ago
  23. 70fe17e Remove GrRenderTargetContextPriv and GrSurfaceContextPriv by Brian Salomon · 3 years, 8 months ago
  24. 5c80964 Update GrProgramInfo's constructor by Robert Phillips · 3 years, 8 months ago
  25. 42dbca5 Pass in the color load op to GrProgramInfo. by Greg Daniel · 3 years, 8 months ago
  26. e2296f7 Pass the writeView as a const-ref instead of a pointer … by Adlai Holler · 3 years, 8 months ago
  27. 9902cff Use SkSpan to clean up GrOnFlushCallbackObject API by Adlai Holler · 3 years, 9 months ago
  28. 4888cda Fix up a ton of implicit memory_order_seq_cst for unique id gen by Adlai Holler · 3 years, 9 months ago
  29. e25c300 use SkArenaAlloc for combineIfPossible by Herb Derby · 3 years, 9 months ago
  30. fdf6148 Pass function arguments using SkSpan instead of count + ptr. by John Stiles · 3 years, 9 months ago
  31. 6b58a33 Mangle function names as a separate step before emitting func-bodies. by John Stiles · 3 years, 9 months ago
  32. c76d409 add API for Op creation by Herb Derby · 3 years, 10 months ago
  33. 8aa0edf move SkTPin to include/private by Mike Klein · 3 years, 9 months ago
  34. f4bda74 Rename SkTArray::reserve to reserve_back. by John Stiles · 3 years, 10 months ago
  35. df5739c Fix GrCCPerFlushResources error caused by cache eviction by Jiulong Wang · 3 years, 10 months ago
  36. 1b6a43c Move user stencil settings from GrPipeline to GrProgramInfo by Chris Dalton · 3 years, 10 months ago
  37. a28ea67 Fix checks of GR_TEST_UTILS. by Greg Daniel · 3 years, 10 months ago
  38. 03c31ec Reduce needless spread of GrNonAtomicRef.h by Robert Phillips · 3 years, 10 months ago
  39. 5d8b7e9 Remove RTAdjust plumbing by Brian Osman · 3 years, 10 months ago
  40. d358cbe Add support for plumbing GrDstSampleType through Ops and Pipeline creation. by Greg Daniel · 3 years, 11 months ago
  41. 7571f9e Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'. by John Stiles · 3 years, 11 months ago
  42. ba1879d Add `dumpTreeInfo` debug method to GrFragmentProcessor. by John Stiles · 4 years ago
  43. a6841be Enable ClangTidy check llvm-namespace-comment. by John Stiles · 4 years ago
  44. bd3ffa4 Fix range-based for loops which copy the loop variable unnecessarily. by John Stiles · 4 years ago
  45. 4cfae3b Remove GrTexturePriv by Brian Salomon · 4 years ago
  46. cc848b5 Rename GrTAllocator to GrTBlockList by Michael Ludwig · 4 years ago
  47. 7e67dca Rename GrMipMapped GrMipmapped by Brian Salomon · 4 years ago
  48. 426274b Add support for holding onto refs for input buffers from bindBuffer calls. by Greg Daniel · 4 years ago
  49. 6b5dbb4 Make invokeChild default to fInputColor, rather than half4(1) by Brian Osman · 4 years ago
  50. 12c5d29 In FPs, store pointers for all child slots, even nullptr by Brian Osman · 4 years ago
  51. 6e9ead9 Revert "Remove custom SkSort algorithms." by John Stiles · 4 years ago
  52. 70474c1 Remove custom SkSort algorithms. by John Stiles · 4 years ago
  53. 87f4d29 Remove GrFragmentProcessor::Iter. by Brian Salomon · 4 years, 1 month ago
  54. 1bef979 Remove uses of non-inclusive terminology from Ganesh code. by Jim Van Verth · 4 years, 1 month ago
  55. 9cf98dc Remove GrCoordTransform entirely by Brian Osman · 4 years, 1 month ago
  56. 609f159 Remove most GrCoordTransform code by Brian Osman · 4 years, 1 month ago
  57. b7bfbc2 Move GrRecordingContext.h and GrDirectContext.h into include/gpu by Robert Phillips · 4 years, 1 month ago
  58. 1298bc4 Change SampleMatrix to SampleUsage by Brian Osman · 4 years, 1 month ago
  59. e88320b Update how sample(matrix) calls are invoked in SkSL by Michael Ludwig · 4 years, 1 month ago
  60. 9aba625 Move setSampleMatrix and setSampledWithExplicitCoords into child registration by Michael Ludwig · 4 years, 1 month ago
  61. 553db62 Reland "Centralize geometry processor vertex shader transform code" by Michael Ludwig · 4 years, 1 month ago
  62. 956ec8a Update GrCCClipProcessor to support an input FP. by John Stiles · 4 years, 1 month ago
  63. ce86910 Revert "Centralize geometry processor vertex shader transform code" by Michael Ludwig · 4 years, 1 month ago
  64. 0426947 Centralize geometry processor vertex shader transform code by Michael Ludwig · 4 years, 1 month ago
  65. 5cd393b GrCCClipProcessor uses GrTextureEffect by Brian Salomon · 4 years, 1 month ago
  66. 30212b7 Fix implicit fallthroughs throughout Skia. by John Stiles · 4 years, 2 months ago
  67. d1d997e Reland "Improve scissor state tracking in GrRTC" by Michael Ludwig · 4 years, 2 months ago
  68. 4926b07 Revert "Improve scissor state tracking in GrRTC" by Michael Ludwig · 4 years, 2 months ago
  69. 3b923a8 Improve scissor state tracking in GrRTC by Michael Ludwig · 4 years, 2 months ago
  70. 7c12e28 Reland "GrClips provided as pointers to GrRTC" by Michael Ludwig · 4 years, 2 months ago
  71. 074414f Revert "GrClips provided as pointers to GrRTC" by Weston Tracey · 4 years, 2 months ago
  72. 226b689 GrClips provided as pointers to GrRTC by Michael Ludwig · 4 years, 2 months ago
  73. d2dc8dd Use pow2 rectanization for the hw tessellation atlas by Chris Dalton · 4 years, 2 months ago
  74. c002d56 Simplify GrClip::getConservativeBounds() signature by Michael Ludwig · 4 years, 2 months ago
  75. 5ba50af Replace skstd::exchange with std::exchange by Adlai Holler · 4 years, 3 months ago
  76. 2686d69 Reland "Rename GrShape to GrStyledShape" by Michael Ludwig · 4 years, 3 months ago
  77. 73b86c1 Revert "Rename GrShape to GrStyledShape" by Michael Ludwig · 4 years, 3 months ago
  78. f3f08af Rename GrShape to GrStyledShape by Michael Ludwig · 4 years, 3 months ago
  79. 63410e9 Pass description of GrSurface to GrSurfaceProxy lazy callbacks. by Brian Salomon · 4 years, 4 months ago
  80. 3d28b6a Add a cap for when dual sided stencil refs and masks must match by Chris Dalton · 4 years, 3 months ago
  81. ecd82d8 ccpr: Ensure stencil buffer gets fully reset to zero by Chris Dalton · 4 years, 3 months ago
  82. a628605 Allow path renderers to self-identify by Robert Phillips · 4 years, 3 months ago
  83. a77cdee Reland "Rename instanceAttribSupport -> drawInstancedSupport" by Chris Dalton · 4 years, 4 months ago
  84. 31c028c Revert "Rename instanceAttribSupport -> drawInstancedSupport" by Chris Dalton · 4 years, 4 months ago
  85. 16464c3 Tracking uniform ownership by Ethan Nicholas · 4 years, 4 months ago
  86. 17f05c7 Rename instanceAttribSupport -> drawInstancedSupport by Chris Dalton · 4 years, 4 months ago
  87. 16a5a61 ccpr: Don't use half float vertex attribs by Chris Dalton · 4 years, 4 months ago
  88. 8afde5f Rename outputView->writeView and outputSwizzle->writeSwizzle by Brian Salomon · 4 years, 4 months ago
  89. 982f546 Rename outputSwizzle->writeSwizzle. by Brian Salomon · 4 years, 4 months ago
  90. df1bd6d Remove texture swizzle from GrSurfaceProxy. by Brian Salomon · 4 years, 4 months ago
  91. 17dc418 Rename CPU tessellation to "triangulation" by Chris Dalton · 4 years, 4 months ago
  92. a6adc5c ccpr: Polyfill buffer mapping when not supported by Chris Dalton · 4 years, 4 months ago
  93. 4519134 Implement GrTAllocator in terms of GrBlockAllocator by Michael Ludwig · 4 years, 4 months ago
  94. c655c3a Make GrOp::onPrePrepare be pure virtual by Robert Phillips · 4 years, 4 months ago
  95. 304e14d Remove FixedDynamicState from GrProgramInfo and GrPipeline by Chris Dalton · 4 years, 4 months ago
  96. 3bf2f3a Remove DynamicStateArrays from GrProgramInfo and GrPipeline by Chris Dalton · 4 years, 4 months ago
  97. aa0e45c Add pass-through helper methods from GrOpFlushState to GrOpsRenderPass by Chris Dalton · 4 years, 4 months ago
  98. 39ca973 Migrate ccpr to the new bind/draw API by Chris Dalton · 4 years, 5 months ago
  99. 456f9b5 Reland "Move GrGpuResource GrSurface and GrTexture into src." by Greg Daniel · 4 years, 5 months ago
  100. f6ed96d Revert "Move GrGpuResource GrSurface and GrTexture into src." by Greg Daniel · 4 years, 5 months ago