1. 5d40b8c [fuzz] Validate IR modules against fuzzer-specific capabilities by James Price · 5 months ago chromium/6824
  2. c86c5f2 [tint][ir][val] Check numeric type of params to @workgroup_size by Ryan Harrison · 5 months ago
  3. fea9ee9 [glsl] Remove Ternary instruction by James Price · 5 months ago
  4. b5c7b77 [dawn] Support additional 1-component vertex formats by Corentin Wallez · 5 months ago
  5. 78016b8 HLSL-IR: Remove TODOs that are already done by Antonio Maiorano · 5 months ago
  6. 08b478b [glsl] Use SingleEntryPoint in fuzzer by James Price · 5 months ago
  7. e9f21c6 [glsl] Stop fuzzing options by James Price · 5 months ago
  8. 9b0d943 [glsl] Add fuzzer precondition for subgroup builtins by James Price · 5 months ago
  9. 20caac5 [glsl] Add fuzzer precondition for clip_distance by James Price · 5 months ago
  10. 940c7f3 [glsl] Add fuzzer precondition for input attachments by James Price · 5 months ago
  11. 67ecb15 [glsl] Add fuzzer precondition for subgroups by James Price · 5 months ago
  12. f2acf96 [glsl] Add fuzzer precondition for read-write storage textures by James Price · 5 months ago
  13. 46043c5 [glsl] Use GenerateBindings() for texture-builtins-from-uniform by James Price · 5 months ago
  14. 406fb0e [glsl] Remove AST version of GenerateBindings() by James Price · 5 months ago
  15. d9885d9 [glsl] Use IR version of SingleEntryPoint in more places by James Price · 5 months ago
  16. d1fd099 [ir] Fix multiple variable removal in SingleEntryPoint by James Price · 5 months ago
  17. 70d48ee [ir] Add source information to the IR. by dan sinclair · 5 months ago
  18. 8d98ba0 HLSL-IR: run DemoteToHelper even earlier by Antonio Maiorano · 5 months ago
  19. 6f5b030 HLSL-IR: fix ShaderIO OOB indexing when mixing subgroup and workgroup inputs with others by Antonio Maiorano · 5 months ago
  20. bfef434 [ir] Add concept of overrides to the IR. by dan sinclair · 5 months ago
  21. a0239e7 HLSL-IR: Fix default-only-switch workaround for FXC by Antonio Maiorano · 5 months ago
  22. efed88f [tint][ir][val] Handle null types in lets when logging errors by Ryan Harrison · 5 months ago
  23. 1c61352 [tint][ir][val] Reject duplicate function params by Ryan Harrison · 5 months ago
  24. cce0769 [tint][ir][fuzz] Disable encoding/decoding SubgroupMatrix in IR binary by Ryan Harrison · 5 months ago
  25. a56fede Test parsing `clip_distance` in `gl_PerVertex` with SPIR-V IR Reader by Jiawei Shao · 5 months ago chromium/6810
  26. d80ef7d tint: Make Command::LookPath also look in the executable directory by Antonio Maiorano · 5 months ago
  27. ebdd6ad [tint][ir][val] Check access type exists before dereferencing by Ryan Harrison · 5 months ago
  28. 96ea474 [tint][ir][val] Check rules around bool for shader IO by Ryan Harrison · 5 months ago
  29. 2710aff HLSL-IR: Fix fmod polyfill by Antonio Maiorano · 5 months ago
  30. 7574245 [ir] Change `workgroup_size` to a `Value`. by dan sinclair · 5 months ago
  31. 4c3d590 Fix transform name typo. by dan sinclair · 5 months ago
  32. 27cde38 HLSL-IR: Fix dynamic buffer access for atomic ops in DecomposeStorageAccess by Antonio Maiorano · 5 months ago
  33. f14f73d [tint][ir][val] Clean up tests to use utility functions by Ryan Harrison · 5 months ago
  34. 6e4d863 [ir] Update transform names when validating. by dan sinclair · 5 months ago
  35. 5f21563 HLSL-IR: Use stable_sort to sort members in ShaderIO (part 2) by Antonio Maiorano · 5 months ago
  36. 9eb59d0 HLSL-IR: fix frexp polyfill by Antonio Maiorano · 5 months ago
  37. 5f5bc99 HLSL-IR: add support for interstage variables by Antonio Maiorano · 5 months ago chromium/6801
  38. 7212f86 [ir] Add single entry point transform by James Price · 5 months ago
  39. b09deb2 [tint] Fix comment typos by James Price · 5 months ago
  40. a4bae3f [ir] Rename `sampler` in multiplanar transform. by dan sinclair · 5 months ago
  41. 809e420 [ir] Add ReferencedFunctions helper by James Price · 5 months ago
  42. 8094ad1 HLSL-IR: Use stable_sort to sort members in ShaderIO by Antonio Maiorano · 5 months ago
  43. 997865f Roll build folder by Jiawei Shao · 5 months ago
  44. c44271b [hlsl][ir] Only move a value to a let once. by dan sinclair · 5 months ago chromium/6798
  45. ed15f85 [tint] Validate that `@align()` is large enough by James Price · 5 months ago
  46. aee66d2 HLSL-IR: Fix ArrayLengthFromUniform not applying by Antonio Maiorano · 5 months ago
  47. 34a2d65 [hlsl][ir] Skip promoting lets to lets by dan sinclair · 5 months ago
  48. 2ad36ee [tint][ir][fuzz] Prevent encoding a binary that won't decode by Ryan Harrison · 5 months ago
  49. d86bb43 HLSL-IR: fix arrays of size 1 initialization by Antonio Maiorano · 5 months ago
  50. 6685fff [tint][ir] Limit size of arrays being decoded from binary by Ryan Harrison · 5 months ago
  51. 66652df HLSL-IR: add support for clip_distances. by Antonio Maiorano · 5 months ago
  52. d2bb5a1 [tint][ir][val] Enforce @workgroup_size only valid for compute by Ryan Harrison · 5 months ago
  53. 923877f [glsl] Remove the GLSL AST code. by dan sinclair · 5 months ago
  54. fa3f89b [tint][ir][val] Implement `CheckBuiltIn` by Ryan Harrison · 5 months ago
  55. 1efee19 [glsl] Remove `glsl` AST paths from `tint` command. by dan sinclair · 5 months ago
  56. fbc4ce7 [ir] Speed up `CheckType` validation. by dan sinclair · 5 months ago
  57. a84ddea [glsl] Enable DISABLED unit tests by James Price · 5 months ago
  58. 22ed96a HLSL-IR: implement pixel_local feature by Antonio Maiorano · 5 months ago
  59. ce207a7 [tint][hlsl] Polyfill texture sample bias clamping by Peter McNeeley · 5 months ago chromium/6785
  60. 66ea12f [ir] Simplify RenameConflicts by James Price · 5 months ago
  61. 0ecdfeb [ir] Rename all shadowing declarations by James Price · 5 months ago
  62. a1dcbf0 [hlsl] Make decompose transforms deterministic by James Price · 5 months ago
  63. 52deb2f [tint] Clamp lod bias from -16.0 to 15.99 by Peter McNeeley · 5 months ago chromium/6783
  64. 05738cd Support ClipDistances in SPIR-V reader with Tint AST - Part I by Jiawei Shao · 5 months ago
  65. f3f10d5 [ir] Disallow access with no indices by James Price · 5 months ago
  66. 7a6e017 [spirv-reader] Avoid creating access with no indices by James Price · 5 months ago
  67. 74080ec DirectVariableAccess: Avoid creating access with no indices by James Price · 5 months ago
  68. c1de48f [hlsl] Fix f16 vector element stores in storage by James Price · 5 months ago
  69. 81641be [glsl] Add fuzzer for IR generator by James Price · 5 months ago
  70. 1ab9f5e [msl ir] Convince the Metal compiler loops are never infinite by David Neto · 5 months ago
  71. 012551a Convince the metal compiler that loops are never infinite by David Neto · 5 months ago
  72. 3e77dd7 HLSL-IR: Fix texture Sample and SampleLevel return type on depth textures by Antonio Maiorano · 6 months ago
  73. ed682f5 HLSL-IR: improve ICE error message by Antonio Maiorano · 6 months ago
  74. 2bb8107 HLSL-IR: ICE on inputAttachmentLoad builtin by Antonio Maiorano · 6 months ago
  75. f0893de HLSL-IR: ICE on @color attribute by Antonio Maiorano · 6 months ago
  76. c13d761 spirv reader: add some dynamic index tests by Antonio Maiorano · 6 months ago
  77. 38cce38 ir validator: improve error message on member call type mismatch by Antonio Maiorano · 6 months ago
  78. e564270 [glsl] Add benchmark for IR generator by James Price · 6 months ago
  79. 94884fc [glsl] Run PreservePadding before DirectVariableAccess by James Price · 6 months ago
  80. 925f03f [glsl] Name padding fields consistently by James Price · 6 months ago
  81. 71c1d54 [glsl] Propagate names to block struct wrappers by James Price · 6 months ago
  82. 074e17e HLSL-IR: fix error: unary: no matching overload for 'operator - (u32)' (again) by Antonio Maiorano · 6 months ago
  83. b95a03a HLSL-IR: polyfill modf and frexp by Antonio Maiorano · 6 months ago
  84. 020e317 Support Dual Source Blending in SPIR-V reader with Tint AST by Jiawei Shao · 6 months ago
  85. 15bbe6b HLSL-IR: ReplaceNonIndexableMatVecStores transform by Antonio Maiorano · 6 months ago
  86. 6a8b16c [tint][ir][val] Cleanup `CheckFunction` and utilities by Ryan Harrison · 6 months ago
  87. 36778a9 Support ClipDistances in SPIR-V reader with Tint IR by Jiawei Shao · 6 months ago
  88. c644290 Support Dual Source Blending in SPIR-V reader with Tint IR by Jiawei Shao · 6 months ago
  89. a01beb5 [glsl][ir] Add padding to inline structs by dan sinclair · 6 months ago
  90. 2574827 [glsl][ir] Add struct padding members by dan sinclair · 6 months ago
  91. 34a321b [glsl][ir] Set more tests as `glsl-desktop` by dan sinclair · 6 months ago
  92. bfb6645 HLSL-IR: fix textureDimensions polyfill using invalid type for swizzle (again) by Antonio Maiorano · 6 months ago
  93. 4103ee3 [glsl][ir] Cleanup textures when replacing in builtin uniforms. by dan sinclair · 6 months ago
  94. d048638 [glsl][ir] Handle sampler-less depth textures. by dan sinclair · 6 months ago
  95. eef5708 [glsl][ir] Fix `coord` type for `imageStore` by dan sinclair · 6 months ago
  96. 1bde07c [glsl][ir] Consistently use `idx` for texture arguments. by dan sinclair · 6 months ago
  97. 367c032 [glsl][ir] Polyfill `textureSampleCompareLevel` by dan sinclair · 6 months ago
  98. cdfb6e7 [glsl][ir] Polyfill `textureSampleCompare` by dan sinclair · 6 months ago
  99. 4260675 [glsl] Add OffsetFirstIndex transform by James Price · 6 months ago chromium/6765
  100. 978af55 [glsl] Clamp frag depth using push constant values by James Price · 6 months ago