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