Platform Tools Release 35.0.1 (11580240)
  1. 6e44241 [pdf] Test yuv and cmyk images with ICC profiles by Kevin Lubick · 7 months ago
  2. 2cc77d8 Revert "Disable PixelLocalStorage test to allow Dawn to roll." by John Stiles · 8 months ago
  3. 6ff0fdf Disable PixelLocalStorage test to allow Dawn to roll. by John Stiles · 8 months ago
  4. 03e1355 SkExif: Add support for common tags by Christopher Cameron · 8 months ago
  5. 66e0611 Fix fuzzer-discovered assertion with duplicate symbols. by John Stiles · 8 months ago
  6. a1b09e9 Implement compile-time simplification of bitwise-not. by John Stiles · 8 months ago
  7. acbc278 Fix fuzzer-discovered assertion with WGSL interface-block out arrays. by John Stiles · 8 months ago
  8. 47c4087 Fix fuzzer-discovered assertion with atomic arrays. by John Stiles · 8 months ago
  9. ca69b04 Fix fuzzer-discovered assertion with WGSL interface-block arrays. by John Stiles · 8 months ago
  10. 6a76443 [bazel] Add android_benchmark_test rule and sample targets. by Leandro Lovisolo · 8 months ago
  11. e141a5a Fix inlining of calls with unused inout params. by John Stiles · 9 months ago
  12. e0f5a30 Fix comment. by John Stiles · 9 months ago
  13. e08e1af Disallow layout(builtin=xxx) in non-module code. by John Stiles · 9 months ago
  14. 6cc9f73 Avoid symbol-shadowing when inlining functions. by John Stiles · 9 months ago
  15. 2470ca2 Fix fuzzer-discovered assertion in WGSL code generator. by John Stiles · 9 months ago
  16. c5541e2 Make tests which depend on modular Bazel build by Kevin Lubick · 9 months ago
  17. 3e348cf [Fontations] FFI Interface for accessing CPAL and COLRv0 info by Dominik Röttsches · 9 months ago
  18. ad59558 Fix expression position of redundant casts. by John Stiles · 9 months ago
  19. 19e54d2 Allow child effects in SkSL mesh-fragment programs during compile. by John Stiles · 9 months ago
  20. f9c6cad Create error tests to verify existing mesh-program behavior. by John Stiles · 9 months ago
  21. 3a32043 Add support for mesh programs to skslc. by John Stiles · 9 months ago
  22. a15d619 Remove IncompleteShortIntPrecision workaround flag. by John Stiles · 9 months ago
  23. f39bd9a Re-enable pixel-local storage test. by John Stiles · 9 months ago
  24. a57f30c Disable test PixelLocalStorage.sksl temporarily. by John Stiles · 9 months ago
  25. 0057898 Add unit test for shadowed variables in a loop-continue. by John Stiles · 10 months ago
  26. 862ff07 Add support for mesh programs to sksl-minify. by John Stiles · 10 months ago
  27. d1b87a8 Add support for the pixel_local modifier to WGSL. by John Stiles · 10 months ago
  28. 62aa41e Add new modifier `pixel_local` to SkSL. by John Stiles · 10 months ago
  29. bcdfe55 Remove duplicated WGSL unit test. by John Stiles · 10 months ago
  30. 49b11c4 Implement sk_SampleMask and sk_SampleMaskIn in Metal. by John Stiles · 10 months ago
  31. 1b8a25d Implement preliminary SkSL sample mask support. by John Stiles · 10 months ago
  32. 395f561 Enable compute tests in WGSL. by John Stiles · 10 months ago
  33. f41dde1 Add support for stage-input builtins in compute shaders. by John Stiles · 10 months ago
  34. 0039caa Remove injection of sk_FragCoord in golden output shaders. by John Stiles · 10 months ago
  35. 59e54cc Add support for storage texture intrinsics in WGSL. by John Stiles · 10 months ago
  36. 72d5772 Add support for write-only storage texture types in WGSL. by John Stiles · 10 months ago
  37. 3a3a646 Add support for pixel-format flags in SPIR-V backend. by John Stiles · 10 months ago
  38. ce2da42 Add WGSL support for compute barrier intrinsics. by John Stiles · 10 months ago
  39. 51fea80 Reject local-size qualifier of zero. by John Stiles · 10 months ago
  40. 1019c10 Add support for @workgroup_size to WGSL code generator. by John Stiles · 10 months ago
  41. c07fbf4 Require a pixel format on all storage textures. by John Stiles · 10 months ago
  42. 055b261 Fix external-texture assertion discovered by the fuzzer. by John Stiles · 10 months ago
  43. 22ae238 Enforce backend flags on push_constant layout. by John Stiles · 10 months ago
  44. 16ba4b5 Enforce matching pixel-format when passing texture2D arguments. by John Stiles · 10 months ago
  45. d5d3b0d Require that texture2D function parameters include a pixel format. by John Stiles · 10 months ago
  46. 81d297d Disallow `texture2D` without readonly/writeonly qualifier. by John Stiles · 10 months ago
  47. a8e24b1 Eliminate makeSampler2D() intrinsic. by John Stiles · 10 months ago
  48. 1ac3bb3 Add layout(direct3d) flag. by John Stiles · 10 months ago
  49. f6b94af Remove SPIRVDawnCompatFlag from SkSL. by John Stiles · 10 months ago
  50. 58d3ad6 Rename layout(backend) qualifiers to APIs, not languages. by John Stiles · 10 months ago
  51. 6e6df4d Remove obsolete setting 'fAllowTraceVarInDebugTrace'. by John Stiles · 10 months ago
  52. 335f748 Fix loop-unrolling for single-iteration inclusive reverse loops. by John Stiles · 10 months ago
  53. b17ee34 Reject shaders which mark textures/samplers as 'uniform.' by John Stiles · 10 months ago
  54. c7cb678 Make 'uniform' modifier on SkSL samplers/textures optional. by John Stiles · 10 months ago
  55. aa208c8 [skottie] Fix GaussianBlur repeat edge pixels by Florin Malita · 10 months ago
  56. 4f6b9d0 Add parentheses around ambiguous WGSL binary-op intrinsics. by John Stiles · 10 months ago
  57. d0d390f Enable WGSL golden outputs for SkSL folding tests. by John Stiles · 10 months ago
  58. e65aabc Fix WGSL code generation for SwitchWithFallthroughAndVarDecls test. by John Stiles · 11 months ago
  59. a690bd1 Generalize WGSL polyfilling logic to include arrays. by John Stiles · 11 months ago
  60. 9a04931 Rewrite matrix polyfilling logic. by John Stiles · 11 months ago
  61. b001e0a Write the WGSL entrypoint function after writing all ProgramElements. by John Stiles · 11 months ago
  62. 82ceccd Add layout flags for pixel formats. by John Stiles · 11 months ago
  63. 7d9de31 Revert "Speculative fix for Adreno shader error." by John Stiles · 11 months ago
  64. fcffafb Speculative fix for Adreno shader error. by John Stiles · 11 months ago
  65. 17ba212 Add workaround for WebGL2 and void-typed sequence expressions. by John Stiles · 11 months ago
  66. 2ededa8 Reject sequence-expressions containing arrays. by John Stiles · 11 months ago
  67. 08447e0 Improve errors with ternary ops. by John Stiles · 11 months ago
  68. e326416 Add WGSL polyfill for inverse intrinsic. by John Stiles · 11 months ago
  69. 4cbe841 Add WGSL support for matrix-op-scalar math. by John Stiles · 11 months ago
  70. 1970023 Remove GL backend bit from Layout. by John Stiles · 11 months ago
  71. 0b92f1f Add inliner test for void-typed comma-expressions. by John Stiles · 11 months ago
  72. 5d315d1 Add support for passing a sampler to a function. by John Stiles · 11 months ago
  73. 25ca2e2 Add WGSL support for sampler2D variables/sample() intrinsic. by John Stiles · 11 months ago
  74. 2babe68 [sksl] Fix ModifiersDeclaration checks to include local_size_z by Arman Uguray · 11 months ago
  75. fd5bd67 [sksl] Language support for local workgroup size declaration by Arman Uguray · 11 months ago
  76. 1871fd2 Add uniform-matrix polyfills for unpacking std140 alignment. by John Stiles · 11 months ago
  77. ca48e45 Enforce layout offsets and types for WGSL interface blocks. by John Stiles · 11 months ago
  78. 826e38b [sksl][compute] Enable SPIR-V compute test outputs by Arman Uguray · 11 months ago
  79. 83c6401 [sksl][compute] Move compute tests to common filegroup by Arman Uguray · 11 months ago
  80. 359d472 Add `flat` modifier to SSBO index varying. by John Stiles · 11 months ago
  81. 497326d Fix WGSL codegen for intrinsics that might overflow. by John Stiles · 11 months ago
  82. 6e84fed Add WGSL support for uniforms inside interface blocks. by John Stiles · 11 months ago
  83. 18e8349 Fix Overflow test in WGSL codegen. by John Stiles · 11 months ago
  84. 8413c82 Fix overflow in matrix-multiply constant folding. by John Stiles · 11 months ago
  85. f721165 Fix assertion in inliner when makeSampler2D is used. by John Stiles · 11 months ago
  86. e02c79e [skottie] move color slot tracking to bind call by Jorge Betancourt · 11 months ago
  87. 315c7f0 Add RippleShader runtime shader to our test corpus. by John Stiles · 12 months ago
  88. 5528644 Add unit test for lvalue side-effects in swizzled compound assignment. by John Stiles · 12 months ago
  89. 29ea2e5 Reject $pure functions with out parameters. by John Stiles · 12 months ago
  90. 1f4dded Fix Metal codegen for functions using sk_Vertex/InstanceID. by John Stiles · 12 months ago
  91. e425eee Demonstrate Metal codegen error with sk_VertexID. by John Stiles · 12 months ago
  92. 37021ef [bazel] Add android_gm_test macro. by Leandro Lovisolo · 12 months ago
  93. c10f4a3 Fix SkRP implementation of step() intrinsic. by John Stiles · 12 months ago
  94. 4129933 Enable all shared tests in WGSL. by John Stiles · 1 year ago
  95. 730d420 Implement array-cast constructors in WGSL. by John Stiles · 1 year ago
  96. 5691ad4 Add WGSL support for ES2 geometric intrinsics. by John Stiles · 1 year ago
  97. 39790c3 Add WGSL support for matrix and vector-relational intrinsics. by John Stiles · 1 year ago
  98. 18a947e Fix assertion discovered by fuzzer. by John Stiles · 1 year ago
  99. 9c2148c Fix fuzzer-discovered error with inlined arrays. by John Stiles · 1 year ago
  100. 41689ff Fix fuzzer-discovered error with void variables. by John Stiles · 1 year ago