1. 106e0cd Increase GetLoopUnrollInfo loop-count limit to 100,000. by John Stiles · 3 years ago
  2. 41a6ace Have vulkan copy commands take attachments instead of images. by Greg Daniel · 3 years ago
  3. 3272412 Switched DSL error handling from const char* to string_view by Ethan Nicholas · 3 years ago
  4. 983ae86 Only treat PNG_COLOR_TYPE_RGB as 565 by Derek Sollenberger · 3 years ago
  5. 2a3ee58 Metal: Set up discardable MSAA. by Jim Van Verth · 3 years ago
  6. 7d64a03 Disable UBSAN overflow detection in SkVM. by John Stiles · 3 years ago
  7. 7efdc8f Reland "Metal: add loadMSAAFromResolve support." by Jim Van Verth · 3 years ago
  8. 6763e7c Remove unused vk tiling param from memory allocating/freeing. by Greg Daniel · 3 years ago
  9. d5bd2df Silence unused-variable warning for layerHeight. by John Stiles · 3 years ago
  10. 09961b5 [COLRv1] Fix blending and compositing by Dominik Röttsches · 3 years ago
  11. 3ff77f4 Fix inliner bug discovered by fuzzer. by John Stiles · 3 years ago
  12. 826468f Optimize dead-code elimination in SkVM. by John Stiles · 3 years ago
  13. 360db87 Fix line numbers of several DSLParser errors by Ethan Nicholas · 3 years ago
  14. c3a0c8e Perform rect+path clip intersection in-place by Michael Ludwig · 3 years ago
  15. 0ed278b Flip the switch to activate DSLParser by Ethan Nicholas · 3 years ago
  16. 678ec71 Added DSL modifiers declarations by Ethan Nicholas · 3 years ago
  17. 33e0f9a Remove SkSL shade/blend/filter intrinsics by Brian Osman · 3 years ago
  18. 642215e Added DSL extension support by Ethan Nicholas · 3 years ago
  19. cbfa34a Convert internal SkSL to use .eval() by Brian Osman · 3 years ago
  20. 9d82e61 Only perform unrolled-size check on valid code. by John Stiles · 3 years ago
  21. 36ddccc Remove unnecessary [[maybe_unused]]. by John Stiles · 3 years ago
  22. b6c29c7 Initialize class variables at construction time. by John Stiles · 3 years ago
  23. e780d6b Revert "Metal: add loadMSAAFromResolve support." by Florin Malita · 3 years ago
  24. 3099f79 SkSL: Add support for method calls on effect objects by Brian Osman · 3 years ago
  25. b61a243 Refactored swizzle domain testing by Ethan Nicholas · 3 years ago
  26. 7deee71 Remove recursion from SkVM dead-code elimination. by John Stiles · 3 years ago
  27. c3dce03 Remove deprecated WebGPU blend factors by Brandon Jones · 3 years ago
  28. 2af4b13 Reject programs which exceed 50 stack frames during size analysis. by John Stiles · 3 years ago
  29. 833cd20 Fixed DSL struct nesting check by Ethan Nicholas · 3 years ago
  30. 98ddea0 Report recursion from within CheckProgramUnrolledSize. by John Stiles · 3 years ago
  31. 6475b10 Restructure CheckProgramUnrolledSize to support cycle detection. by John Stiles · 3 years ago
  32. 9f82158 Metal: add loadMSAAFromResolve support. by Jim Van Verth · 3 years ago
  33. 517f4ff Added type security checks to the DSL by Ethan Nicholas · 3 years ago
  34. 79ff8f2 Metal: re-enable retained references. by Jim Van Verth · 3 years ago
  35. 6b4f68b Added line numbers to some DSLParser errors that were missing them by Ethan Nicholas · 3 years ago
  36. 38ccf67 Fixed line number of DSLParser struct errors by Ethan Nicholas · 3 years ago
  37. b9c6489 Fixed 'destroyed without being declared' error in DSLParser by Ethan Nicholas · 3 years ago
  38. 61e5e20 Enforce an upper bound on Runtime Effect program size. by John Stiles · 3 years ago
  39. a97ad0f Stop requiring RTAdjust var when it is an interface block field by Ethan Nicholas · 3 years ago
  40. fbf0214 Move more Ops to skgpu::v1 namespace by Robert Phillips · 3 years ago
  41. a248a9a Added line numbers to DSLParser type errors by Ethan Nicholas · 3 years ago
  42. 709ecd5 Made another DSLParser error non-fatal by Ethan Nicholas · 3 years ago
  43. 0459a93 Made out-of-bounds literals non-fatal errors in DSLParser by Ethan Nicholas · 3 years ago
  44. 2ecc595 Migrate program finalization logic out of IRGenerator. by John Stiles · 3 years ago
  45. 98eae1e Moved DetectVarDeclarationWithoutScope out of IRGenerator by Ethan Nicholas · 3 years ago
  46. 46d7bd5 Move more Ops to skgpu::v1 namespace (take 2) by Robert Phillips · 3 years ago
  47. 0fc6bed Move VerifyStaticTests from Compiler to Analysis. by John Stiles · 3 years ago
  48. d2f53f9 Move more Ops to skgpu::v1 namespace by Robert Phillips · 3 years ago
  49. ad284fe Made DSLParser 'expected expression' a fatal error by Ethan Nicholas · 3 years ago
  50. 5fe828a Revert "Move more Ops to skgpu::v1 namespace" by Robert Phillips · 3 years ago
  51. 600481f Made position parameter of DSL ReportErrors required by Ethan Nicholas · 3 years ago
  52. f3158ab Move more Ops to skgpu::v1 namespace by Robert Phillips · 3 years ago
  53. fd1ff92 Made DSLType::Array return poison on error by Ethan Nicholas · 3 years ago
  54. 51b4b86 Improve DSL error reporting with invalid array sizes by Ethan Nicholas · 3 years ago
  55. 9667235 Use Type::convertArraySize from DSL for error detection by Ethan Nicholas · 3 years ago
  56. 5cec187 Fix array timeout discovered by the fuzzer. by John Stiles · 3 years ago
  57. 0c8a598 Improved DSL Struct error reporting by Ethan Nicholas · 3 years ago
  58. 3b20489 Add FunctionDefinition::Convert for creating function definitions. by John Stiles · 3 years, 1 month ago
  59. 0e32aa8 Rename some GrD3DTypes* header files. by Greg Daniel · 3 years ago
  60. be8f73d Improved error reporting in DSLParser::swizzle by Ethan Nicholas · 3 years, 1 month ago
  61. c898d04 Made IsAssignableVisitor ignore Poison values by Ethan Nicholas · 3 years, 1 month ago
  62. ebb451d Reland "Simplify SkRasterClip now that it's only intersect/diff" by Michael Ludwig · 3 years ago
  63. a8b897b Remove blend and colorFilter sksl modules by Brian Osman · 3 years ago
  64. 0d45655 Metal: Remove unused variable by Jim Van Verth · 3 years ago
  65. f8f1fa0 Stop DSLParser from continuing after an invalid token by Ethan Nicholas · 3 years ago
  66. 2763323 Fixed DSL handling of struct field modifiers by Ethan Nicholas · 3 years ago
  67. e110f6e Improve DSLParser error recovery with interface blocks by Ethan Nicholas · 3 years ago
  68. c89ebe3 Fix EmptyStruct test in DSLParser by Ethan Nicholas · 3 years, 1 month ago
  69. 772061e Added DSL error for opaque types in structs by Ethan Nicholas · 3 years, 1 month ago
  70. 79c8899 Fix error with allocating arrays from DSLParser by Ethan Nicholas · 3 years, 1 month ago
  71. df803aa Added positions to DSLParser layout processing by Ethan Nicholas · 3 years ago
  72. 9c975c5 Store loop-unroll information inside ForStatement. by John Stiles · 3 years ago
  73. aa008bc Avoid integer overflow in area calculation for SkRect::Subtract by Michael Ludwig · 3 years ago
  74. ace470b Make IRGenerator::call propagate poison by Ethan Nicholas · 3 years ago
  75. 6f20b8d Added line numbers to DSLParser errors by Ethan Nicholas · 3 years ago
  76. 9a0302c Revert "Simplify SkRasterClip now that it's only intersect/diff" by Robert Phillips · 3 years ago
  77. cadd5db Move three Op-derived classes to the skgpu::v1 namespace by Robert Phillips · 3 years ago
  78. 5d97a96 DSLParser now tracks parse errors separately from semantic errors by Ethan Nicholas · 3 years ago
  79. 2055cb2 Metal: fix RenderCommandEncoder compatibility check. by Jim Van Verth · 3 years ago
  80. f89a812 Fix flaws in minus-prefix optimization. by John Stiles · 3 years ago
  81. 75bab92 Simplify SkRasterClip now that it's only intersect/diff by Michael Ludwig · 3 years, 1 month ago
  82. a85560a Work around divide-by-zero UBSAN errors in intrinsic optimization. by John Stiles · 3 years ago
  83. 31f7631 Move GrAtlasTextOp to skgpu::v1 namespace by Robert Phillips · 3 years, 1 month ago
  84. 2145390 Move GrTextureOp to skgpu::v1 namespace by Robert Phillips · 3 years, 1 month ago
  85. 5c4463e Fixed DSLParser code rot by Ethan Nicholas · 3 years ago
  86. f8a9658 Disable vulkan dmsaa on early adrenos. by Greg Daniel · 3 years ago
  87. 3be00e9 Enable support for vulkan dmsaa in caps. by Greg Daniel · 3 years, 1 month ago
  88. 494eb3e Refactored IRGenerator::convertInterfaceBlock by Ethan Nicholas · 3 years, 1 month ago
  89. b42c383 Remove support for unsized arrays by Brian Osman · 3 years, 1 month ago
  90. 7bd3f1c Fix fuzzer-discovered assertion with global variables. by John Stiles · 3 years, 1 month ago
  91. c7774a7 Switched SymbolTable.fErrorReporter over to .fContext by Ethan Nicholas · 3 years, 1 month ago
  92. 8ff0394 Treat uninvoked external-function-references as errors. by John Stiles · 3 years, 1 month ago
  93. 99ddd2a Remove (unused) geometry shader support by Brian Osman · 3 years, 1 month ago
  94. 8d13084 Migrate function-body finalization out of IRGenerator. by John Stiles · 3 years, 1 month ago
  95. c26cf6c Guard against width/height overflow in SkIRect::subtract by Michael Ludwig · 3 years, 1 month ago
  96. 842ee5b Fix assertion when calling a built-in function at global scope. by John Stiles · 3 years, 1 month ago
  97. 537c8a7 Fix assertion when returning intermediate types. by John Stiles · 3 years, 1 month ago
  98. bb8cf58 Fix invalid variable ref-kind discovered by fuzzer. by John Stiles · 3 years, 1 month ago
  99. cb54758 fix aligned delete missing symbol by Herb Derby · 3 years, 1 month ago
  100. 3b0d350 Disallow function parameters in VarDeclaration statements. by John Stiles · 3 years, 1 month ago