1. 18ab203 Make GrGLSLFragmentProcessors be created as std::unique_ptr. by Brian Salomon · 3 years, 9 months ago
  2. e1d1b08 Migrate convertSwitch to SwitchStatement::Make. by John Stiles · 3 years, 9 months ago
  3. 7142e40 Fix SPIR-V code generation when unreachable code exists. by John Stiles · 3 years, 9 months ago
  4. be6de9b Support building GrGLInterface factory functions for both EGL and GLX. by Brian Salomon · 3 years, 9 months ago
  5. 4882e9a Remove specific blend mode layout qualifiers by Brian Osman · 3 years, 9 months ago
  6. 04ca41a Fix switch optimization pass. by John Stiles · 3 years, 9 months ago
  7. 5364864 Move blend fallback case to default case. by John Stiles · 3 years, 9 months ago
  8. 97507e5 Optimize stroke tessellation patch allocation by Chris Dalton · 3 years, 9 months ago
  9. c44e21f Add a new entry point for making promise images by Adlai Holler · 3 years, 9 months ago
  10. cc35b06 Revert "Fix issues with insetting and outsetting quads." by Brian Salomon · 3 years, 9 months ago
  11. bd97400 Split IRGenerator's VarDeclaration processing into two parts by Ethan Nicholas · 3 years, 9 months ago
  12. d56589b Remove deprecated morphology image filter headers by Michael Ludwig · 3 years, 9 months ago
  13. 4a281dc Fix issues with insetting and outsetting quads. by Brian Salomon · 3 years, 9 months ago
  14. ffee476 SkSL: Allow 'const' on function parameters by Brian Osman · 3 years, 9 months ago
  15. 981e4a7 Avoid recursion for (most) stroke tessellation patches by Chris Dalton · 3 years, 9 months ago
  16. ed82686 Delete GrSTArenaList by Chris Dalton · 3 years, 9 months ago
  17. 2db4ba1 Reland "Remove ARC from tools lib." by Jim Van Verth · 3 years, 9 months ago
  18. cc75fa8 Remove deprecated merge image filter header by Michael Ludwig · 3 years, 9 months ago
  19. 66c53b9 Demonstrate a bug with inlined static switches. by John Stiles · 3 years, 9 months ago
  20. b06dc99 Remove deprecated matrix convolution header and old types by Michael Ludwig · 3 years, 9 months ago
  21. cad4709 Remove JoinType::kNone from GrStrokeHardwareTessellator by Chris Dalton · 3 years, 9 months ago
  22. 86b6ac7 Extract stateful parts of GrStrokeHardwareTessellator to helper class by Chris Dalton · 3 years, 9 months ago
  23. e8a1c01 Revert "Remove ARC from tools lib." by Jim Van Verth · 3 years, 9 months ago
  24. 4c4c80f Remove ARC from tools lib. by Jim Van Verth · 3 years, 9 months ago
  25. dced31f Change PromiseImage API to take GrContextThreadSafeProxy by Adlai Holler · 3 years, 9 months ago
  26. 6e88e04 Migrate convertSwizzle to Swizzle::Make. by John Stiles · 3 years, 9 months ago
  27. 4f78f23 give GrAtlasTextOp::Geometry a proper dtor by Herb Derby · 3 years, 9 months ago
  28. b7218c1 Remove deprecated magnifier filter header by Michael Ludwig · 3 years, 9 months ago
  29. e11168d GrStrokeHardwareTessellator cleanups by Chris Dalton · 3 years, 9 months ago
  30. d235b91 Remove GrStrokeHardwareTessellator::fCurrentPoint by Chris Dalton · 3 years, 9 months ago
  31. 54f0049 Move Constructor generation and type-coercion out of IRGenerator. by John Stiles · 3 years, 9 months ago
  32. 7b99343 Remove unused convexity code by Mike Reed · 3 years, 9 months ago
  33. ca107c9 Move strictES2Mode method to ProgramConfig. by John Stiles · 3 years, 9 months ago
  34. b2705a1 Replace AutoClear with SK_AT_SCOPE_EXIT. by John Stiles · 3 years, 9 months ago
  35. a443dc3 Reland "Remove (unused) gpuType from SkRuntimeEffect::Uniform" by Brian Osman · 3 years, 9 months ago
  36. 8d03eb0 Added DSL sk_SampleCoord var by Ethan Nicholas · 3 years, 9 months ago
  37. 24ec764 Fix directory path expansion for iOS bundles. by Jim Van Verth · 3 years, 9 months ago
  38. a844847 cache whole luma color filter by Mike Klein · 3 years, 9 months ago
  39. a50940d Delete deprecated SkLightingImageFilter header by Michael Ludwig · 3 years, 9 months ago
  40. af8db30 promote the runtime mixer CF to the only mixer CF by Mike Klein · 3 years, 9 months ago
  41. 82094cd Chain indirect stroke ops that have mismatched colors by Chris Dalton · 3 years, 9 months ago
  42. 1017a35 Add a dynamic color attrib to hw tessellated stroking by Chris Dalton · 3 years, 9 months ago
  43. fac4efc Don't use structured binding on the PathStroke struct by Chris Dalton · 3 years, 9 months ago
  44. 91bfda0 Rename SkImageSource to SkImageImageFilter by Michael Ludwig · 3 years, 9 months ago
  45. 9b7ad1b Migrate SwizzleComponent to be shared between SkSL::Swizzle and the DSL. by John Stiles · 3 years, 9 months ago
  46. 58ee898 Remove "buffer" modifier from SkSL by Brian Osman · 3 years, 9 months ago
  47. bfcd782 Use 8 or 16 bit state values in lexer, depending on # of states by Brian Osman · 3 years, 9 months ago
  48. 6b748e4 Reland "use a linked list for GrAtlasTextOp geometries" by Herb Derby · 4 years ago
  49. 17776e3 Move GrProxyProvider down to GrRecordingContext by Adlai Holler · 3 years, 9 months ago
  50. 51963d3 Remove "precision" from SkSL lexer by Brian Osman · 3 years, 9 months ago
  51. 9ca38ff Remove GLSL memory qualifiers from SkSL by Brian Osman · 3 years, 9 months ago
  52. 42582fc Add dynamic stroke attribs to tessellated stroking by Chris Dalton · 3 years, 9 months ago
  53. 9cb3f98 Remove PLS support from SkSL by Brian Osman · 3 years, 9 months ago
  54. e548dcb Delete deprecated SkDropShadowImageFilter header by Michael Ludwig · 3 years, 9 months ago
  55. c301cc7 Revert "split working-format filter into two parts" by Mike Klein · 3 years, 9 months ago
  56. 2c35076 Route Dawn shader compile errors through the error handler by Brian Osman · 3 years, 9 months ago
  57. 8b01c6d Enforce "C" locale when building shaders in Dawn by Brian Osman · 3 years, 9 months ago
  58. bde1eb6 Remove GrDirectContext::ComputeImageSize. Use SkImage::textureSize. by Brian Salomon · 3 years, 9 months ago
  59. d2a3912 Updated vulkan persistently mapped to work with new transfer type. by Greg Daniel · 3 years, 9 months ago
  60. 1d60c19 Rename SkDisplacementMapEffect to SkDisplacementMapImageFilter by Michael Ludwig · 3 years, 9 months ago
  61. 70e51e6 Enable printf warnings on SkSL::String. by John Stiles · 3 years, 9 months ago
  62. 9f8e9ec Converted GrConvexPolyEffect to SkSL DSL by Ethan Nicholas · 3 years, 9 months ago
  63. 0fdcaa5 Revert "Remove (unused) gpuType from SkRuntimeEffect::Uniform" by Mike Klein · 3 years, 9 months ago
  64. 6933774 Revert "use a linked list for GrAtlasTextOp geometries" by Robert Phillips · 3 years, 9 months ago
  65. 82a8130 use a linked list for GrAtlasTextOp geometries by Herb Derby · 4 years ago
  66. 2fe67f9 Disallow initializers on uniform variables by Brian Osman · 3 years, 9 months ago
  67. 5e603c3 Support global variables in pipeline stage generator by Brian Osman · 3 years, 9 months ago
  68. 5db699a split working-format filter into two parts by Mike Klein · 3 years, 9 months ago
  69. 973009b Clean up type coercion code and IRGenerator::checkValid(). by John Stiles · 3 years, 9 months ago
  70. d120464 Remove ProgramSettings from IRGenerator and the Inliner. by John Stiles · 3 years, 9 months ago
  71. a5ab63a Tweak GlobalVariables.rte test, and adjust .stage output by Brian Osman · 3 years, 9 months ago
  72. 6bba1bc impl WorkingFormatCF::getFlags() by Mike Klein · 3 years, 9 months ago
  73. 4635b5d Added assert to catch unbalanced DSL FP Start/Ends by Ethan Nicholas · 3 years, 9 months ago
  74. c057669 Support initializers on global variables in SkSL to SkVM by Brian Osman · 3 years, 9 months ago
  75. cc80a47 Remove (unused) gpuType from SkRuntimeEffect::Uniform by Brian Osman · 3 years, 9 months ago
  76. d50ccf2 Remove SK_USE_LEGACY_VK_ALLOCATOR_USAGE_NAMES code. by Greg Daniel · 3 years, 9 months ago
  77. 270cec2 Make program configuration accessible from the SkSL context. by John Stiles · 3 years, 9 months ago
  78. eeb30ae a few text blob and text op cleanups by Herb Derby · 3 years, 9 months ago
  79. fa648a1 Renamed DSL Ternary to Select by Ethan Nicholas · 3 years, 9 months ago
  80. 78a845a Remove declaration of obsolete runtime effect inlining API by Brian Osman · 3 years, 9 months ago
  81. f11898a Work around macOS 11 variation issue. by Ben Wagner · 3 years, 9 months ago
  82. 6e2dccb Runtime Effects: Disallow all operators on arrays or arrays-in-structs by Brian Osman · 3 years, 9 months ago
  83. 0584ac0 DSLWriter now cleans up the changes it makes to IRGenerator by Ethan Nicholas · 3 years, 9 months ago
  84. 3af656b SkSL DSL code is now automatically incorporated into the output by Ethan Nicholas · 3 years, 9 months ago
  85. 2bb5ef3 move rgb<->hsl sksl to common spot by Mike Klein · 3 years, 9 months ago
  86. e0d9b86 impl SkRuntimeColorFilter::getFlags() by Mike Klein · 3 years, 9 months ago
  87. fbc3a83 Don't simplify shapes at all before trying the stroke tessellator by Chris Dalton · 3 years, 9 months ago
  88. bf43df6 Delete compose image filter header by Michael Ludwig · 3 years, 9 months ago
  89. b66214e Add more tracing for SKSL compilation by Leon Scroggins · 3 years, 9 months ago
  90. dbd4e6f Move ProgramKind and ProgramSettings types out of SkSL::Program. by John Stiles · 3 years, 9 months ago
  91. 840f581 Added SkSL DSL SampleChild function by Ethan Nicholas · 3 years, 9 months ago
  92. 2478c70 Use current variation position in cloning typeface. by Ben Wagner · 3 years, 9 months ago
  93. ed76e81 Reenable Wdeprecated-copy-dtor by Brian Salomon · 3 years, 10 months ago
  94. 4599050 Convert Operators namespace to first-class Operator object. by John Stiles · 3 years, 9 months ago
  95. 73e2c89 Allow repeated params in Metal out-params helper. by John Stiles · 3 years, 9 months ago
  96. 72140a9 Delete deprecated color filter image filter header by Michael Ludwig · 3 years, 9 months ago
  97. 708dc4f Hide legacy imagefilters::image using filter-quality by Mike Reed · 3 years, 9 months ago
  98. c3e152b Fix type in Issue 11102: Add support for UWP compilation target by James Clarke · 3 years, 9 months ago
  99. 7a2ff98 clean up SK_SUPPORT_LEGACY_RUNTIME_EFFECTS by Mike Klein · 3 years, 9 months ago
  100. 4f065e2 Revert "Performance experiment: Disable SkSL optimization in nanobench/skpbench" by Brian Osman · 3 years, 9 months ago