1. b32c22c spirv-reader: Polyfill GLSLStd450 Degrees and Radians by Corentin Wallez · 3 years, 8 months ago
  2. f7d0c1c spirv-reader: polyfill scalar reflect by David Neto · 3 years, 8 months ago
  3. 294cb95 Re-generate expected outputs. by Ben Clayton · 3 years, 8 months ago
  4. 5ac96af test: Add FXC test cases for indexing arrays in structs by Ben Clayton · 3 years, 8 months ago
  5. 7204756 intrinsics: Add `mix(vec, vec, f32)` overload by Ben Clayton · 3 years, 8 months ago
  6. 053559d intrinsics: Add new struct form of modf(), frexp() by Ben Clayton · 3 years, 8 months ago
  7. f7e73d4 Add tests derived from VK-GL-CTS by Alastair Donaldson · 3 years, 8 months ago
  8. 81d4ed0 Fix operator% for f32 and vecN<f32> by Ben Clayton · 3 years, 8 months ago
  9. 7ec7794 Remove accidental commit by Ben Clayton · 3 years, 8 months ago
  10. 33afd6c Revert "writer/hlsl: Special case negative zero" by Ben Clayton · 3 years, 8 months ago
  11. 6e8ace0 test: Add a case for resources used through lets by Ben Clayton · 3 years, 8 months ago
  12. 9889ff0 writer/msl: Emulate scalar length and distance by James Price · 3 years, 8 months ago
  13. efceb83 writer/hlsl: Special case negative zero by Ben Clayton · 3 years, 8 months ago
  14. 1fa28ac Add support for converting bool to other types by James Price · 3 years, 8 months ago
  15. 595b054 writer[spirv,hlsl]: Call UnwrapRef() for splats by Ben Clayton · 3 years, 8 months ago
  16. b85099a test: Split binary_expressions into separate tests by Ben Clayton · 3 years, 8 months ago
  17. 883fb63 transform: Don't unroll arrays in DecomposeMemoryAccess by Ben Clayton · 3 years, 8 months ago
  18. 1da4073 test: Add case for tint:977 by Ben Clayton · 3 years, 8 months ago
  19. 0bff3fb writer/wgsl: Fix printing of for-loops by Ben Clayton · 3 years, 8 months ago
  20. 8e38fad transform/InlinePtrLets: Fix ICE for lets in for-loops by Ben Clayton · 3 years, 8 months ago
  21. b478f97 IntrinsicTable: De-duplicate returned Intrinsics by Ben Clayton · 3 years, 8 months ago
  22. e54e26d writer/hlsl: Emit more helpers for intrinsic calls by Ben Clayton · 3 years, 8 months ago
  23. f242fb9 test: Add test case for tint:998 by Ben Clayton · 3 years, 8 months ago
  24. 8a96c78 transform: Fixes for DecomposeMemoryAccess by Ben Clayton · 3 years, 8 months ago
  25. 60dae24 Reland "Validate storage class constraints" by Antonio Maiorano · 3 years, 8 months ago
  26. 9e0b3cc [intrinsics]: Add texture_1d level overloads by Ben Clayton · 3 years, 8 months ago
  27. 3242d3e writer/hlsl: Use vector write helper for dynamic indices by Ben Clayton · 3 years, 8 months ago
  28. d35975a Add test case for tint:978 by Ben Clayton · 3 years, 8 months ago
  29. de2b7db Make ArrayLengthFromUniform transform emit a valid UBO by Antonio Maiorano · 3 years, 8 months ago
  30. 6e459fe sem: Add CompoundStatement by Ben Clayton · 3 years, 8 months ago
  31. f6a4fe0 Add test case for tint:219 by Ben Clayton · 3 years, 8 months ago
  32. 4166ecc Factor out the InspectorHelper from the Inspector test file by Ryan Harrison · 3 years, 8 months ago
  33. 8d33b85 writer/hlsl: Implement invariant attribute by James Price · 3 years, 8 months ago
  34. 51cfe26 writer/hlsl: Simplify UBO accesses for static indexing by Ben Clayton · 3 years, 8 months ago
  35. 71f619b [resolver]: Begin constant value evaluation by Ben Clayton · 3 years, 8 months ago
  36. aa48b1a Revert "Validate storage class constraints" by Ben Clayton · 3 years, 8 months ago
  37. 2c2aa2a writer/msl: Implement invariant attribute by James Price · 3 years, 8 months ago
  38. fd5829e Validate storage class constraints by Antonio Maiorano · 3 years, 8 months ago
  39. 88b8e2f writer/spirv: Implement invariant attribute by James Price · 3 years, 8 months ago
  40. fcc0de0 wgsl: Implement invariant attribute by James Price · 3 years, 8 months ago
  41. f07ad67 ast: Add InvariantDecoration by James Price · 3 years, 8 months ago
  42. 9569e2c writer/msl: Emit helper functions for atomicCompareExchangeWeak by Ben Clayton · 3 years, 8 months ago
  43. e027e81 writer/hlsl: Emit helper functions for storage class atomic intrinsics by Ben Clayton · 3 years, 8 months ago
  44. 1843c0b [writer/hlsl]: Fix order of atomic method arguments. by Ben Clayton · 3 years, 8 months ago
  45. 1b03f0a reader/wgsl: Generate ForLoopStatements by Ben Clayton · 3 years, 8 months ago
  46. 03c8393 [writer/msl]: Implement modf and frexp by Ben Clayton · 3 years, 8 months ago
  47. e4fd4a2 test/intrinsics/gen: Use '0' for level parameters by Ben Clayton · 3 years, 8 months ago
  48. 79fae01 Remove texture_external overload for textureSample by Brandon Jones · 3 years, 8 months ago
  49. 5d922d0 Revert "writer/hlsl: Special case negative zero" by Ben Clayton · 3 years, 8 months ago
  50. 70a3fa1 [intrinsics] rm f32 overloads of reflect, faceForward by Ben Clayton · 3 years, 8 months ago
  51. a7392fb [test]: Add test case for tint:369 by Ben Clayton · 3 years, 8 months ago
  52. 97bddee [transform] Add ForLoopToLoop by Ben Clayton · 3 years, 8 months ago
  53. 2ba8315 [test]: Add some test cases for for-loops by Ben Clayton · 3 years, 8 months ago
  54. 1e15361 [utils]: Add TINT_DEFER() by Ben Clayton · 3 years, 8 months ago
  55. 26b6edc writer/hlsl: Special case negative zero by Ben Clayton · 3 years, 8 months ago
  56. 9545fb7 Remove depreated APIs and WGSL by Ben Clayton · 3 years, 9 months ago
  57. 692fc20 [writer/hlsl,msl] Correctly generate inf and nan literals by Ben Clayton · 3 years, 9 months ago
  58. 5d8eb4a reader/wgsl: Improve reserved keyword error messages by Ben Clayton · 3 years, 9 months ago
  59. b4ff73e [hlsl] transform: Zero init arrays with a loop by Ben Clayton · 3 years, 9 months ago
  60. b045521 Add refract intrinsic by Ben Clayton · 3 years, 9 months ago
  61. 537ed0b Update expected MSL for bug 926 E2E test by James Price · 3 years, 9 months ago
  62. 4135ea5 writer/hlsl: Don't wrap arrays in structures by Ben Clayton · 3 years, 9 months ago
  63. 106ac29 Remove accidental commit by Ben Clayton · 3 years, 9 months ago
  64. 0e41747 writer/hlsl: Emit for-loops where possible. by Ben Clayton · 3 years, 9 months ago
  65. 9ad49e4 test: Add more reported bug cases by Ben Clayton · 3 years, 9 months ago
  66. 5e60768 transform: Add LoopToForLoop by Ben Clayton · 3 years, 9 months ago
  67. 75cd592 transform: Add FoldTrivialSingleUseLets by Ben Clayton · 3 years, 9 months ago
  68. 3124d43 writer/hlsl: Use unsigned indices for UBOs by Ben Clayton · 3 years, 9 months ago
  69. 2bb4538 writer/hlsl: Zero initialize with (T) 0 by Ben Clayton · 3 years, 9 months ago
  70. 65cd259 ast: Add ForLoopStatement node by Ben Clayton · 3 years, 9 months ago
  71. 37cabbb validation: structures cannot be empty by James Price · 3 years, 9 months ago
  72. 885488d writer/msl: Use UniqueIdentifier() for padding field names by Ben Clayton · 3 years, 9 months ago
  73. fb4e751 test: Add tests to verify variables are zero initialized by Ben Clayton · 3 years, 9 months ago
  74. 71a1f58 test: move test/var files to test/var/uses by Ben Clayton · 3 years, 9 months ago
  75. 5e2d8af test: Add missing .expected files by Ben Clayton · 3 years, 9 months ago
  76. 0273f1a transform: Rename BoundArrayAccessors to Robustness by Ben Clayton · 3 years, 9 months ago
  77. 51b9da4 writer/hlsl: Fix level packing for textureLoad() by Ben Clayton · 3 years, 9 months ago
  78. b293f51 Implement FXC workaround for vector access in loops resulting in failed loop unrolling by Antonio Maiorano · 3 years, 9 months ago
  79. e6cb51e validation: compute shader must include 'workgroup_size' in its attributes by Sarah · 3 years, 9 months ago
  80. d18f2e0 writer/spirv: Do not add Flat to fragment outputs by James Price · 3 years, 9 months ago
  81. 91622e3 spirv-reader: flatten output matrix, array, struct by David Neto · 3 years, 9 months ago
  82. 5ea0fe0 writer/spirv: Add Flat decoration to integers by James Price · 3 years, 9 months ago
  83. f2ec7f3 writer/msl: Implement atomics by Ben Clayton · 3 years, 9 months ago
  84. 4b7af8d writer/spirv: Handle terminators in BlockStatements by Ben Clayton · 3 years, 9 months ago
  85. 077fe64 intrinsics: Add missing select() overload by James Price · 3 years, 9 months ago
  86. c7aa21e writer/spirv: Implement interpolate attributes by James Price · 3 years, 9 months ago
  87. 0dd41c6 writer/hlsl: Implement interpolate attributes by James Price · 3 years, 9 months ago
  88. f8e0b7d writer/msl: Implement interpolate attributes by James Price · 3 years, 9 months ago
  89. 545f4e0 writer/wgsl: Implement interpolate attributes by James Price · 3 years, 9 months ago
  90. e37044a ast: Add InterpolateDecoration and related enums by James Price · 3 years, 9 months ago
  91. 65cb20c test: Move 'splat' tests to expressions, split up by Ben Clayton · 3 years, 9 months ago
  92. f24b37e writer/msl: Rework string printing by Ben Clayton · 3 years, 9 months ago
  93. c03a09c writer/hlsl: Rework string printing by Ben Clayton · 3 years, 9 months ago
  94. 5b9203c test: Emit expected HLSL file by Ben Clayton · 3 years, 9 months ago
  95. 07b59ca writer/spirv: Generate load of atomic value arguments by Ben Clayton · 3 years, 9 months ago
  96. c843488 writer/hlsl: Swizzle depth texture intrinsics by Ben Clayton · 3 years, 9 months ago
  97. 57a737b validation: validate store type of builtin variables by Sarah · 3 years, 9 months ago
  98. e0cc771 intrinsics: Limit fwidth builtins to fragment shaders by James Price · 3 years, 9 months ago
  99. fd75bd0 test: Add test cases for zero value constructors by Ben Clayton · 3 years, 9 months ago
  100. 41f21fe writer/hlsl: Emit zero values for private variables by Ben Clayton · 3 years, 9 months ago