1. d319ae7 Update `tint` to use new single entry point path for SPIR-V by dan sinclair · 3 months ago
  2. 0c359fd Update `tint` to use new single entry point path for HLSL by dan sinclair · 3 months ago
  3. f9b6b90 [glsl] Use PreventInfiniteLoops transform by James Price · 3 months ago
  4. 2fce407 [spirv] Use PreventInfiniteLoops transform by James Price · 3 months ago
  5. 5947554 [hlsl] Use PreventInfiniteLoops transform by James Price · 3 months ago
  6. 59b5e9d [msl] Use PreventInfiniteLoops by James Price · 3 months ago
  7. 25da285 [msl] Use vector component notation in more places by James Price · 3 months ago
  8. ec3114d Enable `robustness` transform by default in `tint`. by dan sinclair · 3 months ago
  9. 83e6619 msl: mitigate infinite loops only when requesting robustness by David Neto · 3 months ago
  10. a0239e7 HLSL-IR: Fix default-only-switch workaround for FXC by Antonio Maiorano · 4 months ago
  11. 3ddc07a [glsl][ir] Make GLSL IR the only GLSL in tint e2e. by dan sinclair · 4 months ago
  12. 1217dc1 [glsl] Remove the non-IR GLSL expectations. by dan sinclair · 4 months ago
  13. 1ab9f5e [msl ir] Convince the Metal compiler loops are never infinite by David Neto · 5 months ago
  14. 012551a Convince the metal compiler that loops are never infinite by David Neto · 5 months ago
  15. 8055bf4 [glsl][ir] Polyfill `textureSample` by dan sinclair · 5 months ago
  16. 6fd5da8 [glsl][ir] Regenerate skips by dan sinclair · 5 months ago
  17. a6300bf [glsl] Convert `select` to `mix` instead of ternary. by dan sinclair · 5 months ago
  18. 0c0e7ec Add "hlsl-fxc" format to Tint executable by Antonio Maiorano · 5 months ago
  19. d032c62 HLSL-IR: emit constant i32 literals as int(<literal>) by Antonio Maiorano · 5 months ago
  20. fae723c [glsl] Regenerate skips by dan sinclair · 5 months ago
  21. a532ca4 [glsl][ir] Regenerate skips by dan sinclair · 6 months ago
  22. 949fa99 [glsl][ir] Polyfill the `select` command. by dan sinclair · 6 months ago
  23. 607f4cb [tint] Fix max float as integer in conversion 'ConvF32ToIU32' by Peter McNeeley · 6 months ago
  24. a561b98 [glsl][ir] Create header section before preamble. by dan sinclair · 6 months ago
  25. f15c1c3 [glsl][ir] Add ShaderIO by dan sinclair · 6 months ago
  26. 1e0c201 [glsl][ir] Regenerate skips by dan sinclair · 6 months ago
  27. 73fd374 [msl] Emit TINT_ISOLATE_UB macro by James Price · 6 months ago
  28. 6e93ca5 [glsl][ir] Generate skips. by dan sinclair · 6 months ago
  29. 5026041 [spirv][ir] Add memory model annotations to Load/Store by dan sinclair · 6 months ago
  30. aef5957 [hlsl] Regen skips for HLSL tint e2e files (both non-IR and IR) by Antonio Maiorano · 6 months ago
  31. 4f97c0e test_runner: scrub path of error/warning messages for FXC files by Antonio Maiorano · 6 months ago
  32. cf2f4d6 [hlsl] Regen skips for all tint e2e hlsl files by Antonio Maiorano · 6 months ago
  33. 780c409 Regen ir.fxc.hlsl files by Antonio Maiorano · 7 months ago
  34. 67b738c [spirv] Move E2E expectations to default paths by James Price · 7 months ago
  35. 0b5de40 [spirv] Remove AST E2E expectations by James Price · 7 months ago
  36. 1b77b6c [spirv] Generate IR expectations. by dan sinclair · 7 months ago
  37. 09aa719 [hlsl] Emit `textureSample` in HLSL IR by dan sinclair · 7 months ago
  38. 8f1d276 [hlsl] Update expectations for HLSL IR. by dan sinclair · 7 months ago
  39. 48be7e8 [msl] Add newlines between global declarations by James Price · 8 months ago
  40. 84db15d [msl] Add parentheses around break-if condition by James Price · 9 months ago
  41. d1c31db [hlsl] Add passthrough builtin calls by dan sinclair · 9 months ago
  42. c69667d [hlsl] Emit zero value var initializers by dan sinclair · 9 months ago
  43. 6d509cf [hlsl] Add simple `Load` instruction. by dan sinclair · 9 months ago
  44. 6931379 [hlsl] Add generated IR expectations. by dan sinclair · 9 months ago
  45. 54883c2 [msl] Handle textureSample builtins by James Price · 9 months ago
  46. b5a904c [msl] Emit continuing inside a new block by James Price · 9 months ago chromium/6519
  47. 77ac3f1 [ir] Add RemoveTerminatorArgs transform by James Price · 9 months ago
  48. dd89ce4 [glsl] Reorder GLSL transforms. by dan sinclair · 9 months ago
  49. 02cf911 [msl] Implement ShaderIO transform by James Price · 9 months ago
  50. a30f8dd [msl] Regenerate E2E expectations for IR by James Price · 10 months ago
  51. b827111 [tint] Preserve derivatives in DemoteToHelper by James Price · 12 months ago
  52. ca9f386 GLSL: set integers to precision highp. by Stephen White · 1 year, 1 month ago
  53. 02262d8 [tint][msl] Fix C++17 warning. by Ben Clayton · 1 year, 1 month ago
  54. ffd485c [tint][msl] Replace volatile loop conditional with outer volatile conditional. by Ben Clayton · 1 year, 1 month ago
  55. 9be037c [tint][msl]: Use a volatile bool to control loop preservation by Ben Clayton · 1 year, 1 month ago
  56. ef01100 [tint][wgsl][reader] Expand expression Source spans by Ben Clayton · 1 year, 2 months ago
  57. 26dc5f6 msl ast_writer: Prevent emitted loops from erasure during optimizations by David Neto · 1 year, 2 months ago
  58. f1f381a [ir][msl] Generate expectation files. by dan sinclair · 1 year, 3 months ago
  59. b171bec [tools] Replace test-all.sh with ./tools/run tests by Ben Clayton · 1 year, 3 months ago
  60. c00ff7f [tint] do not emit space for binding group 0 by Peng Huang · 1 year, 11 months ago
  61. 8cf01ee tint: Support @diagnostic on switch body by James Price · 2 years ago
  62. 498e918 tint: Support @diagnostic on continuing statements by James Price · 2 years ago
  63. d7d8b80 tint: Support @diagnostic on loop and loop body by James Price · 2 years ago
  64. ed28de3 tint: Support @diagnostic on for loops by James Price · 2 years ago
  65. 9536ced tint: Support @diagnostic on while statements by James Price · 2 years ago
  66. d0ed63e tint: Support @diagnostic on switch statements by James Price · 2 years ago
  67. 0607796 tint: Support @diagnostic on if statements by James Price · 2 years ago
  68. cc3f851 tint/transform: Polyfill f32 conversion to i32 or u32 by Ben Clayton · 2 years ago
  69. f1f56b2 tint/writer/glsl: Set default precision to highp by Ben Clayton · 2 years ago
  70. b990d39 test/tint: Update SKIP "expectations" by Ben Clayton · 2 years ago
  71. 643f2aa tint/reader/wgsl: Remove type keywords by Ben Clayton · 2 years ago
  72. d9f6596 tint: Handle @diagnostic on block statements by James Price · 2 years, 1 month ago
  73. 2dbb7b4 tint/SingleEntryPoint: Handle diagnostic directive by James Price · 2 years, 1 month ago