1. 1ab7ff6 [graphite] Clean up bitwise operators for enum masks by Chris Dalton · 2 years, 9 months ago
  2. c845272 Broke DSLWriter into two separate classes by Ethan Nicholas · 2 years, 9 months ago
  3. e47c5d1 [graphite] Add TextureProxy support. by Greg Daniel · 2 years, 9 months ago
  4. 042a197 Migrate compiler elimination passes to Transform. by John Stiles · 2 years, 9 months ago
  5. 2aff315 [graphite] Add Shape variant over path, rect, rrect, convex poly by Michael Ludwig · 2 years, 9 months ago
  6. 2dfbf99 Migrate IsConstantExpression out of SkSLAnalysis. by John Stiles · 2 years, 9 months ago
  7. 2153a87 Migrate GetLoopUnrollInfo out of SkSLAnalysis. by John Stiles · 2 years, 9 months ago
  8. 8db7cd0 Migrate CanExitWithoutReturningValue out of SkSLAnalysis. by John Stiles · 2 years, 9 months ago
  9. a7827d6 Migrate EliminateDeadLocalVariables into Transform. by John Stiles · 2 years, 9 months ago
  10. 7176637 Migrate EliminateUnreachableCode into Transform. by John Stiles · 2 years, 9 months ago
  11. da4bcb6 Migrate ProgramUsage out of SkSLAnalysis. by John Stiles · 2 years, 9 months ago
  12. a272914 Add SkSL prefix to SwitchCaseContainsExit filename. by John Stiles · 2 years, 9 months ago
  13. b691ce4 Migrate `CheckProgramUnrolledSize` out of SkSLAnalysis. by John Stiles · 2 years, 9 months ago
  14. a1b44b7 Migrate `SwitchCaseContainsExit` out of SkSLAnalysis. by John Stiles · 2 years, 9 months ago
  15. 47da0ac [graphite] Add stub classes for Recorder, Recording and TaskGraph by Robert Phillips · 2 years, 9 months ago
  16. fbc64be [graphite] Add Caps getters for default TextureInfos by Greg Daniel · 2 years, 9 months ago
  17. d4ca5e1 Add Texture creation to ResourceProvider. by Greg Daniel · 2 years, 9 months ago
  18. efdb1f0 [graphite] Add pipeline cache to ResourceProvider by Jim Van Verth · 2 years, 10 months ago
  19. 65e848d Reland "[graphite] SurfaceDrawContext -> DrawContext" by Michael Ludwig · 2 years, 10 months ago
  20. 9602a4f Revert "[graphite] SurfaceDrawContext -> DrawContext" by Michael Ludwig · 2 years, 10 months ago
  21. a525fd1 [graphite] SurfaceDrawContext -> DrawContext by Michael Ludwig · 2 years, 10 months ago
  22. a106472 Reland "Disallow constructors of ES3 types in ES2 code." by John Stiles · 2 years, 10 months ago
  23. e03f1c1 Revert "Disallow constructors of ES3 types in ES2 code." by John Stiles · 2 years, 10 months ago
  24. 36f53ec Disallow constructors of ES3 types in ES2 code. by John Stiles · 2 years, 10 months ago
  25. 906e9eb Emit qualifiers in the GLSL ES-required order. by John Stiles · 2 years, 10 months ago
  26. 7e947ab Reland "Mark GLSL reserved names as reserved in SkSL grammar." by John Stiles · 2 years, 10 months ago
  27. 5f15c69 Revert "Mark GLSL reserved names as reserved in SkSL grammar." by Ethan Nicholas · 2 years, 10 months ago
  28. 1e6e919 Moved findAndDeclareBuiltinVariables out of IRGenerator by Ethan Nicholas · 2 years, 10 months ago
  29. 57f3fc4 Mark GLSL reserved names as reserved in SkSL grammar. by John Stiles · 2 years, 10 months ago
  30. f69f21e Add MtlTexture class. by Greg Daniel · 2 years, 10 months ago
  31. b2d20e0 [graphite] Add basic Texture files. by Greg Daniel · 2 years, 10 months ago
  32. 58014fa Moved SkSL intrinsics from IRGenerator to Context by Ethan Nicholas · 2 years, 10 months ago
  33. 0f833ca [graphite] Add Metal trampoline. by Jim Van Verth · 2 years, 10 months ago
  34. d73cff0 [graphite] Add TextureInfo class. by Greg Daniel · 2 years, 10 months ago
  35. e19164d [graphite] Move some basic include/gpu files over to Graphite by Robert Phillips · 2 years, 10 months ago
  36. 949aebf [graphite] Fix build for DrawPass by Michael Ludwig · 2 years, 10 months ago
  37. 47b6286 [graphite] Stub in more Metal classes by Jim Van Verth · 2 years, 10 months ago
  38. 791c0d3 Remove ASTNode and SkSLParser by Ethan Nicholas · 2 years, 10 months ago
  39. 2045b98 Graphite: Add stubs for Pipeline and PipelineDesc by Jim Van Verth · 2 years, 10 months ago
  40. 085ee36 Delete `runtime_effect_image` test. by John Stiles · 2 years, 10 months ago
  41. 26c9344 Re-re-reland "Rewrite switch statements in GLSL strict-ES2 mode." by John Stiles · 2 years, 10 months ago
  42. aeb5d4d [graphite] Flesh out Device/SDC a bit more by Michael Ludwig · 2 years, 10 months ago
  43. 6f06bab Revert "Re-reland "Rewrite switch statements in GLSL strict-ES2 mode.""" by Brian Osman · 2 years, 10 months ago
  44. ff733b3 Graphite: add MtlGpu. by Jim Van Verth · 2 years, 10 months ago
  45. 64560c7 Re-reland "Rewrite switch statements in GLSL strict-ES2 mode."" by John Stiles · 2 years, 10 months ago
  46. 8b85d7b Graphite: add ResourceProvider and CommandBuffer stubs by Jim Van Verth · 2 years, 10 months ago
  47. 397fdfd Implement separate crop filter by Michael Ludwig · 2 years, 10 months ago
  48. c4c3559 Revert "Reland "Rewrite switch statements in GLSL strict-ES2 mode."" by Brian Osman · 2 years, 10 months ago
  49. c81edd0 Reland "Rewrite switch statements in GLSL strict-ES2 mode." by John Stiles · 2 years, 10 months ago
  50. 1e90b88 Graphite: Add stubs for Gpu and Caps by Jim Van Verth · 2 years, 10 months ago
  51. d26d0e6 Revert "Rewrite switch statements in GLSL strict-ES2 mode." by Brian Osman · 2 years, 10 months ago
  52. 45e3838 Rewrite switch statements in GLSL strict-ES2 mode. by John Stiles · 2 years, 10 months ago
  53. cb40008 Implement switch in SkVM. by John Stiles · 2 years, 10 months ago
  54. d6bf374 Graphite: Improve DM/Graphite connection by Robert Phillips · 2 years, 10 months ago
  55. 01754ec Graphite: Rough out DrawCommandList and BoundsManager by Michael Ludwig · 2 years, 10 months ago
  56. 6ee0018 Remove mssse3 flag of host builds for Android skia by Jerome Gaillard · 2 years, 10 months ago
  57. 5a6f160 Add more stub classes by Robert Phillips · 2 years, 10 months ago
  58. 5480677 Fix CMAKE build by Jim Van Verth · 2 years, 10 months ago
  59. f15c3ff Add SkSurface_Graphite stub by Robert Phillips · 2 years, 10 months ago
  60. 1c5eb4b Disallow continue inside a switch. by John Stiles · 2 years, 10 months ago
  61. 35bd926 Add tests for switch + loop constructs. by John Stiles · 2 years, 10 months ago
  62. 755e00e Update sprint to graphite name by Robert Phillips · 2 years, 10 months ago
  63. e32309d Update switch-fallthrough test to run in dm. by John Stiles · 2 years, 10 months ago
  64. 1a4080a More beachhead by Robert Phillips · 2 years, 10 months ago
  65. b8f1651 Add workaround for switch() containing only a `default` case. by John Stiles · 2 years, 10 months ago
  66. 2816dcf Fixed fuzzer-discovered bug with interface blocks by Ethan Nicholas · 2 years, 10 months ago
  67. ed2baba Reland "Add switch statement support to PipelineStage." by John Stiles · 2 years, 10 months ago
  68. d288d8b Revert "Add switch statement support to PipelineStage." by John Stiles · 2 years, 10 months ago
  69. 8426165 Reland "Add new GrSurfaceInfo class and related backend structs." by Greg Daniel · 2 years, 10 months ago
  70. be056f4 Add switch statement support to PipelineStage. by John Stiles · 2 years, 10 months ago
  71. f62934b Fixed DSLParser error uncovered by ossfuzz by Ethan Nicholas · 2 years, 10 months ago
  72. 14a9b08 Reland "Revert "New approach to GrProcessor uniforms."" by Jim Van Verth · 2 years, 10 months ago
  73. c973d26 Fixed DSLParser assertion error uncovered by fuzzer by Ethan Nicholas · 2 years, 10 months ago
  74. 2f7ee02 Revert "Add new GrSurfaceInfo class and related backend structs." by Jim Van Verth · 2 years, 10 months ago
  75. 6aac119 Add new GrSurfaceInfo class and related backend structs. by Greg Daniel · 2 years, 10 months ago
  76. 0dc1e0f Fixed DSLParser unary expression error handling by Ethan Nicholas · 2 years, 10 months ago
  77. a59925f Revert "Revert "New approach to GrProcessor uniforms."" by Brian Salomon · 2 years, 10 months ago
  78. eb68973 Disallow matrix ctors which overflow a column. by John Stiles · 2 years, 10 months ago
  79. ef80d7b Move more classes to skgpu::v1 namespace by Robert Phillips · 2 years, 10 months ago
  80. a047e8b Improve overflow checks in CheckProgramUnrolledSize. by John Stiles · 2 years, 10 months ago
  81. a81e7e2 Report an error if sk_LastFragColor is referenced without fbFetchSupport by Brian Osman · 2 years, 10 months ago
  82. de60d7a Move more classes to skgpu::v1 namespace by Robert Phillips · 2 years, 10 months ago
  83. fd1332f Reland "Fixed DSL assertion error on source files containing nulls" by Ethan Nicholas · 2 years, 10 months ago
  84. 857c7f9 Add program-too-large test using for loops without blocks. by John Stiles · 2 years, 10 months ago
  85. b701fa0 Add non-square MatrixCompMult support to public SkSL in ES3 mode. by John Stiles · 2 years, 10 months ago
  86. 2bc96d6 Merge GrVkAttachment into GrVkImage. by Greg Daniel · 2 years, 10 months ago
  87. 7d19065 Add test of off-kilter matrix constructors. by John Stiles · 2 years, 10 months ago
  88. ae59426 Revert "New approach to GrProcessor uniforms." by Brian Salomon · 2 years, 10 months ago
  89. 10c9f36 New approach to GrProcessor uniforms. by Brian Salomon · 2 years, 10 months ago
  90. 7591d4b Replace trio of XxxxLiteral types with a single Literal type. by John Stiles · 2 years, 10 months ago
  91. dc65256 Fix for-statement assertion detected by the fuzzer. by John Stiles · 2 years, 10 months ago
  92. 47d8244 Revert "Fixed DSL assertion error on source files containing nulls" by Michael Ludwig · 2 years, 10 months ago
  93. db38ad7 Fixed DSL assertion error on source files containing nulls by Ethan Nicholas · 2 years, 10 months ago
  94. c9d65f0 Fixed duplicate function definition error discovered by fuzzer by Ethan Nicholas · 2 years, 10 months ago
  95. bf4a7d5 Fixed DSLParser crash with invalid swizzle by Ethan Nicholas · 2 years, 10 months ago
  96. 8d0dd0d Add support for pack/unpackUnorm2x16 to public SkSL. by John Stiles · 2 years, 10 months ago
  97. 769b488 Move some more Ops to skgpu::v1 namespace by Robert Phillips · 2 years, 10 months ago
  98. a2c76c7 Fixed illegal interface block reporting by Ethan Nicholas · 2 years, 10 months ago
  99. 3ff77f4 Fix inliner bug discovered by fuzzer. by John Stiles · 2 years, 10 months ago
  100. 3099f79 SkSL: Add support for method calls on effect objects by Brian Osman · 2 years, 11 months ago