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