1. ed2baba Reland "Add switch statement support to PipelineStage." by John Stiles · 2 years, 10 months ago
  2. 8e369b0 Replace break with continue inside empty (post-optimization) loop. by John Stiles · 2 years, 10 months ago
  3. edc6740 Roll Chromium from 17b3e1a870ed to c3ac14695197 (387 revisions) by skia-autoroll · 2 years, 10 months ago
  4. f81416d Roll ANGLE from 458389f249b0 to 9184973fc1be (6 revisions) by skia-autoroll · 2 years, 10 months ago
  5. bfe3700 Roll SwiftShader from b7de6caa43b9 to 6cbc24686901 (7 revisions) by skia-autoroll · 2 years, 10 months ago
  6. e185dc9 Roll Dawn from 8626b2142d82 to 92d6e53e6def (24 revisions) by skia-autoroll · 2 years, 10 months ago
  7. fab0095 Establish beachhead by Robert Phillips · 2 years, 10 months ago
  8. d288d8b Revert "Add switch statement support to PipelineStage." by John Stiles · 2 years, 10 months ago
  9. 8426165 Reland "Add new GrSurfaceInfo class and related backend structs." by Greg Daniel · 2 years, 10 months ago
  10. 8c9c185 Simplify SkAAClip to use SkClipOp, not SkRegion::Op by Michael Ludwig · 2 years, 10 months ago
  11. 6aaa6b0 Direct3D: add Intel Iris 655 bots by Jim Van Verth · 2 years, 10 months ago
  12. be056f4 Add switch statement support to PipelineStage. by John Stiles · 2 years, 10 months ago
  13. f62934b Fixed DSLParser error uncovered by ossfuzz by Ethan Nicholas · 2 years, 10 months ago
  14. 3d9c73c Use thread_local on iOS by Ben Wagner · 2 years, 10 months ago
  15. 498bfa4 Add test case for 'loop over switch with continue inside.' by John Stiles · 2 years, 10 months ago
  16. 4f867cc Reland "Direct3D: Be sure to set correct heaps for current descriptor tables." by Jim Van Verth · 2 years, 10 months ago
  17. 14a9b08 Reland "Revert "New approach to GrProcessor uniforms."" by Jim Van Verth · 2 years, 10 months ago
  18. b43596f Make DSLStatement-from-SkSL ctors public. by John Stiles · 2 years, 10 months ago
  19. daeb522 dawn texture view descriptor mipLevelCount must be larger than 0 by Shrek Shao · 2 years, 10 months ago
  20. 8097076 Reorder optimizations to eliminate more code. by John Stiles · 2 years, 10 months ago
  21. b42b926 Add additional examples to UnusedVariables test. by John Stiles · 2 years, 10 months ago
  22. c973d26 Fixed DSLParser assertion error uncovered by fuzzer by Ethan Nicholas · 2 years, 10 months ago
  23. 64be3c5 Re-enable tests for Adreno 6xx. by John Stiles · 2 years, 10 months ago
  24. 06f3ea1 Roll ANGLE from e3e221f94459 to 458389f249b0 (10 revisions) by skia-autoroll · 2 years, 10 months ago
  25. bec01c6 Roll Chromium from 14caf1b3ea77 to 17b3e1a870ed (415 revisions) by skia-autoroll · 2 years, 10 months ago
  26. 68a0969 Update SKP version by skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com · 2 years, 10 months ago
  27. 2f7ee02 Revert "Add new GrSurfaceInfo class and related backend structs." by Jim Van Verth · 2 years, 10 months ago
  28. ccef63d Revert "Defer the attachment of GL stencil buffers" by Jim Van Verth · 2 years, 10 months ago
  29. ab6e86e Revert "Use a single FBO for EXT_multisampled_render_to_texture targets" by Jim Van Verth · 2 years, 10 months ago
  30. 6aac119 Add new GrSurfaceInfo class and related backend structs. by Greg Daniel · 2 years, 10 months ago
  31. dcfa824 Revert "Don't keep a non-msaa FBO with EXT_multisampled_render_to_texture" by Jim Van Verth · 2 years, 10 months ago
  32. 3299eb7 Disable Matrices test on Adreno330 and Mali400. by John Stiles · 2 years, 10 months ago
  33. 68dbe46 Removing SkText from BUILD.gn to unblock Android roll by Julia Lavrova · 2 years, 10 months ago
  34. 6694a36 Don't keep a non-msaa FBO with EXT_multisampled_render_to_texture by Chris Dalton · 2 years, 11 months ago
  35. 949dfb5 Use a single FBO for EXT_multisampled_render_to_texture targets by Jim Van Verth · 2 years, 10 months ago
  36. 40e5f54 Yet one more warning as an error coming from Android build by Julia Lavrova · 2 years, 10 months ago
  37. 0dc1e0f Fixed DSLParser unary expression error handling by Ethan Nicholas · 2 years, 10 months ago
  38. 2939993 [docsy] Lean on Hugo to generate the ToC for each page. by Joe Gregorio · 2 years, 10 months ago
  39. c50fefb Defer the attachment of GL stencil buffers by Chris Dalton · 2 years, 11 months ago
  40. 14cc21f [sk] Update asset download references to use SK by Eric Boren · 2 years, 10 months ago
  41. 5b7750b Direct3D: support generation of BGRA mipmaps by Jim Van verth · 2 years, 10 months ago
  42. de2b609 Move symbol-table push/pop methods out of IRGenerator. by John Stiles · 2 years, 10 months ago
  43. a59925f Revert "Revert "New approach to GrProcessor uniforms."" by Brian Salomon · 2 years, 10 months ago
  44. cd0b01c [infra] Switch Win10 Golo tasks to upgraded Windows-10-19043 pool by Eric Boren · 2 years, 10 months ago
  45. d99e4f5 Fixing Android build bug by Julia Lavrova · 2 years, 10 months ago
  46. 4e4715b Disallow SFCs w/ GrColorType::kUnknown in makeSFCFromBackendTexture by Robert Phillips · 2 years, 10 months ago
  47. b42cea9 Miscellaneous skgpu::v2 backend updates by Robert Phillips · 2 years, 10 months ago
  48. d0665d9 Fix fuzzer-discovered null deref with empty interface blocks. by John Stiles · 2 years, 10 months ago
  49. 56cab7f Update matrix-setup code in stroke tessellator. by John Stiles · 2 years, 10 months ago
  50. 7cece5e [fuzz] Require explicit SK_BUILD_FOR_*FUZZER by Kevin Lubick · 2 years, 10 months ago
  51. 1491565 Roll ANGLE from c78ebccdb527 to e3e221f94459 (11 revisions) by skia-autoroll · 2 years, 10 months ago
  52. d4af197 Roll SwiftShader from 0fa19bd6c285 to b7de6caa43b9 (4 revisions) by skia-autoroll · 2 years, 10 months ago
  53. cd33483 Roll Chromium from 4cc0d39e9fc4 to 14caf1b3ea77 (440 revisions) by skia-autoroll · 2 years, 10 months ago
  54. 941812f Migrate scratch-variable creation from Inliner to SkSLVariable. by John Stiles · 2 years, 10 months ago
  55. eb68973 Disallow matrix ctors which overflow a column. by John Stiles · 2 years, 10 months ago
  56. 2dda4b6 Allow Mangler to be used outside of Inliner. by John Stiles · 2 years, 10 months ago
  57. ae9b446 Turn off name mangling in DSLParser by Ethan Nicholas · 2 years, 10 months ago
  58. 4f3ca10 Roll SK Tool from git_revision:3ea0896ec4b4f75b83d5b41c698bc6428e7d40b8 to 94f986aaa8f2 by skia-autoroll · 2 years, 10 months ago
  59. db285de Adjust fuzzing behavior for triangulator/dashing by Michael Ludwig · 2 years, 10 months ago
  60. 2280058 Reenable DSLParser by Ethan Nicholas · 2 years, 10 months ago
  61. 5b1ae4b Fix DSLParser clang-tidy warning by Ethan Nicholas · 2 years, 10 months ago
  62. ef80d7b Move more classes to skgpu::v1 namespace by Robert Phillips · 2 years, 10 months ago
  63. 2844d3d Fix redefined-macro warning on non-UNIX platforms. by John Stiles · 2 years, 10 months ago
  64. f1977ec Roll ANGLE from 1ca1589fed63 to c78ebccdb527 (7 revisions) by skia-autoroll · 2 years, 10 months ago
  65. 5bb6743 Roll Chromium from a1a22cfaa7ce to 4cc0d39e9fc4 (459 revisions) by skia-autoroll · 2 years, 10 months ago
  66. 02c7c24 Roll Dawn from 96ac969a33de to 8626b2142d82 (17 revisions) by skia-autoroll · 2 years, 10 months ago
  67. 769146f Use string_view in Mangler. by John Stiles · 2 years, 10 months ago
  68. 2586851 Add fwidth intrinsic to public SkSL in ES3. by John Stiles · 2 years, 10 months ago
  69. 0dc09b1 Update SkSLTest to check a 2x2 surface. by John Stiles · 2 years, 10 months ago
  70. 3e7cd00 Fixed a DSLParser bug with struct declarations by Ethan Nicholas · 2 years, 10 months ago
  71. 9d0d426 Reland "The very first version of a new SkText API." by Julia Lavrova · 2 years, 10 months ago
  72. c915da9 Revert "Enable MatrixConstructors test, outside of Quadro P400." by John Stiles · 2 years, 10 months ago
  73. efb7ae1 Revert "The very first version of a new SkText API." by Julia Lavrova · 2 years, 10 months ago
  74. 80d2b3e Fixed DSL line numbers with private type errors by Ethan Nicholas · 2 years, 10 months ago
  75. e1bb73e Roll SK Tool from git_revision:c92e3a3bedee6adb134f6f27d62b14a80a24484d to 3ea0896ec4b4 by skia-autoroll · 2 years, 10 months ago
  76. c6ce617 Enable MatrixConstructors test, outside of Quadro P400. by John Stiles · 2 years, 10 months ago
  77. 646f693 Direct3D: recover better from command list submission failure by Jim Van verth · 2 years, 10 months ago
  78. 81b7060 Fixed function analysis line numbers with DSLParser by Ethan Nicholas · 2 years, 10 months ago
  79. 879224d Metal: disable use of discardable MSAA on non-Apple silicon. by Jim Van Verth · 2 years, 10 months ago
  80. 8a20cea The very first version of a new SkText API. by Julia Lavrova · 2 years, 11 months ago
  81. 4f1593e Use swizzles in Metal matrix helper functions. by John Stiles · 2 years, 10 months ago
  82. faf8d57 Reject discard statements in non-fragment DSLParser programs by Ethan Nicholas · 2 years, 10 months ago
  83. a047e8b Improve overflow checks in CheckProgramUnrolledSize. by John Stiles · 2 years, 10 months ago
  84. a81e7e2 Report an error if sk_LastFragColor is referenced without fbFetchSupport by Brian Osman · 2 years, 10 months ago
  85. 398ef44 Reland "Reland "Small changes for SkText that are not in experimental directory"" by Julia Lavrova · 2 years, 10 months ago
  86. 42bcfb9 Revert "Direct3D: Be sure to set correct heaps for current descriptor tables." by Jim Van Verth · 2 years, 10 months ago
  87. de60d7a Move more classes to skgpu::v1 namespace by Robert Phillips · 2 years, 10 months ago
  88. fd1332f Reland "Fixed DSL assertion error on source files containing nulls" by Ethan Nicholas · 2 years, 10 months ago
  89. 78b84cc Fix size calculation of blockless for-loops. by John Stiles · 2 years, 10 months ago
  90. 857c7f9 Add program-too-large test using for loops without blocks. by John Stiles · 2 years, 10 months ago
  91. 8a05251 Test vkdmsaa on some perf bots. by Greg Daniel · 2 years, 10 months ago
  92. 0c5b05c [canvaskit] Roll 0.30.0 by Kevin Lubick · 2 years, 10 months ago
  93. b7cb38f Reduced usage of optional and wrapper in DSLParser by Ethan Nicholas · 2 years, 10 months ago
  94. 720674e Removed unnecessary code from DSLExpression by Ethan Nicholas · 2 years, 10 months ago
  95. 9680fed Roll ANGLE from 371542cd1696 to 1ca1589fed63 (7 revisions) by skia-autoroll · 2 years, 10 months ago
  96. 94cf6d2 Roll Chromium from 1678eb6a6df9 to a1a22cfaa7ce (452 revisions) by skia-autoroll · 2 years, 10 months ago
  97. b519949 Revert "Reland "Small changes for SkText that are not in experimental directory"" by Julia Lavrova · 2 years, 10 months ago
  98. 7e33d95 Direct3D: Be sure to set correct heaps for current descriptor tables. by Jim Van verth · 2 years, 10 months ago
  99. 95ea283 Remove neglected fillOptions function from nanobench. by Greg Daniel · 2 years, 10 months ago
  100. 727adfe Optimize zero-splats inside of loops in SkVMCodeGenerator. by John Stiles · 2 years, 10 months ago