1. 1e7b2e5 Re-enable ccpr clipping for small paths by Chris Dalton · 3 years, 10 months ago
  2. 4d7ac49 Declare outputColor and outputCoverage inside emitCode. by John Stiles · 3 years, 10 months ago
  3. 38847cd Remove unnecessary scope from fragment shaders. by John Stiles · 3 years, 10 months ago
  4. be6cbf3 Disable constant-variable substitution when optimization is off. by John Stiles · 3 years, 10 months ago
  5. 0dd1a77 Add noinline keyword to SkSL. by John Stiles · 3 years, 10 months ago
  6. da076e9 Roll Chromium from 5d94010048eb to 9bc5c82512d2 (404 revisions) by skia-autoroll · 3 years, 10 months ago
  7. 44fb2f3 Roll ANGLE from 9bc9ac8df8df to c054008f9efb (16 revisions) by skia-autoroll · 3 years, 10 months ago
  8. beb62fb Roll Dawn from 010fd1a8d7c7 to 6d4617a2d28d (3 revisions) by skia-autoroll · 3 years, 10 months ago
  9. cc1cbcf Revert "Reland "cache the creation of one GrAtlasTextOp"" by Herb Derby · 3 years, 10 months ago
  10. dc3d678 Reland "cache the creation of one GrAtlasTextOp" by Herb Derby · 3 years, 11 months ago
  11. 86e8553 Test that we propagate 'const' to the GPU backend of runtime effects by Brian Osman · 3 years, 10 months ago
  12. a5c9058 Consistently fail writePixels when rowbytes not a multiple of bpp by Michael Ludwig · 3 years, 10 months ago
  13. 7d195ff Cache precompiled MSL shaders. by Jim Van Verth · 3 years, 10 months ago
  14. c3ce43b Replace the vector<Statement> in SwitchCase with a Block. by John Stiles · 3 years, 10 months ago
  15. 24c1772 Fixed an issue with DSL includes by Ethan Nicholas · 3 years, 10 months ago
  16. 6447784 encapsulate GrTextBlob::Key creation into Key::Make by Herb Derby · 3 years, 10 months ago
  17. 5be0eca Remove a few unneeded retain & autoreleases from Metal by Adlai Holler · 3 years, 10 months ago
  18. 0408afc Fix GrGpuBuffer::onRelease() crash problem. by Peng Huang · 3 years, 10 months ago
  19. 63fe8e5 move subrun creation to GrTextBlob::Make by Herb Derby · 3 years, 10 months ago
  20. 01cb243 Always make unarchived SkMatrices thread-safe by Adlai Holler · 3 years, 10 months ago
  21. 6cb17ea Fix stencil format mismatch in GrMtlPipelineState creation. by Jim Van Verth · 3 years, 10 months ago
  22. b14b636 Added unary + and - DSL operators by Ethan Nicholas · 3 years, 10 months ago
  23. a850a4a Roll ANGLE from 9bc86c50f283 to 9bc9ac8df8df (11 revisions) by skia-autoroll · 3 years, 10 months ago
  24. 7d749cd Roll Chromium from 5cd489ad4ec5 to 5d94010048eb (4448 revisions) by skia-autoroll · 3 years, 10 months ago
  25. 2f37f2c Roll SwiftShader from de7d5775ab25 to 023914a27b63 (2 revisions) by skia-autoroll · 3 years, 10 months ago
  26. 043a737 GrResourceAllocator: cleanup after failed instantiation by Adlai Holler · 3 years, 10 months ago
  27. 1cf5681 Remove supported for (removed) inheriting paint filter-quality by Mike Reed · 3 years, 10 months ago
  28. 5676c57 Optimize away self-comparison in the constant folder. by John Stiles · 3 years, 10 months ago
  29. 7a3f550 Performance experiment: disable control-flow analysis. by John Stiles · 3 years, 10 months ago
  30. c8e31ea GrTextBlob: remove unused hash function; add key() api by Herb Derby · 3 years, 10 months ago
  31. a085cd8 Flatten constant switches at IR generation time. by John Stiles · 3 years, 10 months ago
  32. 19fd514 Simplify GrResourceAllocator API by Adlai Holler · 3 years, 10 months ago
  33. 06d600f Add Convert/Make factory functions to FieldAccess. by John Stiles · 3 years, 10 months ago
  34. ece1bf0 Avoid unnecessary copies of AST objects. by John Stiles · 3 years, 10 months ago
  35. 9ff7eef Rename SampleCCPRGeometry.cpp -> SampleStrokeVerb.cpp by Chris Dalton · 3 years, 10 months ago
  36. 7247b48 Add shader optimization level toggles to Viewer. by John Stiles · 3 years, 10 months ago
  37. 41d47ce Pre-cache matrix type in SkMatrixImageFilter by Adlai Holler · 3 years, 10 months ago
  38. 51d3398 Add Convert/Make factory functions to IndexExpression. by John Stiles · 3 years, 10 months ago
  39. 4414f87 Revert the workaround for missing ICU API ubrk_safeClone by Julia Lavrova · 3 years, 11 months ago
  40. 3fa0cda SkPictureShader::asFragmentProcessor should recreate proxy for resource. by Brian Salomon · 3 years, 10 months ago
  41. d60ecb7 [canvaskit] Remove unreliable perf jobs. by Kevin Lubick · 3 years, 10 months ago
  42. a0178b2 Remove DEPS on shaderc and glslang by Corentin Wallez · 3 years, 10 months ago
  43. 9196a08 Roll Dawn from 95034f6528d4 to 010fd1a8d7c7 (1 revision) by skia-autoroll · 3 years, 10 months ago
  44. 0530e52 Roll SwiftShader from 6846389f25ca to de7d5775ab25 (1 revision) by skia-autoroll · 3 years, 10 months ago
  45. 5e13120 Roll ANGLE from fe2efefac498 to 9bc86c50f283 (15 revisions) by skia-autoroll · 3 years, 10 months ago
  46. c70f8c3 Using non-breaking spaces as a hint to break too long words by Julia Lavrova · 3 years, 10 months ago
  47. 07ee548 Remove legacy picture-shader impl by Mike Reed · 3 years, 10 months ago
  48. 5f2932e Skip "~path" tests on Pixel5 by Chris Dalton · 3 years, 10 months ago
  49. 1314913 Update SKP version by skia-recreate-skps · 3 years, 10 months ago
  50. 00d6cf4 Reland "Have GrVkRenderTarget only use GrVkAttachments and not derive from GrVkImage." by Greg Daniel · 3 years, 10 months ago
  51. 8f440b4 Optimize away no-op arithmetic in ConstantFolder. by John Stiles · 3 years, 10 months ago
  52. cc13b35 Reland "Use analytic AA in FillRRectOp even if the target has MSAA" by Chris Dalton · 3 years, 10 months ago
  53. 9ef3f2e Revert "Have GrVkRenderTarget only use GrVkAttachments and not derive from GrVkImage." by Greg Daniel · 3 years, 10 months ago
  54. 83eed35 SkShaper_coretext correct dependencies. by Ben Wagner · 3 years, 10 months ago
  55. 8ef4d6c Add Viewer checkbox to toggle Control-Flow Analysis. by John Stiles · 3 years, 10 months ago
  56. a8f6b6f Update Shaders tab in Viewer. by John Stiles · 3 years, 10 months ago
  57. fe5d692 DSL var values are now specified at construction time rather than in Declare by Ethan Nicholas · 3 years, 10 months ago
  58. e3aec3c Revert "Use analytic AA in FillRRectOp even if the target has MSAA" by Chris Dalton · 3 years, 10 months ago
  59. e23c03d Make program key descriptions available in release builds by Brian Osman · 3 years, 10 months ago
  60. 6fb520f Improve optimization of prefix expressions at IR time. by John Stiles · 3 years, 10 months ago
  61. 28054ad Optimize ternary tests that check a const variable. by John Stiles · 3 years, 10 months ago
  62. 3dc6c19 Have GrVkRenderTarget only use GrVkAttachments and not derive from GrVkImage. by Greg Daniel · 3 years, 10 months ago
  63. f04e09c Optimize Swizzles inside Swizzle::Make. by John Stiles · 3 years, 10 months ago
  64. d63638b Copy on write for wrapped backend texture surfaces. by Brian Salomon · 3 years, 10 months ago
  65. cad44bc Use analytic AA in FillRRectOp even if the target has MSAA by Chris Dalton · 3 years, 10 months ago
  66. 319565a Clean up prev experiment. by Mike Reed · 3 years, 10 months ago
  67. a42ed48 Fix a double free problem in YCbCrImageGM::createYCbCrImage() by Peng Huang · 3 years, 10 months ago
  68. bf2dd2a Reland "rename GrSDFTOptions to GrSDFTControl" by Herb Derby · 3 years, 10 months ago
  69. b9e4f64 Simplify constructors at IR generation time. by John Stiles · 3 years, 10 months ago
  70. 0404933 Remove CFG-based check for missing value-returns. by John Stiles · 3 years, 10 months ago
  71. 532138c Restore 'medPrecision' label in ellipse effect FP. by John Stiles · 3 years, 10 months ago
  72. 48bfa48 Revert "cache the creation of one GrAtlasTextOp" by Mike Reed · 3 years, 10 months ago
  73. 9edff53 Revert "rename GrSDFTOptions to GrSDFTControl" by Mike Reed · 3 years, 10 months ago
  74. 606a9ab8 Revert "add noexcept to GrAtlasTextOp delete" by Mike Reed · 3 years, 10 months ago
  75. 994a571 Roll Dawn from 637d947937b7 to 95034f6528d4 (8 revisions) by skia-autoroll · 3 years, 10 months ago
  76. d42fe06 Roll ANGLE from 90db604919ba to fe2efefac498 (14 revisions) by skia-autoroll · 3 years, 10 months ago
  77. 324e083 Roll SwiftShader from 084529f3a9b9 to 6846389f25ca (1 revision) by skia-autoroll · 3 years, 10 months ago
  78. 3b58d38 Upscaling demo by Mike Reed · 3 years, 10 months ago
  79. 6ba242d add noexcept to GrAtlasTextOp delete by Herb Derby · 3 years, 10 months ago
  80. c8d836f Fix copy-paste error in prim-proc attribute key generation by Brian Osman · 3 years, 10 months ago
  81. b3dcbb1 Detect functions that fail to return a value, without using CFG. by John Stiles · 3 years, 10 months ago
  82. daed259 Made SkSL DSL into public API by Ethan Nicholas · 3 years, 10 months ago
  83. ff83dda Cache image behind picture-shader by Mike Reed · 3 years, 10 months ago
  84. 3316796 Cleanup and reorganize GrProgramDesc::Build and key layout by Brian Osman · 3 years, 10 months ago
  85. 9b660ef Reformat generated files with bin-packing off. by John Stiles · 3 years, 10 months ago
  86. 40a9061 rename GrSDFTOptions to GrSDFTControl by Herb Derby · 3 years, 10 months ago
  87. 4b1fb7c cache the creation of one GrAtlasTextOp by Herb Derby · 3 years, 11 months ago
  88. b2045a3 make runtime effect caching opt-in and private by Mike Klein · 3 years, 10 months ago
  89. be2bc7c no more bin packing in .clang-format by Brian Salomon · 3 years, 10 months ago
  90. 2b6ec98 Disallow unscoped for blocks which declare a variable. by John Stiles · 3 years, 10 months ago
  91. ef3725f Remove a level of indirection with GrProcessorKeyBuilder by Brian Osman · 3 years, 10 months ago
  92. 03467a5 Revert "Disable control-flow analysis in SkSL. (Performance experiment)" by John Stiles · 3 years, 10 months ago
  93. a0e56e3 Allow ProgramVisitor::visitStatement to receive SwitchCase statements. by John Stiles · 3 years, 11 months ago
  94. 48d7f7c Add new style key information to several core effects by Brian Osman · 3 years, 11 months ago
  95. 962708f GrGlGpu::ProgramCache no longer holds a GrGlGpu back pointer by Robert Phillips · 3 years, 11 months ago
  96. b9bd12d Clarify how we decide the bitdepth for picture-shader by Mike Reed · 3 years, 10 months ago
  97. 55aaefe Reland "Support sharing promise images between DDLs" by Adlai Holler · 3 years, 11 months ago
  98. 4b9f428 Roll ANGLE from 1de8b5a697e7 to 90db604919ba (11 revisions) by skia-autoroll · 3 years, 11 months ago
  99. 21c8ad6 Roll Dawn from f9d75ead9e2d to 637d947937b7 (4 revisions) by skia-autoroll · 3 years, 11 months ago
  100. f3a4645 Roll SwiftShader from 106e01583a3a to 084529f3a9b9 (1 revision) by skia-autoroll · 3 years, 11 months ago