- 1e29f4b Move CloneContext and Traits from src/ast to src/ by Ben Clayton · 4 years, 2 months ago
- 207b5e2 Move tint::ast::type to tint::type by Ben Clayton · 4 years, 2 months ago
- 587f387 Add tint::BlockAllocator<T> by Ben Clayton · 4 years, 2 months ago
- ed14524 Refactor getting number of coordinate dimensions by David Neto · 4 years, 2 months ago
- c068cfc Support the group decoration. by dan sinclair · 4 years, 2 months ago
- 987376c Revert the namer changes. by dan sinclair · 4 years, 2 months ago
- f74b90b Use a test namer in the MSL generator. by dan sinclair · 4 years, 2 months ago
- 8d6e625 Convert HLSL to higher level namer. by dan sinclair · 4 years, 2 months ago
- 05b6484 Convert MSL generator to unsafe namer. by dan sinclair · 4 years, 2 months ago
- e9d7f7e src/transform: Reimplement tests in WGSL by Ben Clayton · 4 years, 2 months ago
- 1523f5c Start cleaning up tests (3/N) by Ben Clayton · 4 years, 3 months ago
- 2d0282b Add a demangler by dan sinclair · 4 years, 3 months ago
- a80511e ast: Merge DecoratedVariable into Variable by Ben Clayton · 4 years, 3 months ago
- 89caee1 Add a symbol table. by dan sinclair · 4 years, 3 months ago
- 7fbd67a Fix CMake build when TINT_BUILD_FUZZERS=1 by Ben Clayton · 4 years, 3 months ago
- c82eeee re-enable Tint testing by David Neto · 4 years, 3 months ago
- 7f04e5c Implement textureLoad() by Ben Clayton · 4 years, 3 months ago
- f3717fa CMake: Add a flag to control whether to built tint_unittests by Corentin Wallez · 4 years, 3 months ago
- 3d449d2 [transform] Add first index offset transform by Enrico Galli · 4 years, 3 months ago
- c35176e Remove the context object. by dan sinclair · 4 years, 3 months ago
- 00b77a8 Rework all transforms to transform-on-copy by Ben Clayton · 4 years, 4 months ago
- 2bc6840 Add ast::CloneContext::ReplaceAll() by Ben Clayton · 4 years, 4 months ago
- f1f10e6 Add src/traits.h by Ben Clayton · 4 years, 4 months ago
- 76d12f0 Add EmitVertexPointSizeTransform by Ben Clayton · 4 years, 4 months ago
- ed2b978 ast: Add Module.Clone() by Ben Clayton · 4 years, 4 months ago
- 95feb99 Add Castable template class by Ben Clayton · 4 years, 4 months ago
- 83b3245 writer/msl: Emit texture builtin functions by Ben Clayton · 4 years, 4 months ago
- 41c8cd3 writer/hlsl: Move the coord/arrayidx packing to utility function by Ben Clayton · 4 years, 4 months ago
- 12ed862 Add fuzzer instrumentation when building fuzzers by Ben Clayton · 4 years, 4 months ago
- 3e67c5d Move type_manager to the ast dir/namespace by Ben Clayton · 4 years, 4 months ago
- 0f4632d writer/hlsl: Emit texture builtin functions by Ben Clayton · 4 years, 4 months ago
- 2da833d writer: Simplify floats when printed by Ben Clayton · 4 years, 4 months ago
- 7214f40 [wgsl-reader] Add support for read only storage buffers. by dan sinclair · 4 years, 4 months ago
- f2bfeda writer/spriv: Move IntrinsicTextureTest to its own file by Ben Clayton · 4 years, 4 months ago
- 3ea3c99 Implement textureSample builtins by Ben Clayton · 4 years, 4 months ago
- 038f6d2 [validation] unittest v-0015: runtime array may only appear last in a structs by Sarah Mashayekhi · 4 years, 4 months ago
- bd7ab2c spirv-reader: Add (handle) Usage abstraction by David Neto · 4 years, 4 months ago
- cebde29 spirv-reader: add GetMemoryObjectDeclarationForHandle by David Neto · 4 years, 4 months ago
- 10d5c6a ast: Have all tests derive from new TestHelper by Ben Clayton · 4 years, 4 months ago
- 196e097 Place the namer into the context object. by dan sinclair · 4 years, 4 months ago
- 20a8d31 Create an AST builder class. by dan sinclair · 4 years, 4 months ago
- af8091e wsgl parser: support multiple error messages by Ben Clayton · 4 years, 4 months ago
- 84f8275 [spirv-writer] Hash names by dan sinclair · 4 years, 4 months ago
- 0573714 wsgl parser: Have Expect & Maybe operator-> deref by Ben Clayton · 4 years, 4 months ago
- 34f90a0 [validation] make validator directory by Sarah Mashayekhi · 4 years, 4 months ago
- 3529880 ast: Have all decorations derive from base class by Ben Clayton · 4 years, 5 months ago
- 2e6cc99 Implement diagnostic color printing by Ben Clayton · 4 years, 5 months ago
- f0740ae Add tint::diag namespace for diagnostics by Ben Clayton · 4 years, 5 months ago
- 5bee67f Add File & Range information to tint::Source by Ben Clayton · 4 years, 5 months ago
- c55fc39 [ast] Unify the access control types. by dan sinclair · 4 years, 5 months ago
- 4dd5665 Add tests for all reachable parser errors by Ben Clayton · 4 years, 5 months ago
- bfd8109 [ast] Add AccessControlType. by dan sinclair · 4 years, 5 months ago
- 8904253 Add getting constant ID information from Inspector by Ryan Harrison · 4 years, 5 months ago
- eb5d3e1 [wgsl-reader] Allow array decorations to have multiple blocks. by dan sinclair · 4 years, 5 months ago
- b8d90ea Move visibility=hidden directive. by dan sinclair · 4 years, 6 months ago
- 1a9a2dd Add Inspector class by Ryan Harrison · 4 years, 6 months ago
- 5bb9b75 [transform] Add a simple transform manager. by dan sinclair · 4 years, 6 months ago
- 97b729d [transform] Add Transformer base class by dan sinclair · 4 years, 6 months ago
- b403cb5 [transform] Add BufferArrayAccessors transform by dan sinclair · 4 years, 6 months ago
- 9e7f9dc [ast] Add constant_id decoration by dan sinclair · 4 years, 6 months ago
- 3c02592 Remove cast operator. by dan sinclair · 4 years, 6 months ago
- 5c948e4 [transform] Move the transform folder by dan sinclair · 4 years, 6 months ago
- a7d498e Rename 'as' to 'bitcast' by dan sinclair · 4 years, 6 months ago
- b4fee2f Update builtin methods. by dan sinclair · 4 years, 6 months ago
- 5f81262 Remove EntryPoint. by dan sinclair · 4 years, 6 months ago
- de2a019 [spirv-reader] Emit StageDecoration when building the functions by dan sinclair · 4 years, 6 months ago
- f91b966 [hlsl-writer] Emit function decoration stage by dan sinclair · 4 years, 6 months ago
- b5bb2d9 [msl-writer] Update to emit based on pipeline stage. by dan sinclair · 4 years, 6 months ago
- a8274b2 [spirv-writer] Emit entrypoint from function decoration. by dan sinclair · 4 years, 6 months ago
- 767ea85 [wgsl-reader] Parse stage decoration by dan sinclair · 4 years, 6 months ago
- d05f93f [wgsl-reader] Add workgroup_size parsing by dan sinclair · 4 years, 6 months ago
- 6438279 [ast][spirv-writer][hlsl-writer][wgsl-writer] Add workgroup_size decoration by dan sinclair · 4 years, 6 months ago
- 636d588 [ast] Add decorations to functions. by dan sinclair · 4 years, 6 months ago
- d3f75ca Add support for multisampled textures. by dan sinclair · 4 years, 6 months ago
- bcb6eb0 [wgsl-reader] Parsing storage texture type by Tomek Ponitka · 4 years, 6 months ago
- 03f5e2f [wgsl-reader] Parsing image storage type by Tomek Ponitka · 4 years, 6 months ago
- bab2a4d [validation] Add disabled tests for validating switch statements by Sarah Mashayekhi · 4 years, 7 months ago
- fd3ca9e [wgsl-reader] Parsing sampled texture type by Tomek Ponitka · 4 years, 7 months ago
- 4beff41 [wgsl-reader] Parsing texture sampler types by Tomek Ponitka · 4 years, 7 months ago
- cbd1ef8 [wgsl-reader] Parsing depth texture type by Tomek Ponitka · 4 years, 7 months ago
- c354200 [wgsl-reader] Parsing sampler type by Tomek Ponitka · 4 years, 7 months ago
- 6803529 [spirv-writer] Convert ast image format types to spv by Tomek Ponitka · 4 years, 7 months ago
- 63b007d [hlsl-writer] Move test helper to a template. by dan sinclair · 4 years, 7 months ago
- df503f0 [hlsl-writer] Refactor output emission. by dan sinclair · 4 years, 7 months ago
- 3fad211 [validation] Add a validator test helper class by Sarah Mashayekhi · 4 years, 7 months ago
- 63a5aa7 [wgsl-reader] Adding for loops by Tomek Ponitka · 4 years, 7 months ago
- d38df39 [hlsl-writer] Add support for import statements. by dan sinclair · 4 years, 7 months ago
- a1087ee [hlsl-writer] Generate intrinsics. by dan sinclair · 4 years, 7 months ago
- 3739a23 [hlsl-writer] Emit cast expressions. by dan sinclair · 4 years, 7 months ago
- 10585f0 [hlsl-writer] Add tests for entry point data. by dan sinclair · 4 years, 7 months ago
- 6fdc77a [hlsl-writer] Emit module constants. by dan sinclair · 4 years, 7 months ago
- 7df4a84 [hlsl-writer] Add CallExpression. by dan sinclair · 4 years, 7 months ago
- be89a06 [hlsl-writer] Add function handling. by dan sinclair · 4 years, 7 months ago
- f16250b [validation] Validates functions return statement by Sarah Mashayekhi · 4 years, 7 months ago
- 63551e3 Add vertex pulling transform by Idan Raiter · 4 years, 7 months ago
- 3125a8d [ast] Add texture types to the AST. by dan sinclair · 4 years, 8 months ago
- fe8c59a Add SamplerType to AST. by dan sinclair · 4 years, 8 months ago
- 8278f2c [hlsl-writer] Add loop support. by dan sinclair · 4 years, 8 months ago
- 97bc4ad [hlsl-writer] Add if/else statements. by dan sinclair · 4 years, 8 months ago
- cbe0668 [hlsl-writer] Emit variable declarations. by dan sinclair · 4 years, 8 months ago