1. b8b0c21 Add break-if support. by dan sinclair · 2 years, 6 months ago
  2. f8c07d4 Add test for split of `--`. by dan sinclair · 2 years, 6 months ago
  3. 882b38a Update fallthrough deprecation notice. by dan sinclair · 2 years, 6 months ago
  4. 6e77b47 Update internals to initializer instead of constructor. by dan sinclair · 2 years, 6 months ago
  5. 1c94938 tint: implement updated spec rules for shift left of concrete values by Antonio Maiorano · 2 years, 6 months ago
  6. f148f08 [WGSL] Allow default as a case selector by dan sinclair · 2 years, 6 months ago
  7. b6e1bc7 tint: Fix C++ UB when shifting abstract 0 left by >= 64 by Antonio Maiorano · 2 years, 6 months ago
  8. 79195ca tint/uniformity: implement analysis for full and partial assignments by Antonio Maiorano · 2 years, 6 months ago
  9. d360c1f test/tint: Add tests showing tint:1474 is fixed by Ben Clayton · 2 years, 6 months ago
  10. 32718a5 Tint/E2E: Fix testcases for bug/chromium/1367602 by Zhaoming Jiang · 2 years, 6 months ago
  11. 559a248 tint/resolver: Allow texture 'offset' to be const-expr by Ben Clayton · 2 years, 6 months ago
  12. d5139b4 [msl] Handle packed conversions in shift expressions. by dan sinclair · 2 years, 6 months ago
  13. 51cc480 test/tint: add test case for tint:1563 by Ben Clayton · 2 years, 6 months ago
  14. ba384f0 tint/transform: Fix array materialization when indexing with override by Ben Clayton · 2 years, 6 months ago chromium/5357
  15. d6daefc wgsl: Print abstract-floats with full precision. by Ben Clayton · 2 years, 6 months ago
  16. 933eb51 tint: Add _tint_materialize internal builtin by Ben Clayton · 2 years, 7 months ago
  17. 8fd4ef2 Fix MSL packed_int casting. by dan sinclair · 2 years, 7 months ago
  18. 8800d88 tint: const eval of 'select' builtin by Antonio Maiorano · 2 years, 7 months ago
  19. cf47d61 tint: add parse_hlsl_errors.py to help triage hlsl errors by Antonio Maiorano · 2 years, 7 months ago
  20. 1dbda6f Update variables in address space template. by dan sinclair · 2 years, 7 months ago
  21. 66d3efb Limit array element count to less then 65536 elements. by dan sinclair · 2 years, 7 months ago
  22. ff7cf21 Rename StorageClass to AddressSpace. by dan sinclair · 2 years, 7 months ago
  23. 2bcade2 Update MSL generator to handle casts of packed types. by dan sinclair · 2 years, 7 months ago
  24. 06844a5 tint/hlsl: remove [loop] attribute on all loops by Antonio Maiorano · 2 years, 7 months ago
  25. dadb1fc tint: add e2e test for crbug.com/tint/1605 by Antonio Maiorano · 2 years, 7 months ago
  26. 9b190f5 tint: add e2e test for crbug.com/tint/1604 by Antonio Maiorano · 2 years, 7 months ago
  27. 451dcac tint: delete e2e test with invalid SPIR-V by Antonio Maiorano · 2 years, 7 months ago
  28. eea4208 tint: add e2e test for crbug.com/tint/1538 by Antonio Maiorano · 2 years, 7 months ago
  29. 2323977 tint: add e2e test for crbug.com/tint/1557 by Antonio Maiorano · 2 years, 7 months ago
  30. 4bffb56 tint: Fix failing e2e tests due to updated spirv-val by Antonio Maiorano · 2 years, 7 months ago
  31. 5b0bab8 tint/fxc: regen e2e tests that are not actual FXC timeouts by Antonio Maiorano · 2 years, 7 months ago chromium/5325
  32. f56d895 tint/fxc: delete and regen skips for e2e tests to capture FXC error messages in expected file by Antonio Maiorano · 2 years, 7 months ago
  33. 4c70d7f tint: Make uniformity analysis failures a hard error by Ben Clayton · 2 years, 7 months ago
  34. c4ebf2c tint: Implement textureSampleBaseClampToEdge by Ben Clayton · 2 years, 7 months ago
  35. 78f8067 Fix overrides in array size. by dan sinclair · 2 years, 7 months ago
  36. f2c1d0a tint: Add test cases for tint:1666 by Ben Clayton · 2 years, 7 months ago chromium/5315
  37. e14a27b tint: remove LoopToForLoop and FoldTrivialSingleUseLets transforms for HLSL and GLSL by Antonio Maiorano · 2 years, 7 months ago
  38. 90b29e5 tint/transform/std140: Correctly handle nested / bare matrices by Ben Clayton · 2 years, 7 months ago
  39. 84b43d6 tint/writer: Handle unnested, uniform matCx2 matrices by Ben Clayton · 2 years, 7 months ago
  40. a3f2bf6 spirv-reader: phis as a particular case of hoisting to a var by David Neto · 2 years, 7 months ago
  41. ebc5bba tint: const eval of binary XOR by Antonio Maiorano · 2 years, 7 months ago
  42. 6ab0265 tint/spirv-reader: add support for GLSLstd450MatrixInverse by Antonio Maiorano · 2 years, 7 months ago chromium/5304
  43. 751e668 tint/intrinsics.def: Implement saturate() by Ben Clayton · 2 years, 7 months ago
  44. 8a440ee tint: delete and regen SKIP e2e tests that were missing FXC error message by Antonio Maiorano · 2 years, 7 months ago
  45. 05d8b02 GLSL: implement host-visible memory padding. by Stephen White · 2 years, 7 months ago
  46. e53b6f9 tint: const eval of binary bitwise AND and OR by Antonio Maiorano · 2 years, 7 months ago
  47. 5b3707a tint: Implement const eval of unary not by Antonio Maiorano · 2 years, 7 months ago
  48. 4b70776 tint: Fix transform errors when calling arrayLength() as a statement by Ben Clayton · 2 years, 7 months ago
  49. e214a13 Run substitute_overrides for all tests. by dan sinclair · 2 years, 7 months ago
  50. 29aa613 tint: const eval of comparison operations by Antonio Maiorano · 2 years, 7 months ago
  51. eeda18d tint::transform::SingleEntryPoint: Preserve global 'const's by Ben Clayton · 2 years, 7 months ago
  52. 8b4ed50 tint: Fix / remove tests that access OOB by Ben Clayton · 2 years, 8 months ago chromium/5286
  53. 3740ac6 tint: implement const eval of binary divide by Antonio Maiorano · 2 years, 8 months ago chromium/5282 chromium/5283
  54. 679cf4f tint: HLSL and GLSL backends now emit 0 for inf and nan by Antonio Maiorano · 2 years, 8 months ago
  55. 863d9ed GLSL: Change Add[Spirv]BlockAttribute to support GLSL by Stephen White · 2 years, 8 months ago
  56. 8b30ca3 tint/transform: Fix FoldTrivialSingleUseLet for abstracts by Ben Clayton · 2 years, 8 months ago
  57. 657e61d tint: Add and use new Std140 transform by Ben Clayton · 2 years, 8 months ago
  58. c20c5df tint: Implement const eval of binary multiply by Antonio Maiorano · 2 years, 8 months ago
  59. 426b47e tint: add missing F16 conversion expression support by Zhaoming Jiang · 2 years, 8 months ago
  60. cbe8b36 tint: spir-v reader: add support for GLSLstd450Determinant by Antonio Maiorano · 2 years, 8 months ago
  61. 7517e21 Update `workgroup_size` to use `expression`. by dan sinclair · 2 years, 8 months ago
  62. ff13302 tint/transform: Fix index 0 accessing in DecomposeMemoryAccess by Zhaoming Jiang · 2 years, 8 months ago
  63. b79238d tint: Implement const eval of binary minus by Antonio Maiorano · 2 years, 8 months ago
  64. 0f0ba20 tint/transform: Fix PromoteInitializersToLetTest for materialized constants by Ben Clayton · 2 years, 8 months ago
  65. 735e4b4 Emit deprecation for fallthrough. by dan sinclair · 2 years, 8 months ago
  66. 3abad2c When emitting a MSL struct initializer emit the struct name. by dan sinclair · 2 years, 8 months ago
  67. a58d8c9 tint: fix builtin calls and binary ops with abstract args of different type by Antonio Maiorano · 2 years, 8 months ago
  68. 90d5eb6 tint: Add RemovePhonies transform to spir-v backend by Antonio Maiorano · 2 years, 8 months ago
  69. 9443ceb tint: End-to-end tests for f16 built-in by Zhaoming Jiang · 2 years, 9 months ago
  70. 20cddbf tint: Implement modf and frexp built-ins for f16 types by Zhaoming Jiang · 2 years, 9 months ago
  71. 7e9f571 tint: const eval of binary add by Antonio Maiorano · 2 years, 9 months ago
  72. 52f852f test/tint: Regenerate SKIP expectations by Ben Clayton · 2 years, 9 months ago
  73. 7d7976d tint: Add end-to-end tests for expressions using f16 types by Zhaoming Jiang · 2 years, 9 months ago
  74. 6f8d945 Sync reserved token list to WGSL spec. by dan sinclair · 2 years, 9 months ago chromium/5217
  75. 99fa7b9 test/tint: Suppresses vulkan-dep failures in crbug.com/tint/1632 by Loko Kung · 2 years, 9 months ago
  76. 73778d3b Add support for >>= and <<=. by dan sinclair · 2 years, 9 months ago
  77. 27f0ea6 test/tint: Add end-to-end tests for inferred arrays by Ben Clayton · 2 years, 9 months ago
  78. 4abf28e tint: Add basic support for chromium_experimental_push_constant. by dan sinclair · 2 years, 9 months ago
  79. 239a92d tint: transform::RemovePhonies: skip builtins with no side effects by Antonio Maiorano · 2 years, 9 months ago
  80. 6fe1f51 tint: Add f16 support for parts of float built-in, part 1 by Zhaoming Jiang · 2 years, 9 months ago
  81. a253a5f tools: Expand / clean-up the template WGSL type helpers by Ben Clayton · 2 years, 9 months ago
  82. bf8ee35 const eval of clamp by Antonio Maiorano · 2 years, 9 months ago chromium/5206
  83. 4de90f0 const eval of atan2 by Antonio Maiorano · 2 years, 9 months ago
  84. f8fb94d tint: Emitting enable directive for DP4A End-to-End test by Zhaoming Jiang · 2 years, 9 months ago
  85. 4808584 tint/ast: Clean up StorageClass enum by Ben Clayton · 2 years, 9 months ago
  86. d722e61 test/tint: Regenerate expectations by Ben Clayton · 2 years, 9 months ago
  87. cde5009 tools: Shuffle 'intrinsic-gen' tooling by Ben Clayton · 2 years, 9 months ago
  88. ee36e39 test/tint/builtins: Generate abstract numeric tests by Ben Clayton · 2 years, 9 months ago
  89. 0fba14e tint/val: Make DXC validation output stable by Ben Clayton · 2 years, 9 months ago
  90. 7d34de8 tint/test-runner: Split expectations for FXC and DXC by Ben Clayton · 2 years, 9 months ago
  91. 256f111 Add transform to substitute overrides with const expressions. by dan sinclair · 2 years, 9 months ago
  92. 5716611 tint/resolver: Materialize objects when indexed with non-const index by Ben Clayton · 2 years, 9 months ago
  93. 056f97a tint: Add a benchmark for atan2 const eval by Ben Clayton · 2 years, 9 months ago
  94. ac660c2 tint: Implement const eval of unary complement by Ben Clayton · 2 years, 9 months ago
  95. f19cb02 tint: Remove single scalar matrix constructors. by Ben Clayton · 2 years, 9 months ago
  96. 6c098ba tint: Implement constant expression structures by Ben Clayton · 2 years, 9 months ago
  97. 51719cc tint: Fix SPIR-V validation around interpolation decorations by Ben Clayton · 2 years, 9 months ago
  98. 66d4f6e tint/writer/spirv: Support for F16 type, constructor, and convertor by Zhaoming Jiang · 2 years, 9 months ago
  99. 0d3d321 tint/writer/glsl: Support for F16 type, constructor, and convertor by Zhaoming Jiang · 2 years, 9 months ago
  100. 63e6f82 tint/resolver: Evaluate const-expr swizzles by Ben Clayton · 2 years, 10 months ago