Sign in
dawn
/
dawn
/
2dcb85c3c94981af8393b984ca2c7d9d0c57fd5e
/
src
/
tint
/
lang
/
glsl
f3f10d5
[ir] Disallow access with no indices
by James Price
· 6 months ago
81641be
[glsl] Add fuzzer for IR generator
by James Price
· 6 months ago
e564270
[glsl] Add benchmark for IR generator
by James Price
· 6 months ago
94884fc
[glsl] Run PreservePadding before DirectVariableAccess
by James Price
· 6 months ago
925f03f
[glsl] Name padding fields consistently
by James Price
· 6 months ago
71c1d54
[glsl] Propagate names to block struct wrappers
by James Price
· 6 months ago
c644290
Support Dual Source Blending in SPIR-V reader with Tint IR
by Jiawei Shao
· 6 months ago
a01beb5
[glsl][ir] Add padding to inline structs
by dan sinclair
· 6 months ago
2574827
[glsl][ir] Add struct padding members
by dan sinclair
· 6 months ago
34a321b
[glsl][ir] Set more tests as `glsl-desktop`
by dan sinclair
· 6 months ago
4103ee3
[glsl][ir] Cleanup textures when replacing in builtin uniforms.
by dan sinclair
· 6 months ago
d048638
[glsl][ir] Handle sampler-less depth textures.
by dan sinclair
· 6 months ago
eef5708
[glsl][ir] Fix `coord` type for `imageStore`
by dan sinclair
· 6 months ago
1bde07c
[glsl][ir] Consistently use `idx` for texture arguments.
by dan sinclair
· 6 months ago
367c032
[glsl][ir] Polyfill `textureSampleCompareLevel`
by dan sinclair
· 6 months ago
cdfb6e7
[glsl][ir] Polyfill `textureSampleCompare`
by dan sinclair
· 6 months ago
4260675
[glsl] Add OffsetFirstIndex transform
by James Price
· 6 months ago
chromium/6765
978af55
[glsl] Clamp frag depth using push constant values
by James Price
· 6 months ago
223a591
[glsl] Set up internal push constants
by James Price
· 6 months ago
b6fc95f
[glsl][ir] Polyfill `textureSampleGrad`
by dan sinclair
· 6 months ago
ec448b1
[glsl][ir] Polyfill `textureSampleLevel`
by dan sinclair
· 6 months ago
3b689d8
[glsl][ir] Polyfill `textureSampleBias`
by dan sinclair
· 6 months ago
8055bf4
[glsl][ir] Polyfill `textureSample`
by dan sinclair
· 6 months ago
4d38382
[glsl][ir] Move robustness transform
by dan sinclair
· 6 months ago
4daebc4
[glsl][ir] Polyfill `textureGatherCompare`
by dan sinclair
· 6 months ago
144db47
[glsl][ir] Polyfill `textureGather`
by dan sinclair
· 6 months ago
680183f
[glsl][ir] Handle combined samplers for texture only calls.
by dan sinclair
· 6 months ago
eb9c4c3
GLSL: workaround texture sampling with offset on depth arrays.
by Stephen White
· 6 months ago
cdcb1c1
[glsl][ir] Split uniform texture code from texture polyfill.
by dan sinclair
· 6 months ago
0b67439
[glsl][ir] Add support for getting texture information from unifrom
by dan sinclair
· 6 months ago
3d6760c
[glsl][ir] Handle texture transforms
by dan sinclair
· 6 months ago
6d602f4
[glsl][ir] Add a transform to remove pointer lets.
by dan sinclair
· 6 months ago
8256abd
[glsl][ir] Fix types for GLSL builtins
by dan sinclair
· 6 months ago
chromium/6746
chromium/6747
chromium/6748
fc7d346
[glsl][ir] Add `SampleMask` to ShaderIO.
by dan sinclair
· 6 months ago
ab4e99f
[glsl][ir] Polyfill float modulo
by dan sinclair
· 6 months ago
chromium/6745
a6300bf
[glsl] Convert `select` to `mix` instead of ternary.
by dan sinclair
· 6 months ago
5c14fb4
[glsl] Flip ordering of barriers.
by dan sinclair
· 6 months ago
efd781b
[glsl][ir] Polyfill `quantizeToF16`
by dan sinclair
· 6 months ago
e18e808
[glsl][ir] Add context to unreachable message
by dan sinclair
· 6 months ago
8879b18
[glsl][ir] Add polyfill for `abs`
by dan sinclair
· 6 months ago
5deac0c
[glsl][ir] Add polyfill for `frexp`
by dan sinclair
· 6 months ago
fa3e144
[glsl][ir] Always polyfill `any` and `all`.
by dan sinclair
· 6 months ago
8ce2ed7
[glsl][ir] Polyfill `modf`
by dan sinclair
· 6 months ago
e0ca165
[glsl][ir] Polyfill integer `dot`
by dan sinclair
· 6 months ago
a7acef8
[glsl][ir] Enable bgra8unorm polyfill
by dan sinclair
· 6 months ago
803ff2b
[glsl][ir] Convert vector relational operations
by dan sinclair
· 6 months ago
2a9fbdd
[glsl][ir] Convert `any` and `all` of a scalar to a no-op
by dan sinclair
· 6 months ago
22f7682
[glsl][ir] Polyfill bitwise `&` and `|` on booleans
by dan sinclair
· 6 months ago
da2fa97
[glsl][ir] Add `arrayLength` support
by dan sinclair
· 6 months ago
3d2a692
[glsl][ir] Polyfill `fma`.
by dan sinclair
· 6 months ago
7ffe38a
[glsl][ir] Emit `degrees` and `radians`
by dan sinclair
· 6 months ago
d13c9f9
[glsl][ir] Polyfill the `textureStore` call
by dan sinclair
· 6 months ago
a5afb1f
[glsl][ir] Polyfill the `textureLoad` call
by dan sinclair
· 6 months ago
a209367
[glsl][ir] Fix `bitfieldInsert` GLSL def entry.
by dan sinclair
· 7 months ago
30eb6eb
[glsl] Only clamp access mode in ES.
by dan sinclair
· 7 months ago
0872368
[glsl][ir] Polyfill the `textureNumLayers` call
by dan sinclair
· 7 months ago
250ad5a
[glsl][ir] Split bitcast to separate polyfill
by dan sinclair
· 7 months ago
5bc6476
[glsl][ir] Polyfill the `insertBits` call
by dan sinclair
· 7 months ago
dd143d2
[glsl][ir] Polyfill the `extractBits` call
by dan sinclair
· 7 months ago
416092b
[glsl][ir] Polyfill the `countOneBits` call
by dan sinclair
· 7 months ago
8124737
[glsl][ir] Emit `textureDimensions`
by dan sinclair
· 7 months ago
9ae5b84
[glsl][ir] Add bitcast from/to f16.
by dan sinclair
· 7 months ago
562d9b7
[glsl][ir] Start bitcast emission.
by dan sinclair
· 7 months ago
7b7fb81
[glsl][ir] Emit the polyfills for atomic methods.
by dan sinclair
· 7 months ago
da73356
[glsl][ir] Emit the passthrough atomic methods.
by dan sinclair
· 7 months ago
9d3ffa6
[glsl][ir] Polyfill the barrier commands.
by dan sinclair
· 7 months ago
949fa99
[glsl][ir] Polyfill the `select` command.
by dan sinclair
· 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
7928109
[glsl][ir] Emit `Atomic` types
by dan sinclair
· 7 months ago
379c7df
[glsl][ir] Fix dpdyCoarse and Fine in ES.
by dan sinclair
· 7 months ago
fb96429
[glsl][ir] Add conversion support
by dan sinclair
· 7 months ago
7abbf53
[glsl][ir] Add constructor support
by dan sinclair
· 7 months ago
32f3eff
[glsl][ir] Add vector accessors.
by dan sinclair
· 7 months ago
6b1e61b
[glsl][ir] Fix emission of array elements
by dan sinclair
· 7 months ago
49597cc
[glsl][ir] Emit `Discard` and `TerminateInvocation`
by dan sinclair
· 7 months ago
7206591
[glsl][ir] Emit `Loop` and supporting instructions
by dan sinclair
· 7 months ago
chromium/6697
0330f50
[glsl][ir] Emit `If` and `ExitIf`
by dan sinclair
· 7 months ago
adaa316
[glsl][ir] Emit `Access`
by dan sinclair
· 7 months ago
chromium/6692
chromium/6693
chromium/6694
chromium/6695
chromium/6696
ce61a4e
[glsl][ir] Emit `Switch`
by dan sinclair
· 7 months ago
c2f6f2f
[glsl][ir] Emit load and store
by dan sinclair
· 7 months ago
0b44e31
[glsl][ir] Support depth multisampled texture types
by dan sinclair
· 7 months ago
6f6384b
[glsl][ir] Support multisampled texture types
by dan sinclair
· 7 months ago
8fd0dbd
[glsl][ir] Support depth texture types
by dan sinclair
· 7 months ago
d66b749
[glsl][ir] Add storage texture desktop types.
by dan sinclair
· 7 months ago
df9c1bf
[glsl][ir] Support sampled texture types
by dan sinclair
· 7 months ago
01f14b5
[glsl][ir] Support `CoreUnary`.
by dan sinclair
· 7 months ago
636e476
[glsl][ir] Support `CoreBinary`.
by dan sinclair
· 7 months ago
ae6643f
[glsl][ir] Emit pass through builtin call functions.
by dan sinclair
· 7 months ago
b0550df
[glsl][ir] Emit `let` values.
by dan sinclair
· 7 months ago
12b95ee
[glsl][ir] Emit StorageTexture types.
by dan sinclair
· 7 months ago
e667679
[glsl][ir] Only zero init certain address spaces.
by dan sinclair
· 7 months ago
a6941c6
Move more defines to `utils/compiler.h`
by dan sinclair
· 7 months ago
c101627
[glsl][ir] Emit `precision` in fragment shaders
by dan sinclair
· 7 months ago
2d91320
Remove some unordered_{set|map}
by dan sinclair
· 7 months ago
d275769
[glsl][ir] Force entry point name to `main`.
by dan sinclair
· 7 months ago
65a7642
[glsl][ir] Emit struct types.
by dan sinclair
· 7 months ago
aa14c8e
[glsl][ir] Emit Matrix types
by dan sinclair
· 7 months ago
0ea2c0e
[glsl][ir] Emit vector types.
by dan sinclair
· 7 months ago
Next »