1. be03ef1 Remove ableist language by Kevin Lubick · 3 years, 4 months ago
  2. 3674f58 Make GrPathRenderer and all derived class be OGA-only by Robert Phillips · 3 years, 4 months ago
  3. 1ca0da4 Make GrClipStack, GrClipStackClip, and GrReducedClip OGA-only by Robert Phillips · 3 years, 4 months ago
  4. 6285d64 Support mixing shaders and color filters in runtime effects by Brian Osman · 3 years, 5 months ago
  5. a784914 Rudimentary SkRuntimeImageFilter by Brian Osman · 3 years, 5 months ago
  6. 0fbc6a3 Fix up names from RenderTargetContext to SurfaceDrawContext. by John Stiles · 3 years, 4 months ago
  7. bb04e3d Add new FP, GrFragmentProcessor::DestColor. by John Stiles · 3 years, 4 months ago
  8. edcd431 Retract the SDC from GMs where possible (take 2) by Robert Phillips · 3 years, 4 months ago
  9. 7d05cda Revert "Retract the SDC from GMs where possible" by Robert Phillips · 3 years, 4 months ago
  10. b8416d2 Retract the SDC from GMs where possible by Robert Phillips · 3 years, 4 months ago
  11. 52cb1d0 Rename GrXferProcessor::DstProxyView to GrDstProxyView. by John Stiles · 3 years, 4 months ago
  12. b0355a7 Fix trickycubicstrokes and widebuttcaps bg colors on GpuTess by Chris Dalton · 3 years, 5 months ago
  13. 6edc8d9 Remove 'hasUserStencilSettings' from GrClip::apply by Chris Dalton · 3 years, 5 months ago
  14. 569c01b Simplify heuristics for selecting path tessellators by Chris Dalton · 3 years, 5 months ago
  15. 966fb69 Add gm for inner join geometry by Tyler Denniston · 3 years, 5 months ago
  16. 6be4e45 skip, don't fail, yuva420_odd_dim_repeat on abandoned context. by Brian Salomon · 3 years, 5 months ago
  17. 7b0c8df Fix tile period of subsampled planes in YUVA images by Brian Salomon · 3 years, 5 months ago
  18. 5cc24c0 YUVUtils function for splitting image into yuva planes. by Brian Salomon · 3 years, 5 months ago
  19. b1e9cb0 Remove fExpression (matrix expression) from SampleUsage by Brian Osman · 3 years, 5 months ago
  20. bfeba24 Add GM for failing Image image filter by Michael Ludwig · 3 years, 5 months ago
  21. 2da029b [COLRv1] Map linear gradient extrema to [0, 1] range by Dominik Röttsches · 3 years, 5 months ago
  22. 4e9d5e2 Use Wang's formula for quadratic and cubic point counts by Michael Ludwig · 3 years, 5 months ago
  23. a5842bc Move SkSpan to include/, for use in public API by Brian Osman · 3 years, 5 months ago
  24. 7d97991 Tune up tessellated stroke gms by Chris Dalton · 3 years, 5 months ago
  25. ae87bf1 Remove SkSpan class template deduction guides by Brian Osman · 3 years, 5 months ago
  26. 85dbeb5 Move tessellation back doors into GrGLSLGeometryProcessor by Chris Dalton · 3 years, 5 months ago
  27. c9125aa Reland "Better first-class shader & color filter support in runtime effects" by Brian Osman · 3 years, 6 months ago
  28. c2cca5a Revert "Better first-class shader & color filter support in runtime effects" by Greg Daniel · 3 years, 5 months ago
  29. adadb95 Better first-class shader & color filter support in runtime effects by Brian Osman · 3 years, 6 months ago
  30. e9c2c5a Added support for DSL global variables by Ethan Nicholas · 3 years, 5 months ago
  31. 83dae92 Remove SkSL sample-with-matrix implementation by Brian Osman · 3 years, 6 months ago
  32. 27c4202 Remove GrBitmapTextureMaker. by Brian Salomon · 3 years, 6 months ago
  33. 47c88cc handle perspective glyph drawing correctly by Herb Derby · 3 years, 6 months ago
  34. 827dab4 Add runtime effect unsharp GM by Brian Osman · 3 years, 6 months ago
  35. 3e8ff3e Fix vertex alpha when connector edges intersect inner edges by Michael Ludwig · 3 years, 6 months ago
  36. 56ed7da Use MakeForShader/ColorFilter in runtime effect tests by Brian Osman · 3 years, 6 months ago
  37. 57ab06c Delete mixed samples by Chris Dalton · 3 years, 6 months ago
  38. f9cf1aa add drawGlyphs for SkRSXform by Herb Derby · 3 years, 6 months ago
  39. f6123f1 Convert some SkRuntimeEffect::Make to use stage-specific factories by Brian Osman · 3 years, 6 months ago
  40. 9a56eb7 Consolidate on SkImage_Gpu constructor that takes SkColorInfo. by Brian Salomon · 3 years, 6 months ago
  41. f5b87f9 Make SkSurfaceProps non-optional for SDCs and SkSpecialImages by Chris Dalton · 3 years, 6 months ago
  42. e49703f Remove custom SkVertices data and runtime effect `varying` support by Brian Osman · 3 years, 6 months ago
  43. cc3d2d2 Runtime effects: Detect passthrough sample calls automatically by Brian Osman · 3 years, 6 months ago
  44. 224e5e4 Generalize the squircle runtime effect to draw "super rounded rects" by Chris Dalton · 3 years, 6 months ago
  45. e90a295 fix SkCanvas::drawGlyphs's bounds calculation by Herb Derby · 3 years, 6 months ago
  46. 70fae35 Preserve winding scale for outer edges in AA triangulation by Michael Ludwig · 3 years, 6 months ago
  47. 5a32828 No VS specialization for identity or scale/trans in reduced shader mode by Brian Salomon · 3 years, 6 months ago
  48. 354147a Replace GrConstColorProcessor with a runtime FP by Brian Salomon · 3 years, 6 months ago
  49. 577c606 Runtime effects: Support input color as a parameter to main() by Brian Osman · 3 years, 6 months ago
  50. 3738ef5 Move code generators to codegen/ directory. by John Stiles · 3 years, 6 months ago
  51. b14e6b9 Added _Type suffix to DSL Type enum by Ethan Nicholas · 3 years, 6 months ago
  52. 2c67340 Expose writing to mip levels via GrSurfaceContext::writePixels by Brian Salomon · 3 years, 6 months ago
  53. 396cd1d Revert "Lift atlas clip FP creation out of GrClip::apply" by Derek Sollenberger · 3 years, 6 months ago
  54. 92b3567 Lift atlas clip FP creation out of GrClip::apply by Chris Dalton · 3 years, 6 months ago
  55. 358858f Fix bots that don't like std::is_integral_v by Brian Osman · 3 years, 6 months ago
  56. d18967c Add integer uniforms to runtime effects by Brian Osman · 3 years, 6 months ago
  57. 3d1d60a Avoid creating GM test resources at startup time. by John Stiles · 3 years, 7 months ago
  58. 2e04df9 Support PaintTranslate in COLRv1 rasterisation by Dominik Röttsches · 3 years, 7 months ago
  59. e501670 Move Sk3Perspective and Sk3Lookat into SkM44 by Michael Ludwig · 3 years, 7 months ago
  60. 84fd1c2 Clean up remaining NVPR bits & bobs by Robert Phillips · 3 years, 7 months ago
  61. ed3c75b adjust values in very_large_sigma_gpu_blur gms by Brian Salomon · 3 years, 7 months ago
  62. f10535f Fuse GrGLSLPrimitiveProcessor and GrGLSLGeometryProcessor ... by Robert Phillips · 3 years, 7 months ago
  63. 787fd9d Fuse GrPrimitiveProcessor & GrGeometryProcessor into a new GrGeometryProcessor by Robert Phillips · 3 years, 7 months ago
  64. 2297017 Remove sample locations usage from GL backend by Robert Phillips · 3 years, 7 months ago
  65. 12a7558 GrFPArgs no longer needs sampling by Mike Reed · 3 years, 7 months ago
  66. 10a5ff2 Must pass filtering to picture shader by Mike Reed · 3 years, 7 months ago
  67. 4e94fd1 Add a runtime effect gm for squircle clips by Chris Dalton · 3 years, 7 months ago
  68. f970746 Add GM that tests GPU blur with very large sigmas. by Brian Salomon · 3 years, 7 months ago
  69. 03730e6 Delete path caching and path rendering from ccpr by Chris Dalton · 3 years, 7 months ago
  70. 1bb1f22 Remove undefined behavior from innershapes gm by Chris Dalton · 3 years, 7 months ago
  71. 9c4cdef Fix gm slide 'TessellationTestRectShader'. by John Stiles · 3 years, 7 months ago
  72. e82fdaa Accept near-simple, near-circular rrects for shadow fast path. by Jim Van Verth · 3 years, 7 months ago
  73. 1e7b2e5 Re-enable ccpr clipping for small paths by Chris Dalton · 3 years, 7 months ago
  74. 4d7ac49 Declare outputColor and outputCoverage inside emitCode. by John Stiles · 3 years, 7 months ago
  75. cc13b35 Reland "Use analytic AA in FillRRectOp even if the target has MSAA" by Chris Dalton · 3 years, 7 months ago
  76. fe5d692 DSL var values are now specified at construction time rather than in Declare by Ethan Nicholas · 3 years, 7 months ago
  77. e3aec3c Revert "Use analytic AA in FillRRectOp even if the target has MSAA" by Chris Dalton · 3 years, 7 months ago
  78. d63638b Copy on write for wrapped backend texture surfaces. by Brian Salomon · 3 years, 7 months ago
  79. cad44bc Use analytic AA in FillRRectOp even if the target has MSAA by Chris Dalton · 3 years, 7 months ago
  80. a42ed48 Fix a double free problem in YCbCrImageGM::createYCbCrImage() by Peng Huang · 3 years, 7 months ago
  81. daed259 Made SkSL DSL into public API by Ethan Nicholas · 3 years, 7 months ago
  82. 6d25f9d Fix downsampled blur with clamp mode. by Brian Salomon · 3 years, 7 months ago
  83. 4113057 Fix use-after-free in SkSL DSL by Ethan Nicholas · 3 years, 7 months ago
  84. 9ca065e fix races in dashcircle.cpp by Mike Klein · 3 years, 7 months ago
  85. 659e71f Reland "Fix issues with insetting and outsetting quads." by Brian Salomon · 3 years, 8 months ago
  86. 80313c8 Go back to using coverage FP in aarecteffect/convexpoly GMs. by Brian Salomon · 3 years, 8 months ago
  87. 066f411 Remove GrConvexPolyEffect::Make() that takes SkRect, use GrAARectEffect. by Brian Salomon · 3 years, 8 months ago
  88. e666254 Remove SkImage_Base::peekProxy. by Brian Salomon · 3 years, 8 months ago
  89. 18ab203 Make GrGLSLFragmentProcessors be created as std::unique_ptr. by Brian Salomon · 3 years, 8 months ago
  90. cc35b06 Revert "Fix issues with insetting and outsetting quads." by Brian Salomon · 3 years, 8 months ago
  91. 4a281dc Fix issues with insetting and outsetting quads. by Brian Salomon · 3 years, 8 months ago
  92. a443dc3 Reland "Remove (unused) gpuType from SkRuntimeEffect::Uniform" by Brian Osman · 3 years, 8 months ago
  93. af8db30 promote the runtime mixer CF to the only mixer CF by Mike Klein · 3 years, 8 months ago
  94. 0fdcaa5 Revert "Remove (unused) gpuType from SkRuntimeEffect::Uniform" by Mike Klein · 3 years, 8 months ago
  95. cc80a47 Remove (unused) gpuType from SkRuntimeEffect::Uniform by Brian Osman · 3 years, 8 months ago
  96. 3af656b SkSL DSL code is now automatically incorporated into the output by Ethan Nicholas · 3 years, 8 months ago
  97. 708dc4f Hide legacy imagefilters::image using filter-quality by Mike Reed · 3 years, 8 months ago
  98. 554aabb Prepare flag to hide setFilterQuality by Mike Reed · 3 years, 8 months ago
  99. 1f19ce2 Reland "Remove deprecated form of SkRuntimeEffect::Make." by John Stiles · 3 years, 8 months ago
  100. 691a794 Support COLRv1 color fonts by Dominik Röttsches · 3 years, 8 months ago