Sign in
dawn
/
dawn
/
9ae5b84e647c98607c2c25d24ecf1ff0c7429da7
/
test
/
tint
/
builtins
/
gen
/
var
9ae5b84
[glsl][ir] Add bitcast from/to f16.
by dan sinclair
· 6 months ago
562d9b7
[glsl][ir] Start bitcast emission.
by dan sinclair
· 6 months ago
7b7fb81
[glsl][ir] Emit the polyfills for atomic methods.
by dan sinclair
· 6 months ago
da73356
[glsl][ir] Emit the passthrough atomic methods.
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
bc56248
[msl] Fix read-write textureStore in entry points
by James Price
· 6 months ago
chromium/6711
8648fb1
HLSL-IR: implement insertBits full polyfill
by Antonio Maiorano
· 7 months ago
c440212
HLSL-IR: implement extractBits full polyfill
by Antonio Maiorano
· 7 months ago
chromium/6709
c811e1e
[ir] Polyfill fwidthFine for MSL and HLSL
by James Price
· 7 months ago
131b7df
[msl] Always use core polyfill for DP4 builtins
by James Price
· 7 months ago
607f4cb
[tint] Fix max float as integer in conversion 'ConvF32ToIU32'
by Peter McNeeley
· 7 months ago
a561b98
[glsl][ir] Create header section before preamble.
by dan sinclair
· 7 months ago
f15c1c3
[glsl][ir] Add ShaderIO
by dan sinclair
· 7 months ago
182d933
[glsl][ir] Emit global variable information.
by dan sinclair
· 7 months ago
8e8d840
[glsl] Mark invalid tests as `SKIP: INVALID`.
by dan sinclair
· 7 months ago
a23bcd8
[ir] Allow bitcast to be inlined
by James Price
· 7 months ago
379c7df
[glsl][ir] Fix dpdyCoarse and Fine in ES.
by dan sinclair
· 7 months ago
1e0c201
[glsl][ir] Regenerate skips
by dan sinclair
· 7 months ago
6d87fa6
[msl] Add support for clip_distances
by James Price
· 7 months ago
d10ba2f
[msl] Polyfill quadSwap* builtins
by James Price
· 7 months ago
91b17e7
[msl] Add SimdBallot transform
by James Price
· 7 months ago
ea6efd9
[msl] Mark some tests as INVALID
by James Price
· 7 months ago
c2f6f2f
[glsl][ir] Emit load and store
by dan sinclair
· 7 months ago
12b95ee
[glsl][ir] Emit StorageTexture types.
by dan sinclair
· 7 months ago
6e93ca5
[glsl][ir] Generate skips.
by dan sinclair
· 7 months ago
5026041
[spirv][ir] Add memory model annotations to Load/Store
by dan sinclair
· 7 months ago
61c2d1e
[msl] Implement PackedVec3 transform
by James Price
· 7 months ago
aef5957
[hlsl] Regen skips for HLSL tint e2e files (both non-IR and IR)
by Antonio Maiorano
· 7 months ago
520a86a
[msl] Fix host-shareable struct padding
by James Price
· 7 months ago
b2d106e
[msl] Regenerate E2E expectations
by James Price
· 7 months ago
014d6f7
Make more fxc.hlsl files INVALID
by Antonio Maiorano
· 7 months ago
4f97c0e
test_runner: scrub path of error/warning messages for FXC files
by Antonio Maiorano
· 7 months ago
cf2f4d6
[hlsl] Regen skips for all tint e2e hlsl files
by Antonio Maiorano
· 7 months ago
d117d65
[spirv][ir] Add some missing decorations.
by dan sinclair
· 7 months ago
e27b166
[tint][msl] Implement quadSwap* builtin functions
by Natalie Chouinard
· 7 months ago
999d93a
Allow marking expectations as INVALID.
by dan sinclair
· 7 months ago
d2cd4f8
Generate missing hlsl e2e tests
by Natalie Chouinard
· 7 months ago
4469c71
[tint] MSL texture array negative integer clamp
by Peter McNeeley
· 7 months ago
06c6307
Generated missing tint e2e tests for ir.dxc.hlsl
by Antonio Maiorano
· 7 months ago
e31fa9d
[tint] Implement quadSwapX, Y and Diagonal
by Natalie Chouinard
· 7 months ago
3ffdc9a
[hlsl] Emit mip level 0 for storage textures
by Antonio Maiorano
· 7 months ago
780c409
Regen ir.fxc.hlsl files
by Antonio Maiorano
· 7 months ago
b7114a6
[tint] Implement quadBroadcast
by Natalie Chouinard
· 7 months ago
chromium/6658
chromium/6659
dbefda9
[tint] Implement subgroupShuffleXor, Up and Down
by Natalie Chouinard
· 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
0486392
[tint][spirv] Allow signed subgroupBroadcast ID
by Natalie Chouinard
· 7 months ago
889f8fa
[spirv] Add missing E2E test expectations
by James Price
· 7 months ago
b862299
[tint] Implement subgroupShuffle
by Natalie Chouinard
· 7 months ago
f15cc07
[tint] Implement subgroupElect and BroadcastFirst
by Natalie Chouinard
· 8 months ago
9562469
[tint] Implement subgroupAll and subgroupAny
by Natalie Chouinard
· 8 months ago
chromium/6648
7be306a
[tint] Implement subgroupMin and Max
by Natalie Chouinard
· 8 months ago
e9e450e
[tint] Implement subgroupAnd, Or, Xor builtins
by Natalie Chouinard
· 8 months ago
0893085
[tint][hlsl] Add countOneBits/reverseBits polyfill
by Natalie Chouinard
· 8 months ago
8f3ec78
[tint] Allow subgroup builtins in fragment shaders
by Natalie Chouinard
· 8 months ago
06e23ab
[tint][hlsl] Add subgroup(Exclusive){Add,Mul}
by Natalie Chouinard
· 8 months ago
e7de00b
[tint][msl] Add subgroup(Exclusive){Add,Mul}
by Natalie Chouinard
· 8 months ago
f56acca
[hlsl] Emit `textureSampleCompareLevel` in HLSL IR
by dan sinclair
· 8 months ago
a23e79d
[hlsl] Emit `textureSampleCompare` in HLSL IR
by dan sinclair
· 8 months ago
808942c
[hlsl] Emit `textureSampleGrad` in HLSL IR
by dan sinclair
· 8 months ago
1620350
[hlsl] Emit `textureSampleBias` in HLSL IR
by dan sinclair
· 8 months ago
d0cf77e
[tint][spirv] Add subgroup(Exclusive){Add,Mul}
by Natalie Chouinard
· 8 months ago
1b77b6c
[spirv] Generate IR expectations.
by dan sinclair
· 8 months ago
1c06e3f
[msl] Add polyfill for Dot4x8Packed
by James Price
· 8 months ago
249a21a
[hlsl] Emit `textureSampleLevel` in HLSL IR
by dan sinclair
· 8 months ago
09aa719
[hlsl] Emit `textureSample` in HLSL IR
by dan sinclair
· 8 months ago
8f1d276
[hlsl] Update expectations for HLSL IR.
by dan sinclair
· 8 months ago
78fef87
GLSL: Skip tail padding on interface blocks.
by Stephen White
· 8 months ago
006468b
[msl] Enable remaining pack/unpack polyfills
by James Price
· 8 months ago
50cf911
[msl] Polyfill pack2x16float
by James Price
· 8 months ago
b2b6ade
[tint] Add predicate parameter to subgroupBallot()
by James Price
· 8 months ago
fff34d3
GLSL: fix storage texture binding.
by Stephen White
· 9 months ago
7eccf46
[msl] Add polyfill for frexp builtin
by James Price
· 9 months ago
0df45b4
[msl] Add polyfill for modf
by James Price
· 9 months ago
4c4ed51
[msl] Add polyfill for integer sign
by James Price
· 9 months ago
812c9d0
[msl] Regenerate test expectations
by James Price
· 9 months ago
chromium/6568
61f763c
[Tint] Only allow read textures in vertex shader
by Natalie Chouinard
· 9 months ago
fccc699
[tint] Use new subgroups extensions in E2E tests
by James Price
· 9 months ago
6ee6330
[Tint] Hacky fix for binding numbers in tests
by Natalie Chouinard
· 9 months ago
70d7fe8
[msl] Add polyfills for degrees() and radians()
by James Price
· 9 months ago
ffb4b38
[msl] Add polyfill for quantizeToF16
by James Price
· 9 months ago
48be7e8
[msl] Add newlines between global declarations
by James Price
· 9 months ago
ddcec00
[msl] Add polyfill for dot builtin
by James Price
· 9 months ago
f6d51ec
[msl] Regenerate E2E expectations for IR
by James Price
· 9 months ago
7753f63
metal: Emit MSL powr for WGSL pow builtin
by Sunny Sachanandani
· 9 months ago
chromium/6547
2875d9c
[msl] Set binding point for buffer size UBO
by James Price
· 9 months ago
1c4ff69
[msl] Add polyfill for distance builtin
by James Price
· 9 months ago
4850e28
[msl] Add polyfill for length builtin
by James Price
· 9 months ago
7bfbe8f
[msl] Add polyfill for textureGatherCompare
by James Price
· 9 months ago
3efa5b1
[msl] Add polyfill for textureGather
by James Price
· 9 months ago
237b678
[msl] Add polyfill for textureSampleGrad
by James Price
· 9 months ago
fabad50
[msl] Add polyfill for textureSampleCompareLevel
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
6931379
[hlsl] Add generated IR expectations.
by dan sinclair
· 9 months ago
2cc6b3c
[msl] Regenerate E2E expectations
by James Price
· 9 months ago
Next »