1. 34a2d65 [hlsl][ir] Skip promoting lets to lets by dan sinclair · 5 months ago
  2. 3ddc07a [glsl][ir] Make GLSL IR the only GLSL in tint e2e. by dan sinclair · 5 months ago
  3. 1217dc1 [glsl] Remove the non-IR GLSL expectations. by dan sinclair · 5 months ago
  4. 1ab9f5e [msl ir] Convince the Metal compiler loops are never infinite by David Neto · 5 months ago
  5. 012551a Convince the metal compiler that loops are never infinite by David Neto · 5 months ago
  6. cdc7991 HLSL-IR: regen skips by Antonio Maiorano · 6 months ago
  7. 94884fc [glsl] Run PreservePadding before DirectVariableAccess by James Price · 6 months ago
  8. 925f03f [glsl] Name padding fields consistently by James Price · 6 months ago
  9. 71c1d54 [glsl] Propagate names to block struct wrappers by James Price · 6 months ago
  10. 2574827 [glsl][ir] Add struct padding members by dan sinclair · 6 months ago
  11. a6300bf [glsl] Convert `select` to `mix` instead of ternary. by dan sinclair · 6 months ago
  12. d032c62 HLSL-IR: emit constant i32 literals as int(<literal>) by Antonio Maiorano · 6 months ago
  13. c3d5d86 Make more FXC f16 tests INVALID by Antonio Maiorano · 6 months ago
  14. 949fa99 [glsl][ir] Polyfill the `select` command. by dan sinclair · 6 months ago
  15. cca4859 HLSL-IR: workaround DXC bug when 'as' casting constant integral splats by Antonio Maiorano · 7 months ago
  16. 607f4cb [tint] Fix max float as integer in conversion 'ConvF32ToIU32' by Peter McNeeley · 7 months ago
  17. a561b98 [glsl][ir] Create header section before preamble. by dan sinclair · 7 months ago
  18. f15c1c3 [glsl][ir] Add ShaderIO by dan sinclair · 7 months ago
  19. 182d933 [glsl][ir] Emit global variable information. by dan sinclair · 7 months ago
  20. 2d24558 [msl] Polyfill signed integer arithmetic by James Price · 7 months ago
  21. 1e0c201 [glsl][ir] Regenerate skips by dan sinclair · 7 months ago
  22. 6b1e61b [glsl][ir] Fix emission of array elements by dan sinclair · 7 months ago
  23. 73fd374 [msl] Emit TINT_ISOLATE_UB macro by James Price · 7 months ago
  24. adaa316 [glsl][ir] Emit `Access` by dan sinclair · 7 months ago chromium/6692 chromium/6693 chromium/6694 chromium/6695 chromium/6696
  25. c2f6f2f [glsl][ir] Emit load and store by dan sinclair · 7 months ago
  26. 6e93ca5 [glsl][ir] Generate skips. by dan sinclair · 7 months ago
  27. 5026041 [spirv][ir] Add memory model annotations to Load/Store by dan sinclair · 7 months ago
  28. 61c2d1e [msl] Implement PackedVec3 transform by James Price · 7 months ago
  29. aef5957 [hlsl] Regen skips for HLSL tint e2e files (both non-IR and IR) by Antonio Maiorano · 7 months ago
  30. cc9f37f [tint] Improve e2e test output by Antonio Maiorano · 7 months ago
  31. 520a86a [msl] Fix host-shareable struct padding by James Price · 7 months ago
  32. 014d6f7 Make more fxc.hlsl files INVALID by Antonio Maiorano · 7 months ago
  33. 4f97c0e test_runner: scrub path of error/warning messages for FXC files by Antonio Maiorano · 7 months ago
  34. cf2f4d6 [hlsl] Regen skips for all tint e2e hlsl files by Antonio Maiorano · 7 months ago
  35. d117d65 [spirv][ir] Add some missing decorations. by dan sinclair · 7 months ago
  36. 999d93a Allow marking expectations as INVALID. by dan sinclair · 7 months ago
  37. 780c409 Regen ir.fxc.hlsl files by Antonio Maiorano · 7 months ago
  38. 67b738c [spirv] Move E2E expectations to default paths by James Price · 8 months ago
  39. 0b5de40 [spirv] Remove AST E2E expectations by James Price · 8 months ago
  40. 1b77b6c [spirv] Generate IR expectations. by dan sinclair · 8 months ago
  41. 8f1d276 [hlsl] Update expectations for HLSL IR. by dan sinclair · 8 months ago
  42. 78fef87 GLSL: Skip tail padding on interface blocks. by Stephen White · 8 months ago
  43. 48be7e8 [msl] Add newlines between global declarations by James Price · 9 months ago
  44. d1c31db [hlsl] Add passthrough builtin calls by dan sinclair · 9 months ago
  45. c69667d [hlsl] Emit zero value var initializers by dan sinclair · 9 months ago
  46. 6d509cf [hlsl] Add simple `Load` instruction. by dan sinclair · 9 months ago
  47. 6931379 [hlsl] Add generated IR expectations. by dan sinclair · 10 months ago
  48. 085093d [msl] Use the output of FlattenBindings by James Price · 10 months ago
  49. b5a904c [msl] Emit continuing inside a new block by James Price · 10 months ago chromium/6519
  50. 1aad86d [msl] Move RenameConflicts to core and use it by James Price · 10 months ago
  51. 38bef55 [ir] Fix consecutive calls in dependency scanner by James Price · 10 months ago
  52. 77ac3f1 [ir] Add RemoveTerminatorArgs transform by James Price · 10 months ago
  53. dd89ce4 [glsl] Reorder GLSL transforms. by dan sinclair · 10 months ago
  54. 47fddc2 [msl] Emit struct name before constructors by James Price · 10 months ago
  55. de73431 [msl] Handle pointers in printer by James Price · 10 months ago
  56. 460f092 [msl] Update expectations by James Price · 10 months ago
  57. a30f8dd [msl] Regenerate E2E expectations for IR by James Price · 11 months ago
  58. 7c14dba [spirv-writer][ast] Only use StorageInputOutput16 if needed by James Price · 1 year, 2 months ago
  59. 1c5c266 GLSL: move the AddBlockAttribute transform before OffsetFirstIndex. by Stephen White · 1 year, 2 months ago
  60. 144ebed tint/hlsl: widen scope of workaround of DXC bug with const structs/arrays by Antonio Maiorano · 1 year, 2 months ago
  61. 02262d8 [tint][msl] Fix C++17 warning. by Ben Clayton · 1 year, 2 months ago
  62. ffd485c [tint][msl] Replace volatile loop conditional with outer volatile conditional. by Ben Clayton · 1 year, 2 months ago
  63. 9be037c [tint][msl]: Use a volatile bool to control loop preservation by Ben Clayton · 1 year, 2 months ago
  64. ea0fda3 [ast,msl]: packed_vec3: Unroll loop for small composite copy by David Neto · 1 year, 2 months ago
  65. e856861 Tint: Don't override HLSL shader model for fp16 by Jiawei Shao · 1 year, 3 months ago
  66. 26dc5f6 msl ast_writer: Prevent emitted loops from erasure during optimizations by David Neto · 1 year, 3 months ago
  67. 3378a57 Update buffer/storage e2e tests. by dan sinclair · 1 year, 4 months ago
  68. f1f381a [ir][msl] Generate expectation files. by dan sinclair · 1 year, 4 months ago
  69. f27e765 tint/hlsl: workaround DXC bug with const structs/arrays of matrices by Antonio Maiorano · 1 year, 5 months ago
  70. d1368d7 tint: workaround DXC bug with splatted vector constant storage buffer args by Antonio Maiorano · 1 year, 7 months ago
  71. c00ff7f [tint] do not emit space for binding group 0 by Peng Huang · 2 years ago
  72. 03de0e8 Move tint::transform::Robustness to a santizier transform by Ben Clayton · 2 years, 1 month ago
  73. b990d39 test/tint: Update SKIP "expectations" by Ben Clayton · 2 years, 1 month ago
  74. 4d3af66 tint/msl: Preserve trailing vec3 padding by James Price · 2 years, 1 month ago
  75. 6176c85 tint: Preserve padding in matrices with three rows by James Price · 2 years, 1 month ago
  76. 1a1b527 tint/transform: Inline HLSL uniform / storage buffers by Ben Clayton · 2 years, 1 month ago
  77. 971318f tint: Replace all remaining AST types with ast::Type by Ben Clayton · 2 years, 1 month ago
  78. 8753796 tint: Add PreservePadding transform by James Price · 2 years, 4 months ago
  79. 776b221 Tint/E2E: Add f16 uniform/storage buffer E2E tests by Zhaoming Jiang · 2 years, 4 months ago
  80. 6ab5d3c Tint/transform: make AddBlockAttribute always do wrapping if possible by Zhaoming Jiang · 2 years, 5 months ago
  81. a92f425 tint/writer/msl: Move packed_vector hacks to transform by Ben Clayton · 2 years, 5 months ago chromium/5386
  82. 13f0890 tint/intrinsics: Texture queries now return unsigned integer / vectors by Ben Clayton · 2 years, 5 months ago
  83. 06844a5 tint/hlsl: remove [loop] attribute on all loops by Antonio Maiorano · 2 years, 6 months ago
  84. 05d8b02 GLSL: implement host-visible memory padding. by Stephen White · 2 years, 6 months ago
  85. 863d9ed GLSL: Change Add[Spirv]BlockAttribute to support GLSL by Stephen White · 2 years, 7 months ago
  86. ff13302 tint/transform: Fix index 0 accessing in DecomposeMemoryAccess by Zhaoming Jiang · 2 years, 7 months ago
  87. 3abad2c When emitting a MSL struct initializer emit the struct name. by dan sinclair · 2 years, 8 months ago
  88. 7d34de8 tint/test-runner: Split expectations for FXC and DXC by Ben Clayton · 2 years, 8 months ago
  89. 5286ea9 tint: Disallow write-only storage buffers by dan sinclair · 2 years, 9 months ago
  90. 19576e9 tint/writer: Handle and emit 'const' variables by Ben Clayton · 2 years, 9 months ago
  91. f47887d tint/writer/msl: Generate an array<T,N> helper by Ben Clayton · 2 years, 9 months ago
  92. b29892b Update src/tint unittests to new @stage format. by dan sinclair · 2 years, 10 months ago chromium/5108
  93. 8e34852 tint/writer/spirv: Inline constant expressions by Ben Clayton · 2 years, 10 months ago
  94. e9f8b09 tint/writer/hlsl: Inline constant expressions by Ben Clayton · 2 years, 10 months ago
  95. cb6ddd2 tint/writer/msl: Inline constant expressions by Ben Clayton · 2 years, 10 months ago
  96. 25b7e98 tint/writer/glsl: Inline constant expressions by Ben Clayton · 2 years, 10 months ago
  97. 3b671cb wgsl: Separate struct members with commas by James Price · 3 years ago
  98. dbc13af tint->dawn: Shuffle source tree in preperation of merging repos by Ryan Harrison · 3 years, 1 month ago