Sign in
dawn
/
dawn
/
ca3c3f474ad7a599843ea0281c92a43b12ac9af9
/
src
/
tint
/
lang
/
core
ca3c3f4
Update ir::builder includes.
by dan sinclair
· 10 months ago
9f0b65f
Remove unused inferred template default parameter.
by dan sinclair
· 10 months ago
1b0c895
[ir] Fix store target validation highlight
by James Price
· 10 months ago
77ac3f1
[ir] Add RemoveTerminatorArgs transform
by James Price
· 10 months ago
04e38e8
[tint][resolver] Mark all short-circuited RHS expressions as not-evaluated
by Ben Clayton
· 10 months ago
f584797
[ir] Fix Disassembly::EmitOperandList() with count
by James Price
· 10 months ago
d42ff16
[ir] Track BreakIf as a loop exit
by James Price
· 10 months ago
a002503
[ir] Validate loop body with params has initializer
by James Price
· 10 months ago
02cf911
[msl] Implement ShaderIO transform
by James Price
· 10 months ago
d7dfc6c
Tint: Add input attachments support to spirv AST printer.
by Le Hoang Quyen
· 10 months ago
c224131
Tint: Add inputAttachmentLoad to core.def, wgsl.def, IR
by Le Hoang Quyen
· 10 months ago
0be0f1b
Fix misc-include-cleaner warnings from clang-tidy
by David Neto
· 10 months ago
d8bde2c
[tint][ir] Validate compute entry point has workgroup_size
by Ben Clayton
· 10 months ago
4670220
[ir] Remove abstract types from disassembler
by James Price
· 10 months ago
9b0b500
[tint][ir] Fix unused variable warnings
by Ben Clayton
· 10 months ago
dff1707
[tint][ir] Use Operand() instead of indexing operands_ directly
by Ben Clayton
· 10 months ago
b2c400b
[tint] Do not use AInt for attribute arguments
by James Price
· 10 months ago
01ef49d
[tint][ir] Add error handling to the binary decoder
by Ben Clayton
· 10 months ago
98ee9df
[tint][ir] Fix unit test expected output
by Ben Clayton
· 10 months ago
5fc8c9e
[ir] Add FunctionParam::SetType()
by James Price
· 10 months ago
1b0266e
[tint][ir] Add Decode() overload that takes a protobuf structure
by Ben Clayton
· 10 months ago
efa2c60
[tint][type] Move private validity checks to static member functions
by Ben Clayton
· 10 months ago
f403412
[tint] Add constant::Invalid
by Ben Clayton
· 10 months ago
a6788bd
[tint][core] Test that OOB Splat::Index() returns nullptr
by Ben Clayton
· 10 months ago
e4e4613
Tint: Add input_attachment as builtin type.
by Le Hoang Quyen
· 10 months ago
59eb7f3
Tint: Add input_attachment_index attribute class and def in core.def
by Le Hoang Quyen
· 10 months ago
81da611
Make textureDimensions(texture_external) use the visible size.
by Corentin Wallez
· 10 months ago
4e043e9
[msl] Add ArrayLengthFromUniform transform
by James Price
· 10 months ago
6cbdd1d
[ir] Track the index of a function parameter
by James Price
· 10 months ago
9af2b6f
Tint: add InputAttachment type class & definition in wgsl.def.
by Le Hoang Quyen
· 10 months ago
7e9f1a6
[tint][ir] Wrap SymbolTable and type::Manager once
by Ben Clayton
· 10 months ago
7603051
[tint][core] Assert that Splat and Composite type matches values
by Ben Clayton
· 10 months ago
fb7ee3d
[tint][core] Splat: Infer count from type
by Ben Clayton
· 10 months ago
48360ea
[tint][ir] Use CheckOperandsMatchTarget() for exit instructions
by Ben Clayton
· 10 months ago
6654d1f
[tint][ir] Validate next_iteration value types match body block parameters
by Ben Clayton
· 10 months ago
fac459a
[tint][ir] Validate continue value types match continuing block parameters
by Ben Clayton
· 10 months ago
c951b86
[tint][ir] Validate break_if value types match body block parameters / loop results
by Ben Clayton
· 10 months ago
f46acc5
[tint][ir] Move terminator validation to CheckTerminator()
by Ben Clayton
· 10 months ago
61d4d88
Rework the ExternalTexture computations slightly for clarity.
by Corentin Wallez
· 10 months ago
chromium/6486
73f5495
[msl] Add ModuleScopeVars transform
by James Price
· 10 months ago
47d4869
[ir] Add non-const DependencyOrderedFunctions()
by James Price
· 10 months ago
724dd78
tint: Add generating IR protobufs to CLI
by Ryan Harrison
· 10 months ago
chromium/6484
230657c
[ir] Allow access to extract pointers from structs
by James Price
· 10 months ago
35944ab
[ir] Add Module::DependencyOrderedFunctions()
by James Price
· 11 months ago
12f92c5
[tint][ir] Split BreakIf arguments into two lists
by Ben Clayton
· 11 months ago
cabf622
[tint][ir] Validate NextIteration instructions
by Ben Clayton
· 11 months ago
7b35ff1
[tint][ir] Validate continue statements
by Ben Clayton
· 11 months ago
fc36dcf
[tint][ir] Fix UAF in validator
by Ben Clayton
· 11 months ago
0a60d52
[tint][ir] Stylize more validator diagnostics
by Ben Clayton
· 11 months ago
chromium/6470
a655053
[tint] Use EXPECT_DEATH_IF_SUPPORTED()
by Ben Clayton
· 11 months ago
590110e
[tint][ir] Fix Std140 transform for arrays of matrices
by Ben Clayton
· 11 months ago
a5ded40
[ir] Add ReferencedModuleVars helper
by James Price
· 11 months ago
c25a748
[ir] Add Instruction::DetachResult() helper
by James Price
· 11 months ago
7cdaffe
[tint][ice] Make the InternalCompilerErrors abort
by Ben Clayton
· 11 months ago
de601a8
[ir] Add Function::AppendParam() helper
by James Price
· 11 months ago
d3bebe6c
Support Coord Transformation for TextureLoadExternal()
by Yan,Shaobo
· 11 months ago
chromium/6463
2ee4546
[ir] Fix TINT_DUMP_IR_WHEN_VALIDATING
by James Price
· 11 months ago
415bd73
[tint][diagnostics] Remove System enum
by Ben Clayton
· 11 months ago
2f84301
[tint][ir] Set the File on Disassembly's Sources
by Ben Clayton
· 11 months ago
chromium/6454
chromium/6455
3aebf9e
[tint][ir] Validate value scoping
by Ben Clayton
· 11 months ago
833b892
[tint][ir] Validate blocks without using recursion
by Ben Clayton
· 11 months ago
9d2a27a
[tint][ir] Don't use capitalized diagnostic messages
by Ben Clayton
· 11 months ago
35db5b5
[tint][ir] Have the Validator use the Disassembly::NameOf()
by Ben Clayton
· 11 months ago
aaeb83a
[tint][ir] Refactor the Disassembler, rename to Disassembly
by Ben Clayton
· 11 months ago
9ae003a
[ir] Remove unused worklist
by James Price
· 11 months ago
425cb42
[tint][ir] Use styled text in validation errors
by Ben Clayton
· 11 months ago
ffe26ba
[tint][ir] Colorize the IR disassembly
by Ben Clayton
· 11 months ago
ee717dd
[tint][ir] Have the Disassembler use a StyledText
by Ben Clayton
· 11 months ago
4fe7b11
[ir] Make branch targets comments in disassembly
by James Price
· 11 months ago
7710e30
[ir] Change disassembled block names to $Bn
by James Price
· 11 months ago
10600c0
[ir] Remove ` -> %b*` from function disassembly
by James Price
· 11 months ago
d07a200
[spirv] Fix dynamic indexes into constant arrays
by James Price
· 11 months ago
4f491bf
[ir] Validate block parameters
by James Price
· 11 months ago
750f71d
[tint][ir] Track owning block in BlockParam
by James Price
· 11 months ago
e5380b7
[ir] Validate function parameters
by James Price
· 11 months ago
21517e4
[ir] Add source map for a function and its params
by James Price
· 11 months ago
e5fff22
[tint][ir] Track owning Function in FunctionParam
by James Price
· 11 months ago
f7c7b93
[tint][ir] Ensure all enumerators are serialized
by Ben Clayton
· 11 months ago
fe59714
[tint][fuzz][ir] Add ValueToLet fuzzer
by Ben Clayton
· 11 months ago
12680c4
[tint][fuzz][ir] Add ZeroInitWorkgroupMemory fuzzer
by Ben Clayton
· 11 months ago
3a4e074
[tint][fuzz][ir] Add VectorizeScalarMatrixConstructors fuzzer
by Ben Clayton
· 11 months ago
28afc12
[tint][fuzz][ir] Add Std140 fuzzer
by Ben Clayton
· 11 months ago
4241ea2
[tint][fuzz][ir] Add Robustness fuzzer
by Ben Clayton
· 11 months ago
13798bc
[tint][fuzz][ir] Add PreservePadding fuzzer
by Ben Clayton
· 11 months ago
c132ccd
[tint][fuzz][ir] Add MultiplanarExternalTexture fuzzer
by Ben Clayton
· 11 months ago
a1025ff
[tint][fuzz][ir] Add DirectVariableAccess fuzzer
by Ben Clayton
· 11 months ago
4ae0648
[tint][fuzz][ir] Add DemoteToHelper fuzzer
by Ben Clayton
· 11 months ago
7fa78c5
[tint][fuzz][ir] Add ConversionPolyfill fuzzer
by Ben Clayton
· 11 months ago
2189ab2
[tint][fuzz][ir] Add CombineAccessInstructions fuzzer
by Ben Clayton
· 11 months ago
cb9ccf8
[tint][fuzz][ir] Add BuiltinPolyfill fuzzer
by Ben Clayton
· 11 months ago
chromium/6437
f792ce6
[tint][fuzz][ir] Add BlockDecoratedStructs fuzzer
by Ben Clayton
· 11 months ago
c96f818
[tint][fuzz][ir] Add BindingRemapper fuzzer
by Ben Clayton
· 11 months ago
3e18d6a
[tint][fuzz][ir] Add BinaryPolyfill fuzzer
by Ben Clayton
· 11 months ago
b5045a6
[tint][fuzz][ir] Add Bgra8UnormPolyfill fuzzer
by Ben Clayton
· 11 months ago
8801bee
[tint][fuzz][ir] Add AddEmptyEntryPoint fuzzer
by Ben Clayton
· 11 months ago
e9ab1b6
[tint] Remove TODO(bclayton)
by Ben Clayton
· 11 months ago
4c7b09f
[tint][ir] Use the FilteredIterator to avoid dead instructions
by Ben Clayton
· 12 months ago
chromium/6402
95cd216
[tint][wgsl] Polish struct address space diagnostic messages
by Ben Clayton
· 12 months ago
7711bfc
[tint][ir] Add Capability::kAllowRefTypes
by Ben Clayton
· 12 months ago
120ca8e
[tint][wgsl] Pull ptr/ref handling out to raise transform
by Ben Clayton
· 12 months ago
Next »