1. 096f714 HLSL-IR: enable replace_pointer_lets in ValueToLet by Antonio Maiorano · 6 months ago chromium/6755 chromium/6756
  2. 4fc7d41 HLSL-IR: implement LocalizeStructArrayAssignment for FXC by Antonio Maiorano · 6 months ago
  3. cdcb1c1 [glsl][ir] Split uniform texture code from texture polyfill. by dan sinclair · 6 months ago
  4. 0b67439 [glsl][ir] Add support for getting texture information from unifrom by dan sinclair · 6 months ago
  5. 3d6760c [glsl][ir] Handle texture transforms by dan sinclair · 6 months ago
  6. 6fd5da8 [glsl][ir] Regenerate skips by dan sinclair · 6 months ago
  7. 6d602f4 [glsl][ir] Add a transform to remove pointer lets. by dan sinclair · 6 months ago
  8. fc7d346 [glsl][ir] Add `SampleMask` to ShaderIO. by dan sinclair · 6 months ago
  9. ab4e99f [glsl][ir] Polyfill float modulo by dan sinclair · 6 months ago chromium/6745
  10. a6300bf [glsl] Convert `select` to `mix` instead of ternary. by dan sinclair · 6 months ago
  11. 8879b18 [glsl][ir] Add polyfill for `abs` by dan sinclair · 6 months ago
  12. 0c0e7ec Add "hlsl-fxc" format to Tint executable by Antonio Maiorano · 6 months ago
  13. e0ca165 [glsl][ir] Polyfill integer `dot` by dan sinclair · 6 months ago
  14. 803ff2b [glsl][ir] Convert vector relational operations by dan sinclair · 6 months ago
  15. 22f7682 [glsl][ir] Polyfill bitwise `&` and `|` on booleans by dan sinclair · 6 months ago
  16. da2fa97 [glsl][ir] Add `arrayLength` support by dan sinclair · 6 months ago
  17. 923288d HLSL-IR: add RemoveContinueInSwitch transform by Antonio Maiorano · 6 months ago
  18. a1e0778 HLSL-IR: fix error: unary: no matching overload for 'operator - (u32)' by Antonio Maiorano · 6 months ago
  19. d13c9f9 [glsl][ir] Polyfill the `textureStore` call by dan sinclair · 6 months ago
  20. a5afb1f [glsl][ir] Polyfill the `textureLoad` call by dan sinclair · 6 months ago
  21. d42e0e9 [ir] Always inline `handle` address space. by dan sinclair · 6 months ago
  22. d032c62 HLSL-IR: emit constant i32 literals as int(<literal>) by Antonio Maiorano · 6 months ago
  23. fae723c [glsl] Regenerate skips by dan sinclair · 6 months ago
  24. 9ae5b84 [glsl][ir] Add bitcast from/to f16. by dan sinclair · 6 months ago
  25. 562d9b7 [glsl][ir] Start bitcast emission. by dan sinclair · 6 months ago
  26. 7b7fb81 [glsl][ir] Emit the polyfills for atomic methods. by dan sinclair · 6 months ago
  27. da73356 [glsl][ir] Emit the passthrough atomic methods. by dan sinclair · 6 months ago
  28. a532ca4 [glsl][ir] Regenerate skips by dan sinclair · 6 months ago
  29. 9d3ffa6 [glsl][ir] Polyfill the barrier commands. by dan sinclair · 6 months ago
  30. 949fa99 [glsl][ir] Polyfill the `select` command. by dan sinclair · 6 months ago
  31. 1b75d8b [msl] Fix PackedVec3 for atomic builtins by James Price · 7 months ago
  32. 59c9377 [msl] Key PackedVec3 helpers on pointer type by James Price · 7 months ago
  33. 2744a22 [msl] Apply PackedVec3 to workgroup address space by James Price · 7 months ago
  34. bc56248 [msl] Fix read-write textureStore in entry points by James Price · 7 months ago chromium/6711
  35. cca4859 HLSL-IR: workaround DXC bug when 'as' casting constant integral splats by Antonio Maiorano · 7 months ago
  36. 8726fe4 HLSL-IR: only swizzle ctor value if not the right type by Antonio Maiorano · 7 months ago
  37. 607f4cb [tint] Fix max float as integer in conversion 'ConvF32ToIU32' by Peter McNeeley · 7 months ago
  38. a561b98 [glsl][ir] Create header section before preamble. by dan sinclair · 7 months ago
  39. f15c1c3 [glsl][ir] Add ShaderIO by dan sinclair · 7 months ago
  40. 182d933 [glsl][ir] Emit global variable information. by dan sinclair · 7 months ago
  41. 2a45079 [msl] Avoid UB for left shift of negative integers by James Price · 7 months ago
  42. 2d24558 [msl] Polyfill signed integer arithmetic by James Price · 7 months ago
  43. e965bd3 [ir] Emit unused side-effecting expressions by James Price · 7 months ago
  44. ccb0a77 [glsl][ir] Have tint run SingleEntryPoint for GLSL. by dan sinclair · 7 months ago
  45. 1e0c201 [glsl][ir] Regenerate skips by dan sinclair · 7 months ago
  46. 6d87fa6 [msl] Add support for clip_distances by James Price · 7 months ago
  47. fb96429 [glsl][ir] Add conversion support by dan sinclair · 7 months ago
  48. 7abbf53 [glsl][ir] Add constructor support by dan sinclair · 7 months ago
  49. 32f3eff [glsl][ir] Add vector accessors. by dan sinclair · 7 months ago
  50. 49597cc [glsl][ir] Emit `Discard` and `TerminateInvocation` by dan sinclair · 7 months ago
  51. 73fd374 [msl] Emit TINT_ISOLATE_UB macro by James Price · 7 months ago
  52. 7206591 [glsl][ir] Emit `Loop` and supporting instructions by dan sinclair · 7 months ago chromium/6697
  53. 0330f50 [glsl][ir] Emit `If` and `ExitIf` by dan sinclair · 7 months ago
  54. adaa316 [glsl][ir] Emit `Access` by dan sinclair · 7 months ago chromium/6692 chromium/6693 chromium/6694 chromium/6695 chromium/6696
  55. c2f6f2f [glsl][ir] Emit load and store by dan sinclair · 7 months ago
  56. 8fd0dbd [glsl][ir] Support depth texture types by dan sinclair · 7 months ago
  57. 636e476 [glsl][ir] Support `CoreBinary`. by dan sinclair · 7 months ago
  58. ae6643f [glsl][ir] Emit pass through builtin call functions. by dan sinclair · 7 months ago
  59. b0550df [glsl][ir] Emit `let` values. by dan sinclair · 7 months ago
  60. e667679 [glsl][ir] Only zero init certain address spaces. by dan sinclair · 7 months ago
  61. e81af3d Remove old test. by dan sinclair · 7 months ago
  62. c101627 [glsl][ir] Emit `precision` in fragment shaders by dan sinclair · 7 months ago
  63. c58ba9e [msl] Add RemoveContinueInSwitch transform by James Price · 7 months ago
  64. 6e93ca5 [glsl][ir] Generate skips. by dan sinclair · 7 months ago
  65. b41b866 [glsl][ir] Generate passing expectations. by dan sinclair · 7 months ago
  66. 5026041 [spirv][ir] Add memory model annotations to Load/Store by dan sinclair · 7 months ago
  67. 61c2d1e [msl] Implement PackedVec3 transform by James Price · 7 months ago
  68. aef5957 [hlsl] Regen skips for HLSL tint e2e files (both non-IR and IR) by Antonio Maiorano · 7 months ago
  69. 520a86a [msl] Fix host-shareable struct padding by James Price · 7 months ago
  70. 014d6f7 Make more fxc.hlsl files INVALID by Antonio Maiorano · 7 months ago
  71. 4f97c0e test_runner: scrub path of error/warning messages for FXC files by Antonio Maiorano · 7 months ago
  72. cf2f4d6 [hlsl] Regen skips for all tint e2e hlsl files by Antonio Maiorano · 7 months ago
  73. d117d65 [spirv][ir] Add some missing decorations. by dan sinclair · 7 months ago
  74. 4c92f4b [tint] Skip MergeReturn for entry points by Peter McNeeley · 7 months ago
  75. 4d8f907 [hlsl] Run DemoteToHelper before BuiltinPolyfill by Antonio Maiorano · 8 months ago
  76. 999d93a Allow marking expectations as INVALID. by dan sinclair · 8 months ago
  77. 780c409 Regen ir.fxc.hlsl files by Antonio Maiorano · 8 months ago
  78. ede7633 [Compat] Use @size attribute for glsl pad struct by Shrek Shao · 8 months ago
  79. 67b738c [spirv] Move E2E expectations to default paths by James Price · 8 months ago
  80. 0b5de40 [spirv] Remove AST E2E expectations by James Price · 8 months ago
  81. db48577 [tint] Only allow --use-ir with WIP IR backends by James Price · 8 months ago
  82. 1620350 [hlsl] Emit `textureSampleBias` in HLSL IR by dan sinclair · 8 months ago
  83. 1b77b6c [spirv] Generate IR expectations. by dan sinclair · 8 months ago
  84. f294377 [hlsl] Fix decompose with reused access chain. by dan sinclair · 8 months ago
  85. 249a21a [hlsl] Emit `textureSampleLevel` in HLSL IR by dan sinclair · 8 months ago
  86. 09aa719 [hlsl] Emit `textureSample` in HLSL IR by dan sinclair · 8 months ago
  87. 8f1d276 [hlsl] Update expectations for HLSL IR. by dan sinclair · 8 months ago
  88. 78fef87 GLSL: Skip tail padding on interface blocks. by Stephen White · 8 months ago
  89. 085f92c [spirv] Fix unreachable in loop continuing blocks by James Price · 8 months ago
  90. ec0b640 [msl] Fix logical boolean operators by James Price · 9 months ago
  91. fff34d3 GLSL: fix storage texture binding. by Stephen White · 9 months ago
  92. a11e58c [msl] Add polyfill for floating point modulo by James Price · 9 months ago
  93. 812c9d0 [msl] Regenerate test expectations by James Price · 9 months ago chromium/6568
  94. 214bdaf [fuzz] Add TextureBuiltinsFromUniform precondition by James Price · 9 months ago
  95. c4bbf56 [tint] Fix collision check in multiplanar fuzzer by James Price · 9 months ago
  96. f15f1c2 [msl] Emit @index for blend_src attributes by James Price · 9 months ago
  97. 48be7e8 [msl] Add newlines between global declarations by James Price · 9 months ago
  98. ddcec00 [msl] Add polyfill for dot builtin by James Price · 9 months ago
  99. f6d51ec [msl] Regenerate E2E expectations for IR by James Price · 9 months ago
  100. 4f5dc92 spirv-reader: preserve NonWritable decoration on module-scope vars by David Neto · 9 months ago