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