1. d032c62 HLSL-IR: emit constant i32 literals as int(<literal>) by Antonio Maiorano · 6 months ago
  2. fae723c [glsl] Regenerate skips by dan sinclair · 6 months ago
  3. a532ca4 [glsl][ir] Regenerate skips by dan sinclair · 6 months ago
  4. 9d3ffa6 [glsl][ir] Polyfill the barrier commands. by dan sinclair · 6 months ago
  5. 949fa99 [glsl][ir] Polyfill the `select` command. by dan sinclair · 6 months ago
  6. 8726fe4 HLSL-IR: only swizzle ctor value if not the right type by Antonio Maiorano · 6 months ago
  7. 607f4cb [tint] Fix max float as integer in conversion 'ConvF32ToIU32' by Peter McNeeley · 6 months ago
  8. a561b98 [glsl][ir] Create header section before preamble. by dan sinclair · 6 months ago
  9. f15c1c3 [glsl][ir] Add ShaderIO by dan sinclair · 6 months ago
  10. 182d933 [glsl][ir] Emit global variable information. by dan sinclair · 6 months ago
  11. 2d24558 [msl] Polyfill signed integer arithmetic by James Price · 6 months ago
  12. e965bd3 [ir] Emit unused side-effecting expressions by James Price · 6 months ago
  13. 1e0c201 [glsl][ir] Regenerate skips by dan sinclair · 6 months ago
  14. 6d87fa6 [msl] Add support for clip_distances by James Price · 6 months ago
  15. 7abbf53 [glsl][ir] Add constructor support by dan sinclair · 6 months ago
  16. 73fd374 [msl] Emit TINT_ISOLATE_UB macro by James Price · 6 months ago
  17. 7206591 [glsl][ir] Emit `Loop` and supporting instructions by dan sinclair · 6 months ago chromium/6697
  18. 0330f50 [glsl][ir] Emit `If` and `ExitIf` by dan sinclair · 6 months ago
  19. adaa316 [glsl][ir] Emit `Access` by dan sinclair · 6 months ago chromium/6692 chromium/6693 chromium/6694 chromium/6695 chromium/6696
  20. 8fd0dbd [glsl][ir] Support depth texture types by dan sinclair · 6 months ago
  21. b0550df [glsl][ir] Emit `let` values. by dan sinclair · 6 months ago
  22. e667679 [glsl][ir] Only zero init certain address spaces. by dan sinclair · 6 months ago
  23. c101627 [glsl][ir] Emit `precision` in fragment shaders by dan sinclair · 6 months ago
  24. 6e93ca5 [glsl][ir] Generate skips. by dan sinclair · 6 months ago
  25. b41b866 [glsl][ir] Generate passing expectations. by dan sinclair · 6 months ago
  26. 5026041 [spirv][ir] Add memory model annotations to Load/Store by dan sinclair · 6 months ago
  27. 61c2d1e [msl] Implement PackedVec3 transform by James Price · 6 months ago
  28. aef5957 [hlsl] Regen skips for HLSL tint e2e files (both non-IR and IR) by Antonio Maiorano · 6 months ago
  29. 520a86a [msl] Fix host-shareable struct padding by James Price · 6 months ago
  30. 014d6f7 Make more fxc.hlsl files INVALID 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. d117d65 [spirv][ir] Add some missing decorations. by dan sinclair · 7 months ago
  34. 4c92f4b [tint] Skip MergeReturn for entry points by Peter McNeeley · 7 months ago
  35. 780c409 Regen ir.fxc.hlsl files by Antonio Maiorano · 7 months ago
  36. ede7633 [Compat] Use @size attribute for glsl pad struct by Shrek Shao · 7 months ago
  37. 67b738c [spirv] Move E2E expectations to default paths by James Price · 7 months ago
  38. 0b5de40 [spirv] Remove AST E2E expectations by James Price · 7 months ago
  39. 1b77b6c [spirv] Generate IR expectations. by dan sinclair · 7 months ago
  40. f294377 [hlsl] Fix decompose with reused access chain. by dan sinclair · 7 months ago
  41. 09aa719 [hlsl] Emit `textureSample` in HLSL IR by dan sinclair · 7 months ago
  42. 8f1d276 [hlsl] Update expectations for HLSL IR. by dan sinclair · 7 months ago
  43. fff34d3 GLSL: fix storage texture binding. by Stephen White · 8 months ago
  44. a11e58c [msl] Add polyfill for floating point modulo by James Price · 8 months ago
  45. 812c9d0 [msl] Regenerate test expectations by James Price · 8 months ago chromium/6568
  46. 48be7e8 [msl] Add newlines between global declarations by James Price · 9 months ago
  47. 2875d9c [msl] Set binding point for buffer size UBO by James Price · 9 months ago
  48. d1c31db [hlsl] Add passthrough builtin calls by dan sinclair · 9 months ago
  49. c69667d [hlsl] Emit zero value var initializers by dan sinclair · 9 months ago
  50. 6d509cf [hlsl] Add simple `Load` instruction. by dan sinclair · 9 months ago
  51. cfdf90b [hlsl] Enable AddEmptyEntryPoint in HLSL IR by dan sinclair · 9 months ago
  52. 2fa56aa [hlsl] Add UserCall to the IR backend. by dan sinclair · 9 months ago
  53. a75e9a5 [hlsl] Emit `numthreads` from HLSL IR backend. by dan sinclair · 9 months ago
  54. 6931379 [hlsl] Add generated IR expectations. by dan sinclair · 9 months ago
  55. 9f4eff2 [msl] Fix undef struct constructor args by James Price · 9 months ago
  56. cb36904 [msl] Generate E2E expectations for new tests by James Price · 9 months ago
  57. 61de3b8 [msl] Add polyfill for textureLoad() by James Price · 9 months ago
  58. b1504b7 [ir] Set parent blocks in Switch::Clone() by James Price · 9 months ago chromium/6525
  59. 085093d [msl] Use the output of FlattenBindings by James Price · 9 months ago
  60. b5a904c [msl] Emit continuing inside a new block by James Price · 9 months ago chromium/6519
  61. 1aad86d [msl] Move RenameConflicts to core and use it by James Price · 9 months ago
  62. 7eb5f8c [spirv] Fix terminator creation in MergeReturn by James Price · 9 months ago
  63. 04e38e8 [tint][resolver] Mark all short-circuited RHS expressions as not-evaluated by Ben Clayton · 9 months ago
  64. 02cf911 [msl] Implement ShaderIO transform by James Price · 9 months ago
  65. c509bb3 [tint][ir][spirv] Deduplicate storage textures with different accesses by Ben Clayton · 9 months ago
  66. 985b4e8 [msl] Populate Output::workgroup_allocations by James Price · 9 months ago
  67. c451f62 [msl] Support workgroup vars in ModuleScopeVars by James Price · 9 months ago
  68. 4e043e9 [msl] Add ArrayLengthFromUniform transform by James Price · 10 months ago
  69. 47fddc2 [msl] Emit struct name before constructors by James Price · 10 months ago
  70. de73431 [msl] Handle pointers in printer by James Price · 10 months ago
  71. 460f092 [msl] Update expectations by James Price · 10 months ago
  72. 1d948c6 [msl] Print functions in dependency order by James Price · 10 months ago
  73. aa39095 [tint][ast] Fix DirectVariableAccess with uncalled function ptr params by Ben Clayton · 10 months ago
  74. 651732f [tint][ast] Fix RemovePhonies transform with short-circuited fn call by Ben Clayton · 10 months ago
  75. a30f8dd [msl] Regenerate E2E expectations for IR by James Price · 10 months ago
  76. b0e445c [tint][IRToProgram] Create phony assignment if a value is not used by Ben Clayton · 10 months ago
  77. dd050a5 [tint][ast] Reimplement ArrayLengthFromUniform transform to support ptr params by Ben Clayton · 1 year ago
  78. f5abb82 tint: work around zero-init bug on some GPUs for workgroup size(1) by Antonio Maiorano · 1 year ago
  79. 1b00745 [tint][ir] Don't emit instructions with abstract types. by Ben Clayton · 1 year, 1 month ago
  80. 7c14dba [spirv-writer][ast] Only use StorageInputOutput16 if needed by James Price · 1 year, 1 month ago
  81. ca9f386 GLSL: set integers to precision highp. by Stephen White · 1 year, 1 month ago
  82. c11e2ed Make OFI transform push_constant-friendly. by Stephen White · 1 year, 1 month ago
  83. 9dc42ad [tint][ast] Fix type <-> parameter shadowing issues. by Ben Clayton · 1 year, 1 month ago
  84. 6e45813 GLSL: fix bug with padded struct members. by Stephen White · 1 year, 1 month ago
  85. 144ebed tint/hlsl: widen scope of workaround of DXC bug with const structs/arrays by Antonio Maiorano · 1 year, 1 month ago
  86. 02262d8 [tint][msl] Fix C++17 warning. by Ben Clayton · 1 year, 1 month ago
  87. ffd485c [tint][msl] Replace volatile loop conditional with outer volatile conditional. by Ben Clayton · 1 year, 1 month ago
  88. 9be037c [tint][msl]: Use a volatile bool to control loop preservation by Ben Clayton · 1 year, 2 months ago
  89. 2d501c5 [tint] Fix emission of module-scope struct initializers by Ben Clayton · 1 year, 2 months ago
  90. e856861 Tint: Don't override HLSL shader model for fp16 by Jiawei Shao · 1 year, 2 months ago
  91. 26dc5f6 msl ast_writer: Prevent emitted loops from erasure during optimizations by David Neto · 1 year, 2 months ago
  92. ea47ccd Remove Renamer in glsl ast_printer by Shrek Shao · 1 year, 3 months ago
  93. 2e26e7a [tint][msl][ir] Use ValueToLet IR transform by Ben Clayton · 1 year, 3 months ago
  94. 9ffc1d9 [ir][msl] Fix const of non-entrypoint pointers by dan sinclair · 1 year, 3 months ago
  95. 575bb29 [ir][msl] Update expected by dan sinclair · 1 year, 3 months ago
  96. 794186c [ir][msl] Generate expectation files. by dan sinclair · 1 year, 3 months ago
  97. f1f381a [ir][msl] Generate expectation files. by dan sinclair · 1 year, 3 months ago
  98. 2591c8d [tint][wgsl] Fix ICE in SingleEntryPoint transform by Ben Clayton · 1 year, 4 months ago
  99. 8291959 [tint][constant] Optimize Value::Equal() for splats by Ben Clayton · 1 year, 9 months ago
  100. 781f5bb [tint][resolver]: Don't use recursion for constant conversion by Ben Clayton · 1 year, 9 months ago