Sign in
dawn
/
tint
/
HEAD
5c243f8
Rename CloneContext::mod to CloneContext::dst
by Ben Clayton
· 3 days ago
main
6761160
ast: Move Module function methods to FunctionList
by Ben Clayton
· 3 days ago
281b602
type::Manager: Simplify interface and use BlockAllocator
by Ben Clayton
· 3 days ago
1e29f4b
Move CloneContext and Traits from src/ast to src/
by Ben Clayton
· 3 days ago
f12054e
test: Add Build() method for tests using ast::Builder
by Ben Clayton
· 3 days ago
207b5e2
Move tint::ast::type to tint::type
by Ben Clayton
· 4 days ago
587f387
Add tint::BlockAllocator<T>
by Ben Clayton
· 4 days ago
e1abcb4
wgsl-reader: support multiple case selectors
by Vasyl Teliman
· 4 days ago
afb8cfb
Add location data to input/output variable reflection
by Ryan Harrison
· 4 days ago
ed14524
Refactor getting number of coordinate dimensions
by David Neto
· 6 days ago
71012dc
validator: Support assignment through pointer
by David Neto
· 6 days ago
579f6a0
Fix typos in CMakeLists
by Vasyl Teliman
· 6 days ago
336bb0b
Update storage_buffer storage class.
by dan sinclair
· 6 days ago
7edf1fb
Initialize transform manager to null in fuzzer
by Ryan Harrison
· 6 days ago
20f4d1d
validator: add IsStorable helper function
by David Neto
· 6 days ago
d7335fa
Update builtin idx names.
by dan sinclair
· 7 days ago
4a110c2
Remove obsolete GN config
by Michael Achenbach
· 7 days ago
c068cfc
Support the group decoration.
by dan sinclair
· 10 days ago
0e17caa
spirv-reader: expand OuterProduct to primitive ops
by David Neto
· 10 days ago
0a68b36
Implement textureNumSamples()
by Ben Clayton
· 10 days ago
6e5b5ec
Remove underscores from ValidTextureOverload enum names
by Ben Clayton
· 10 days ago
d971320
Implement textureNumLevels()
by Ben Clayton
· 10 days ago
c21f1f9
Implement textureNumLayers()
by Ben Clayton
· 10 days ago
0f4638b
Revert "Extract demangler out to separate source set"
by Ben Clayton
· 10 days ago
8121fe3
Add missing doxygen comments
by Ben Clayton
· 11 days ago
a7b52e3
samples: Fix compiler warning
by Ben Clayton
· 11 days ago
2f7fea1
Extract demangler out to separate source set
by Ben Clayton
· 11 days ago
1f14595
reader/wgsl: Remove duplicate lexer logic
by Ben Clayton
· 11 days ago
904c5b9
Add texture_storage_yy parsing.
by dan sinclair
· 11 days ago
90c266d
Removed Clang-specific pragmas to build with VS2019
by Carl Woffenden
· 11 days ago
313ae9e
Add in Inspector Fuzzer implementation file
by Ryan Harrison
· 11 days ago
395ec2c
writer/spirv: Add TextureStorageWithDifferentAccess test
by Ben Clayton
· 11 days ago
d50a304
Remove access control from StorageTexture.
by dan sinclair
· 11 days ago
5716626
Fix ValidTextureOverload enum names for kSampleCompare
by Ben Clayton
· 11 days ago
7c59809
writer/[hlsl,msl]: Emit a implicit return for entrypoints
by Ben Clayton
· 11 days ago
1870a48
Add fuzzer for Inspector
by Ryan Harrison
· 12 days ago
f813959
Convert libtint deps to be public
by Ryan Harrison
· 12 days ago
1c200cf
Remove outerProduct.
by dan sinclair
· 12 days ago
8f47840
writer/spirv: Validate SPIRV for all texture intrinsic functions
by Ben Clayton
· 12 days ago
72114bd
writer/spriv: Cast level parameter to f32 for depth texture sampling
by Ben Clayton
· 12 days ago
9a9aa58
writer/spriv: Extract first element from depth texture reads
by Ben Clayton
· 12 days ago
ecad052
writer/spirv: Use ConstOffset instead of Offsets
by Ben Clayton
· 12 days ago
2dbd556
writers: Duplicate cube height for textureDimensions()
by Ben Clayton
· 12 days ago
ecc2cdf
writer/spirv: Use OpImageQuerySizeLod for non-MS images
by Ben Clayton
· 12 days ago
d1aef67
writer/spirv: Fix storage class and add decorations for texture test cases
by Ben Clayton
· 12 days ago
50c5fa1
writer/spirv: Refactor IntrinsicTextureTest.OutsideFunction_IsError
by Ben Clayton
· 12 days ago
559f4e6
Remove stdout output from test
by David Neto
· 12 days ago
42e873c
Update comments in test WGSL files.
by dan sinclair
· 12 days ago
0b5d1dd
Re-land fuzzing work with fix
by Ryan Harrison
· 12 days ago
4651a6e
spirv-reader: explicitly reject combined-image-sampler
by David Neto
· 13 days ago
987376c
Revert the namer changes.
by dan sinclair
· 13 days ago
b91e8a9
Add a Unsafe SPIR-V generate call.
by dan sinclair
· 13 days ago
03f38e0
Update new entry points to use correct namer.
by dan sinclair
· 13 days ago
f6866a2
Add std::hash<tint::Symbol> specialization
by Ben Clayton
· 13 days ago
4527a51
TypeDeterminer: Fix type map iterations
by Ben Clayton
· 13 days ago
d221738
Add diag::Formatter::Style::print_newline_at_end
by Ben Clayton
· 13 days ago
4a0b9f7
Implement textureDimensions()
by Ben Clayton
· 13 days ago
c3c70f8
Fix const-ness of inspector constructor.
by dan sinclair
· 13 days ago
e86fd50
Fix doxygen comment
by David Neto
· 13 days ago
3f245ed
spirv-reader: convert arity of textureLoad on depth texture
by David Neto
· 13 days ago
2dc1ef4
Switch default to the MangleNamer.
by dan sinclair
· 13 days ago
a8d9755
Allow setting the namer into the inspector.
by dan sinclair
· 13 days ago
b920e60
Change generators to take a pointer instead of move.
by dan sinclair
· 13 days ago
7d152e0
Use TestNamer in the SPIR-V backend.
by dan sinclair
· 13 days ago
f4bc0e7
Use TestNamer in HLSL tests.
by dan sinclair
· 13 days ago
f74b90b
Use a test namer in the MSL generator.
by dan sinclair
· 13 days ago
c8c3156
Remove name fields
by dan sinclair
· 13 days ago
e65e4bd
Remove IdentifierExpression::name().
by dan sinclair
· 13 days ago
4ac6568
Remove Function::name().
by dan sinclair
· 13 days ago
eb737c2
Remove StructMember::name().
by dan sinclair
· 13 days ago
e76a86a
Remove StructType::name()
by dan sinclair
· 13 days ago
1d967e3
Remove the AliasType::name() getter.
by dan sinclair
· 13 days ago
396b023
Remove Variable::name().
by dan sinclair
· 13 days ago
197a1b9
Use the top level namer in the SPIR-V backend.
by dan sinclair
· 13 days ago
f3e3586
Use namer in the Inspector.
by dan sinclair
· 13 days ago
8d6e625
Convert HLSL to higher level namer.
by dan sinclair
· 13 days ago
05b6484
Convert MSL generator to unsafe namer.
by dan sinclair
· 13 days ago
1d9935c
Revert 3 fuzzing CLs, since they are preventing rolling into Chromium.
by Ryan Harrison
· 14 days ago
795b6b5
Convert ScopeStack over to symbols.
by dan sinclair
· 14 days ago
f51d965
spirv-reader: Reject dref sampling with Bias or Grad
by David Neto
· 14 days ago
9bacbe1
Roll third party dependencies
by David Neto
· 2 weeks ago
1e01c2c
spirv-reader: rename variable
by David Neto
· 2 weeks ago
4a29008
Adding fuzzing for Transforms
by Ryan Harrison
· 2 weeks ago
39545b7
Add fuzzers for various emission paths
by Ryan Harrison
· 2 weeks ago
766e31d
Create common utility class for fuzzing
by Ryan Harrison
· 2 weeks ago
7189759
Add tool to check the WGSL spec examples compile
by Ben Clayton
· 3 weeks ago
8144af9
spirv-reader: ignore PointSize builtin declared at module-scope
by David Neto
· 3 weeks ago
9bbf825
wgsl: Treat // as comment
by Ben Clayton
· 3 weeks ago
40b4928
Implement clamping of runtime array accesses
by Ben Clayton
· 3 weeks ago
6653c13
Fix ast_clone_fuzzer tests
by Ben Clayton
· 3 weeks ago
e9d7f7e
src/transform: Reimplement tests in WGSL
by Ben Clayton
· 3 weeks ago
995516e
Add --demangle option to command example
by David Neto
· 3 weeks ago
6cad63c
spirv-reader: support OpArrayLength
by David Neto
· 3 weeks ago
9894867
reader/wgsl: Fix parsing of matrices.
by Ben Clayton
· 3 weeks ago
a35b57f
spirv-reader: rename to isNan, isInf
by David Neto
· 3 weeks ago
ca2c1ed
Validate that runtime arrays aren't used as parameters
by Ben Clayton
· 3 weeks ago
938ff5f
spirv-reader: ImageQuerySize can be on readonly image
by David Neto
· 3 weeks ago
1637cbb
cleanup: Refactor tests to use ast::Builder helpers
by Ben Clayton
· 3 weeks ago
dbfe2de
reader/spirv: Move common test name to fixture name
by Ben Clayton
· 3 weeks ago
e6e7041
Remove all Source{} smell from tests
by Ben Clayton
· 3 weeks ago
Next »