1. 82177da spirv-reader: add ColMajor decoration as needed for end2end by David Neto · 2 years, 6 months ago
  2. feb14eb tint: update spirv-tools and fix unittests by dawn-autoroll · 2 years, 6 months ago
  3. 2bcade2 Update MSL generator to handle casts of packed types. by dan sinclair · 2 years, 6 months ago
  4. 06844a5 tint/hlsl: remove [loop] attribute on all loops by Antonio Maiorano · 2 years, 6 months ago
  5. 2af7ab3 Add missing operator to regex fuzzer by Alastair Donaldson · 2 years, 6 months ago
  6. f9f583b Update align attribute to allow u32. by dan sinclair · 2 years, 6 months ago
  7. a33bc2c Add some GLSL zero initialization tests. by dan sinclair · 2 years, 6 months ago
  8. 764a2ab Have DeepestElementOf always return a type. by dan sinclair · 2 years, 6 months ago
  9. cb41b8f Convert `align` attribute to expressions. by dan sinclair · 2 years, 6 months ago
  10. 4c70d7f tint: Make uniformity analysis failures a hard error by Ben Clayton · 2 years, 6 months ago
  11. 5f33fac tint: const eval of binary left shift by Antonio Maiorano · 2 years, 7 months ago chromium/5320
  12. c4ebf2c tint: Implement textureSampleBaseClampToEdge by Ben Clayton · 2 years, 7 months ago
  13. 78f8067 Fix overrides in array size. by dan sinclair · 2 years, 7 months ago
  14. 490d988 tint: Simplify workgroup size resolving by Ben Clayton · 2 years, 7 months ago
  15. 1662f55 Fixup some grammar. by dan sinclair · 2 years, 7 months ago
  16. 30f51b9 Delete the remove_stale_autogen_files mechanism. by Corentin Wallez · 2 years, 7 months ago chromium/5313
  17. 7d9140f spirv-reader: Refactor tracking of locally-defined values by David Neto · 2 years, 7 months ago
  18. e68d450 tint/resolver: Consistently use utils::Result in ConstEval by Ben Clayton · 2 years, 7 months ago
  19. 65edd3d Run SubstituteOverrides in fuzzers if needed. by dan sinclair · 2 years, 7 months ago
  20. b7da8f6 Fix out-of-bounds access in regex fuzzer by Alastair Donaldson · 2 years, 7 months ago
  21. e14a27b tint: remove LoopToForLoop and FoldTrivialSingleUseLets transforms for HLSL and GLSL by Antonio Maiorano · 2 years, 7 months ago
  22. 90b29e5 tint/transform/std140: Correctly handle nested / bare matrices by Ben Clayton · 2 years, 7 months ago
  23. 84b43d6 tint/writer: Handle unnested, uniform matCx2 matrices by Ben Clayton · 2 years, 7 months ago
  24. a3f2bf6 spirv-reader: phis as a particular case of hoisting to a var by David Neto · 2 years, 7 months ago
  25. ebc5bba tint: const eval of binary XOR by Antonio Maiorano · 2 years, 7 months ago
  26. 6ab0265 tint/spirv-reader: add support for GLSLstd450MatrixInverse by Antonio Maiorano · 2 years, 7 months ago chromium/5304
  27. 060137a Replace NULL with nullptr by Jiawei Shao · 2 years, 7 months ago
  28. 751e668 tint/intrinsics.def: Implement saturate() by Ben Clayton · 2 years, 7 months ago
  29. f3d9ea4 tint: Error if statically indexing out of bounds. by Ben Clayton · 2 years, 7 months ago
  30. 05d8b02 GLSL: implement host-visible memory padding. by Stephen White · 2 years, 7 months ago
  31. e667d77 tint/fuzzers/tint_concurrency_fuzzer: Reduce number of threads by Ben Clayton · 2 years, 7 months ago
  32. 0dfbaa9 tint: Make ForEachElemPair return value an enum instead of a bool by Antonio Maiorano · 2 years, 7 months ago
  33. e53b6f9 tint: const eval of binary bitwise AND and OR by Antonio Maiorano · 2 years, 7 months ago
  34. 5b3707a tint: Implement const eval of unary not by Antonio Maiorano · 2 years, 7 months ago
  35. 8175cff tint/const_eval_test: factor out testing framework from binary tests to use with unary tests by Antonio Maiorano · 2 years, 7 months ago
  36. 4b70776 tint: Fix transform errors when calling arrayLength() as a statement by Ben Clayton · 2 years, 7 months ago
  37. 3526bc4 Remove GLSL override generation by dan sinclair · 2 years, 7 months ago
  38. e1854b2 Remove SPIR-V override generation by dan sinclair · 2 years, 7 months ago
  39. f6a9404 Remove HLSL override generation by dan sinclair · 2 years, 7 months ago
  40. 5432767 Remove MSL override generation by dan sinclair · 2 years, 7 months ago
  41. 93df967 Update StructMember{Offset,Size}Attribute to expressions. by dan sinclair · 2 years, 7 months ago
  42. c4e076f Rename attribute values. by dan sinclair · 2 years, 7 months ago
  43. f9eeed6 Convert `@location` to store expression internally. by dan sinclair · 2 years, 7 months ago
  44. 145337f Use SubstituteOverride transform to implement overrides by shrekshao · 2 years, 7 months ago
  45. 23cf74c Allow sem::GlobalVariable to hold a location. by dan sinclair · 2 years, 7 months ago
  46. 29aa613 tint: const eval of comparison operations by Antonio Maiorano · 2 years, 7 months ago
  47. eeda18d tint::transform::SingleEntryPoint: Preserve global 'const's by Ben Clayton · 2 years, 7 months ago
  48. 11e2571 tint: Minor improvements by Antonio Maiorano · 2 years, 7 months ago
  49. 8b4ed50 tint: Fix / remove tests that access OOB by Ben Clayton · 2 years, 7 months ago chromium/5286
  50. 72340d0 Add location into `sem::Parameter`. by dan sinclair · 2 years, 7 months ago
  51. 766a458 Store location value into `sem::Function`. by dan sinclair · 2 years, 7 months ago
  52. c8278e5 tint/transform: Fix hasher return type by Ben Clayton · 2 years, 7 months ago
  53. 97c9e0b Store struct member location into the sem. by dan sinclair · 2 years, 7 months ago
  54. d7d7188 tint: Add FriendlyName() to Program by Ben Clayton · 2 years, 7 months ago
  55. 0cd830c tint: Fix type is_signed_integer helpers which were ignoring abstracts by Ben Clayton · 2 years, 7 months ago
  56. 3740ac6 tint: implement const eval of binary divide by Antonio Maiorano · 2 years, 7 months ago chromium/5282 chromium/5283
  57. 679cf4f tint: HLSL and GLSL backends now emit 0 for inf and nan by Antonio Maiorano · 2 years, 7 months ago
  58. 1741f44 tint: add CheckedDiv for abstract numbers by Antonio Maiorano · 2 years, 7 months ago
  59. 89dd528 spirv-reader: Fix for SelectUsingReferenceVariable by Robert Stewart · 2 years, 7 months ago
  60. 8478dfc tint: improve error message for const eval operator overflow by Antonio Maiorano · 2 years, 7 months ago
  61. 863d9ed GLSL: Change Add[Spirv]BlockAttribute to support GLSL by Stephen White · 2 years, 7 months ago
  62. 822de46 spirv-reader: fix image write texel conversion for scalar integer cases by David Neto · 2 years, 7 months ago
  63. ece8078 spirv-reader: Fix texel type confusion in loop by Robert Stewart · 2 years, 7 months ago
  64. 8b30ca3 tint/transform: Fix FoldTrivialSingleUseLet for abstracts by Ben Clayton · 2 years, 7 months ago
  65. 188be38 spirv-reader: UnwrapRef on image coords by Robert Stewart · 2 years, 7 months ago
  66. 648bd7b tint: Add TINT_REFLECT() & ForeachField() by Ben Clayton · 2 years, 7 months ago
  67. 657e61d tint: Add and use new Std140 transform by Ben Clayton · 2 years, 7 months ago
  68. 655db07 tint/sem: Rename sem::Manager to TypeManager by Ben Clayton · 2 years, 7 months ago
  69. c20c5df tint: Implement const eval of binary multiply by Antonio Maiorano · 2 years, 7 months ago
  70. 2b47c21 tint/sem: Add Find() to the type manager by Ben Clayton · 2 years, 7 months ago
  71. 426b47e tint: add missing F16 conversion expression support by Zhaoming Jiang · 2 years, 7 months ago
  72. 0c7c23b tint: Misc hash / container contract improvements by Ben Clayton · 2 years, 7 months ago
  73. 6a17e33 tint/writer: Remove spirv::Operand hasher by Ben Clayton · 2 years, 7 months ago
  74. b04d992 tint/utils: Fix Hashmap::GetOrCreate() for map mutation in create by Ben Clayton · 2 years, 7 months ago
  75. b6d52438 tint: Improve resolver test helper to specify more than one expression arg by Antonio Maiorano · 2 years, 7 months ago
  76. cd716e6 tint::CloneContext: Use Hashmap::Generation() by Ben Clayton · 2 years, 7 months ago
  77. 4e0335c tint/utils: Add Generation() to Hashmap and Hashset. by Ben Clayton · 2 years, 7 months ago
  78. ff0295e tint: Fix AInt -> AFloat implicit conversion from construction by Antonio Maiorano · 2 years, 7 months ago
  79. 5361d9e Convert @id to an expression. by dan sinclair · 2 years, 7 months ago
  80. 54bcbdb tint/resolver: Fix intrinsic table matching of AInt as AFloat by Ben Clayton · 2 years, 7 months ago
  81. 7b332ab Remove cmake visibility flags. by dan sinclair · 2 years, 7 months ago
  82. be4c9f4 Convert @group to an expression by dan sinclair · 2 years, 7 months ago chromium/5270
  83. f9b831c Convert @binding to an expression by dan sinclair · 2 years, 7 months ago
  84. cbe8b36 tint: spir-v reader: add support for GLSLstd450Determinant by Antonio Maiorano · 2 years, 7 months ago
  85. 7517e21 Update `workgroup_size` to use `expression`. by dan sinclair · 2 years, 8 months ago
  86. 436b4a2 Drop `maybe_` from method names. by dan sinclair · 2 years, 8 months ago
  87. 202362f Convert to new expression grammar by dan sinclair · 2 years, 8 months ago chromium/5260
  88. acdf6e1 Remove `ast::VariableBindingPoint` in favour of `sem::BindingPoint`. by dan sinclair · 2 years, 8 months ago
  89. 93c2d55 tint/utils: Default to using Hasher instead of std::hash by Ben Clayton · 2 years, 8 months ago
  90. 18dc315 tint::CloneContext: Use utils::Hashset and utils::Hashmap by Ben Clayton · 2 years, 8 months ago
  91. b90b6bf tint: Minor no-op cleanup changes by Ben Clayton · 2 years, 8 months ago
  92. e3f2005 tint/utils: Cleanup & optimize hash utilities by Ben Clayton · 2 years, 8 months ago
  93. e5d3371 tint: Castable - optimize IsAnyOf() by Ben Clayton · 2 years, 8 months ago
  94. cdcc859 tint: Clean up AddSpirvBlockAttribute by Ben Clayton · 2 years, 8 months ago
  95. 4964d9b Convert `@align` to hold an expression. by dan sinclair · 2 years, 8 months ago
  96. 64b0995 Update `type_decl` and `primary_expression` by dan sinclair · 2 years, 8 months ago
  97. 08d735e Add missing relational_expression.post.unary_expression checks. by dan sinclair · 2 years, 8 months ago
  98. a838e34 Handle peeking past placeholder elements. by dan sinclair · 2 years, 8 months ago
  99. 393de08 Add `mat_prefix`, `vec_prefix`, `callable` and `type_decl_without_ident` by dan sinclair · 2 years, 8 months ago
  100. 9284f8a Add test for let with complex constructor by dan sinclair · 2 years, 8 months ago