1. fe5d692 DSL var values are now specified at construction time rather than in Declare by Ethan Nicholas · 3 years, 8 months ago
  2. e3aec3c Revert "Use analytic AA in FillRRectOp even if the target has MSAA" by Chris Dalton · 3 years, 8 months ago
  3. e23c03d Make program key descriptions available in release builds by Brian Osman · 3 years, 8 months ago
  4. 6fb520f Improve optimization of prefix expressions at IR time. by John Stiles · 3 years, 8 months ago
  5. 28054ad Optimize ternary tests that check a const variable. by John Stiles · 3 years, 8 months ago
  6. 3dc6c19 Have GrVkRenderTarget only use GrVkAttachments and not derive from GrVkImage. by Greg Daniel · 3 years, 8 months ago
  7. f04e09c Optimize Swizzles inside Swizzle::Make. by John Stiles · 3 years, 8 months ago
  8. d63638b Copy on write for wrapped backend texture surfaces. by Brian Salomon · 3 years, 8 months ago
  9. cad44bc Use analytic AA in FillRRectOp even if the target has MSAA by Chris Dalton · 3 years, 8 months ago
  10. 319565a Clean up prev experiment. by Mike Reed · 3 years, 8 months ago
  11. a42ed48 Fix a double free problem in YCbCrImageGM::createYCbCrImage() by Peng Huang · 3 years, 8 months ago
  12. bf2dd2a Reland "rename GrSDFTOptions to GrSDFTControl" by Herb Derby · 3 years, 8 months ago
  13. b9e4f64 Simplify constructors at IR generation time. by John Stiles · 3 years, 8 months ago
  14. 0404933 Remove CFG-based check for missing value-returns. by John Stiles · 3 years, 8 months ago
  15. 532138c Restore 'medPrecision' label in ellipse effect FP. by John Stiles · 3 years, 8 months ago
  16. 48bfa48 Revert "cache the creation of one GrAtlasTextOp" by Mike Reed · 3 years, 8 months ago
  17. 9edff53 Revert "rename GrSDFTOptions to GrSDFTControl" by Mike Reed · 3 years, 8 months ago
  18. 606a9ab8 Revert "add noexcept to GrAtlasTextOp delete" by Mike Reed · 3 years, 8 months ago
  19. 994a571 Roll Dawn from 637d947937b7 to 95034f6528d4 (8 revisions) by skia-autoroll · 3 years, 8 months ago
  20. d42fe06 Roll ANGLE from 90db604919ba to fe2efefac498 (14 revisions) by skia-autoroll · 3 years, 8 months ago
  21. 324e083 Roll SwiftShader from 084529f3a9b9 to 6846389f25ca (1 revision) by skia-autoroll · 3 years, 8 months ago
  22. 3b58d38 Upscaling demo by Mike Reed · 3 years, 8 months ago
  23. 6ba242d add noexcept to GrAtlasTextOp delete by Herb Derby · 3 years, 8 months ago
  24. c8d836f Fix copy-paste error in prim-proc attribute key generation by Brian Osman · 3 years, 8 months ago
  25. b3dcbb1 Detect functions that fail to return a value, without using CFG. by John Stiles · 3 years, 8 months ago
  26. daed259 Made SkSL DSL into public API by Ethan Nicholas · 3 years, 8 months ago
  27. ff83dda Cache image behind picture-shader by Mike Reed · 3 years, 8 months ago
  28. 3316796 Cleanup and reorganize GrProgramDesc::Build and key layout by Brian Osman · 3 years, 8 months ago
  29. 9b660ef Reformat generated files with bin-packing off. by John Stiles · 3 years, 8 months ago
  30. 40a9061 rename GrSDFTOptions to GrSDFTControl by Herb Derby · 3 years, 8 months ago
  31. 4b1fb7c cache the creation of one GrAtlasTextOp by Herb Derby · 3 years, 8 months ago
  32. b2045a3 make runtime effect caching opt-in and private by Mike Klein · 3 years, 8 months ago
  33. be2bc7c no more bin packing in .clang-format by Brian Salomon · 3 years, 8 months ago
  34. 2b6ec98 Disallow unscoped for blocks which declare a variable. by John Stiles · 3 years, 8 months ago
  35. ef3725f Remove a level of indirection with GrProcessorKeyBuilder by Brian Osman · 3 years, 8 months ago
  36. 03467a5 Revert "Disable control-flow analysis in SkSL. (Performance experiment)" by John Stiles · 3 years, 8 months ago
  37. a0e56e3 Allow ProgramVisitor::visitStatement to receive SwitchCase statements. by John Stiles · 3 years, 8 months ago
  38. 48d7f7c Add new style key information to several core effects by Brian Osman · 3 years, 8 months ago
  39. 962708f GrGlGpu::ProgramCache no longer holds a GrGlGpu back pointer by Robert Phillips · 3 years, 8 months ago
  40. b9bd12d Clarify how we decide the bitdepth for picture-shader by Mike Reed · 3 years, 8 months ago
  41. 55aaefe Reland "Support sharing promise images between DDLs" by Adlai Holler · 3 years, 8 months ago
  42. 4b9f428 Roll ANGLE from 1de8b5a697e7 to 90db604919ba (11 revisions) by skia-autoroll · 3 years, 8 months ago
  43. 21c8ad6 Roll Dawn from f9d75ead9e2d to 637d947937b7 (4 revisions) by skia-autoroll · 3 years, 8 months ago
  44. f3a4645 Roll SwiftShader from 106e01583a3a to 084529f3a9b9 (1 revision) by skia-autoroll · 3 years, 8 months ago
  45. 4db5726 Bail if context creation fails in FuzzDDLThreadingGL by Adlai Holler · 3 years, 8 months ago
  46. e4ef35c add matrix compare to text blob key by Herb Derby · 3 years, 8 months ago
  47. 4633c91 # Enter a description of the change. by John Stiles · 3 years, 8 months ago
  48. 50b1b2b Disable control-flow analysis in SkSL. (Performance experiment) by John Stiles · 3 years, 8 months ago
  49. 84ded4d Implement GrMtlGpu::compile(). by Jim Van Verth · 3 years, 8 months ago
  50. 7e685f0 Revert "Migrate if-statement simplifyStatement logic to IfStatement::Make." by John Stiles · 3 years, 8 months ago
  51. 4c59437 Emit new style key information in generated effects by Brian Osman · 3 years, 8 months ago
  52. 9e1ef99 fm: Make --writeShaders dump fragment, vertex, and key files by Brian Osman · 3 years, 8 months ago
  53. dc41f59 update FM service account by Mike Klein · 3 years, 8 months ago
  54. db6ad65 Add Enum::foreach(), change EnumValue to return SKSL_INT by Brian Osman · 3 years, 8 months ago
  55. 46d9bb2 do not b.expiration(...) for FM by Mike Klein · 3 years, 8 months ago
  56. e4da7b6 Migrate if-statement simplifyStatement logic to IfStatement::Make. by John Stiles · 3 years, 8 months ago
  57. f0de96f Reland "Redesign program key construction" by Brian Osman · 3 years, 8 months ago
  58. ae67c52 Add GrThreadSafePipelineBuilder by Robert Phillips · 3 years, 8 months ago
  59. 2dda50d Add return-value check to the function finalizer. by John Stiles · 3 years, 8 months ago
  60. 874b3fb Add more clarity to why we use GrWrapCacheable::kYes in AHWB generator. by Brian Salomon · 3 years, 8 months ago
  61. 23521a8 Add Convert factory function to SkSL IRNodes. by John Stiles · 3 years, 8 months ago
  62. 2c760cc Add MakeTexture factory to GrVkAttachment. by Greg Daniel · 3 years, 8 months ago
  63. ba52c91 Make GPU image lazy size calculation thread-safe by Adlai Holler · 3 years, 8 months ago
  64. a1e30a3 [canvaskit] Update all demos to use full version from 0.25.0 by Kevin Lubick · 3 years, 8 months ago
  65. 9ad0982 encapsulate GrSDFTOptions better by Herb Derby · 3 years, 8 months ago
  66. 158cab5 track flags in a map by Mike Klein · 3 years, 8 months ago
  67. 6d25f9d Fix downsampled blur with clamp mode. by Brian Salomon · 3 years, 8 months ago
  68. e1a7284 Enable reduceOpsTaskSplitting on select bots by Adlai Holler · 3 years, 8 months ago
  69. acf2650 Revert "Redesign program key construction" by Brian Osman · 3 years, 8 months ago
  70. 73518c4 Roll ANGLE from 6b6da203cce0 to 1de8b5a697e7 (8 revisions) by skia-autoroll · 3 years, 8 months ago
  71. c2525a2 Roll Dawn from fbda46da44a0 to f9d75ead9e2d (4 revisions) by skia-autoroll · 3 years, 8 months ago
  72. bbbf1a7 Redesign program key construction by Brian Osman · 3 years, 8 months ago
  73. e80e169 Add GetConstantValueForVariable to constant-folder. by John Stiles · 3 years, 8 months ago
  74. 12e760e simplify check_integer_translate's API by Herb Derby · 3 years, 8 months ago
  75. 587efae Handle pipeline creation failure in Dawn by Brian Osman · 3 years, 8 months ago
  76. e0baf60 Add Texture usage to GrAttachment. by Greg Daniel · 3 years, 8 months ago
  77. 4113057 Fix use-after-free in SkSL DSL by Ethan Nicholas · 3 years, 8 months ago
  78. 46f4497 Add const to SkSL layout keys. by John Stiles · 3 years, 8 months ago
  79. bc4a36a add --race to FM by Mike Klein · 3 years, 8 months ago
  80. b7b9a23 Treat control codepoints as resolved by Julia Lavrova · 3 years, 8 months ago
  81. 35906e0 Store push constants setting in persistent cache. by Jim Van Verth · 3 years, 8 months ago
  82. 6cac02f add missing failStep() by Mike Klein · 3 years, 8 months ago
  83. a9e62e8 add flags for clipping to FM by Mike Klein · 3 years, 8 months ago
  84. 786d42c Improve comments for Analysis::IsSelfAssignment. by John Stiles · 3 years, 8 months ago
  85. 036ba86 Enable dithering in more situations by using raster pipeline by Nathaniel Nifong · 3 years, 8 months ago
  86. dc4f8cd Add early_fragment_tests layout qualifier to SkSL by Brian Osman · 3 years, 8 months ago
  87. db8340f scope AutoreleasePool tightly by Mike Klein · 3 years, 8 months ago
  88. d863ae5 [skottie] Fractal noise 'fractal type' support by Florin Malita · 3 years, 8 months ago
  89. 00f1276 [SkottieView] call onAnimationEnd listeners after finished repeating by Jorge Betancourt · 3 years, 8 months ago
  90. 2d2c4f0 Interactive toy for custom image sampling by Mike Reed · 3 years, 8 months ago
  91. c7206cc Revert "Reland "Reland "export SkRuntimeShaderBuilder""" by Brian Osman · 3 years, 8 months ago
  92. 232b4ce Allow ForLoopIsValidForES2 to run before creating a ForStatement. by John Stiles · 3 years, 8 months ago
  93. 0676317 [canvaskit] Deploy 0.25.0 by Kevin Lubick · 3 years, 8 months ago
  94. e32ace7 Roll ANGLE from a6d4623970ed to 6b6da203cce0 (9 revisions) by skia-autoroll · 3 years, 8 months ago
  95. d29e500 Roll Dawn from 60d6d0acd6e2 to fbda46da44a0 (7 revisions) by skia-autoroll · 3 years, 8 months ago
  96. 6780898 Remove reliance on constant propagation from Ellipse effect. by John Stiles · 3 years, 8 months ago
  97. 2960b6a Reland "Reland "export SkRuntimeShaderBuilder"" by Mike Klein · 3 years, 8 months ago
  98. 95d0bad Support self-assignment elimination in the constant-folder. by John Stiles · 3 years, 8 months ago
  99. e2aec43 Convert IRGenerator::convertBinaryExpr to BinaryExpr::Make. by John Stiles · 3 years, 8 months ago
  100. f1af57c Revert "Reland "export SkRuntimeShaderBuilder"" by Mike Klein · 3 years, 8 months ago