- 11c9de6 ast: Add virtual GetKind() instead of kind member by Ben Clayton · 4 years, 5 months ago
- b062bbd Replace TextureType::(Is|As)Sampled with Castable by Ben Clayton · 4 years, 5 months ago
- 1a23756 Replace TextureType::(Is|As)Storage with Castable by Ben Clayton · 4 years, 5 months ago
- 0441bd1 Replace TextureType::(Is|As)Multisampled with Castable by Ben Clayton · 4 years, 5 months ago
- 09b8829 Replace TextureType::(Is|As)Depth with Castable by Ben Clayton · 4 years, 5 months ago
- 16ec1bb Replace Type::(Is|As)Void with Castable by Ben Clayton · 4 years, 5 months ago
- 8a083ce Replace Type::(Is|As)Vector with Castable by Ben Clayton · 4 years, 5 months ago
- d11ced4 Replace Type::(Is|As)U32 with Castable by Ben Clayton · 4 years, 5 months ago
- 38409c7 Replace Type::(Is|As)Texture with Castable by Ben Clayton · 4 years, 5 months ago
- d734dd0 Replace Type::(Is|As)Struct with Castable by Ben Clayton · 4 years, 5 months ago
- 351128a Replace Type::(Is|As)Sampler with Castable by Ben Clayton · 4 years, 5 months ago
- c52f421 Replace Type::(Is|As)Pointer with Castable by Ben Clayton · 4 years, 5 months ago
- d8457c1 Replace Type::(Is|As)Matrix with Castable by Ben Clayton · 4 years, 5 months ago
- 9857f81 Replace Type::(Is|As)I32 with Castable by Ben Clayton · 4 years, 5 months ago
- 75f39be Replace Type::(Is|As)F32 with Castable by Ben Clayton · 4 years, 5 months ago
- f3639b7 Replace Type::(Is|As)Bool with Castable by Ben Clayton · 4 years, 5 months ago
- af37c4a Replace Type::(Is|As)Array with Castable by Ben Clayton · 4 years, 5 months ago
- 6786426 Replace Type::(Is|As)Alias with Castable by Ben Clayton · 4 years, 5 months ago
- a8d8778 Replace Type::(Is|As)AccessControl with Castable by Ben Clayton · 4 years, 5 months ago
- 69aabb5 Derive all ast::types from Castable by Ben Clayton · 4 years, 5 months ago
- bed7a32 type_determiner: use f32 as the subtype for u/norm storage texture. by Corentin Wallez · 4 years, 5 months ago
- c489875 ast/module: Additional documentation for type methods by Ben Clayton · 4 years, 5 months ago
- 7e4ffa0 Add create<T>() method to Module for types by Ben Clayton · 4 years, 5 months ago
- 0fb5168 Move TypeManager from tint::Context to ast::Module by Ben Clayton · 4 years, 5 months ago
- 3e67c5db Move type_manager to the ast dir/namespace by Ben Clayton · 4 years, 5 months ago
- eaa8579 ast: Fix vector constructors in ValidCases() by Ben Clayton · 4 years, 5 months ago
- 7214f40 [wgsl-reader] Add support for read only storage buffers. by dan sinclair · 4 years, 5 months ago
- 3ea3c99 Implement textureSample builtins by Ben Clayton · 4 years, 5 months ago
- 2f4096b Move the ast node ownership from Context to Module by Ben Clayton · 4 years, 5 months ago
- c7f51b7 ast: Support decoration kind hierarchies by dan sinclair · 4 years, 5 months ago
- 2d86bf4 ast::Builder: Add more builder methods by Ben Clayton · 4 years, 5 months ago
- 165ff1c ast::Builder: Make the interface more fluent by Ben Clayton · 4 years, 5 months ago
- 4bfe461 Big cleanup now that AST nodes are raw pointers by Ben Clayton · 4 years, 5 months ago
- b053acf Replace use of std::unique_ptr<T> with T* for AST nodes by Ben Clayton · 4 years, 5 months ago
- 0613890 Replace remaining std::make_unique<T> -> create<T> for ast::Nodes by Ben Clayton · 4 years, 5 months ago
- eeac0c5 ast: Remove no-arg constructor for ast::IfStatement by Ben Clayton · 4 years, 5 months ago
- 80598ed [ast] Add the result_type into the AST dump by dan sinclair · 4 years, 5 months ago
- 4ad0019 ast: Remove no-arg constructor for ast::CastStatement by Ben Clayton · 4 years, 5 months ago
- e5e9617 ast: Remove no-arg constructor for ast::ElseStatement by Ben Clayton · 4 years, 6 months ago
- 6a788df ast: Remove no-arg constructor for ast::LoopStatement by Ben Clayton · 4 years, 6 months ago
- b29b09f ast: Add body parameter to ast::Function constructors by Ben Clayton · 4 years, 6 months ago
- b673de0 ast/types tests: Replace std::make_unique<T> -> create<T> by Ben Clayton · 4 years, 6 months ago
- 327b1c7 ast tests: Replace std::make_unique<T> -> create<T> by Ben Clayton · 4 years, 6 months ago
- 4f7c295 ast/type: Have all tests derive from new TestHelper by Ben Clayton · 4 years, 6 months ago
- 10d5c6a ast: Have all tests derive from new TestHelper by Ben Clayton · 4 years, 6 months ago
- 6f58546 ast: Have all AST types derive from ast::Node by Ben Clayton · 4 years, 6 months ago
- 8ca4561 [inspector] Add Multisampled Texture data extraction by Ryan Harrison · 4 years, 6 months ago
- 20a8d31 Create an AST builder class. by dan sinclair · 4 years, 6 months ago
- f16dfeb ast: intrinsic spelling matches the spec by David Neto · 4 years, 6 months ago
- 54af874 wsgl parser: refactor statements() by Ben Clayton · 4 years, 6 months ago
- dbcc1e0 [inspector] Extract Sampled Texture data by Ryan Harrison · 4 years, 6 months ago
- cc2305d [inspector] Extract Sampler resource binding information by Ryan Harrison · 4 years, 6 months ago
- 34a2eb1 Add Source parameter to decoration constructors by Ben Clayton · 4 years, 6 months ago
- 3529880 ast: Have all decorations derive from base class by Ben Clayton · 4 years, 6 months ago
- f8bd106 Fix all warnings when building with CMake + clang by Ben Clayton · 4 years, 6 months ago
- a28d19b Add tests for MinBufferBindingSize by Ryan Harrison · 4 years, 6 months ago
- d5fd7e0 Fixup lint errors. by dan sinclair · 4 years, 6 months ago
- 580d6c7 Produce end ranges for tokens and AST nodes by Ben Clayton · 4 years, 6 months ago
- a3bcde2 Rm line() & column() from wsgl::Token & ast::Node by Ben Clayton · 4 years, 6 months ago
- fc5a9cf Remove tint::Source(size_t, size_t) constructor by Ben Clayton · 4 years, 6 months ago
- 5bee67f Add File & Range information to tint::Source by Ben Clayton · 4 years, 6 months ago
- c8b2d23 [spirv-writer] Emit access control information. by dan sinclair · 4 years, 6 months ago
- c55fc39 [ast] Unify the access control types. by dan sinclair · 4 years, 6 months ago
- 512ecc2 Rename unwrap helpers. by dan sinclair · 4 years, 6 months ago
- bfd8109 [ast] Add AccessControlType. by dan sinclair · 4 years, 6 months ago
- fcbc6ef [inspector] Extract storage-buffer information by Ryan Harrison · 4 years, 6 months ago
- e6fda61 ast::Variable dumping now indicates is_const by David Neto · 4 years, 6 months ago
- 88d705d [inspector] Extract UBO information by Ryan Harrison · 4 years, 6 months ago
- 7156d3e [wgsl-reader] Add parsing of named structs. by dan sinclair · 4 years, 6 months ago
- 95dc655 [ast] Change module dump order. by dan sinclair · 4 years, 7 months ago
- 481ecff [ast] Require StructType to have a name by dan sinclair · 4 years, 7 months ago
- eb5d3e1 [wgsl-reader] Allow array decorations to have multiple blocks. by dan sinclair · 4 years, 7 months ago
- 5118c07 Add In/Out variables to returned EntryPoint by Ryan Harrison · 4 years, 7 months ago
- 1a63c49 Update structs to allow multiple decorations by dan sinclair · 4 years, 7 months ago
- 007dc42 [type-determiner][spirv-writer] Add arrayLength support by dan sinclair · 4 years, 7 months ago
- 56acec9 [msl-writer] Emit function constant information by dan sinclair · 4 years, 7 months ago
- dd516e6 Doxygen cleanup by dan sinclair · 4 years, 7 months ago
- b5e5b80 Reduce duplication of type format strings. by dan sinclair · 4 years, 7 months ago
- 9caffa4 [ast] Add constant id helper. by dan sinclair · 4 years, 7 months ago
- b403cb5 [transform] Add BufferArrayAccessors transform by dan sinclair · 4 years, 7 months ago
- 9e7f9dc [ast] Add constant_id decoration by dan sinclair · 4 years, 7 months ago
- 095f5f7 fix clang error by Sarah Mashayekhi · 4 years, 7 months ago
- 816764d [ast] Remove IsCast by dan sinclair · 4 years, 7 months ago
- 3c02592 Remove cast operator. by dan sinclair · 4 years, 7 months ago
- 5c948e4 [transform] Move the transform folder by dan sinclair · 4 years, 7 months ago
- a7d498e Rename 'as' to 'bitcast' by dan sinclair · 4 years, 7 months ago
- b4fee2f Update builtin methods. by dan sinclair · 4 years, 7 months ago
- 5f81262 Remove EntryPoint. by dan sinclair · 4 years, 7 months ago
- a8274b2 [spirv-writer] Emit entrypoint from function decoration. by dan sinclair · 4 years, 7 months ago
- 0592643 [type-determiner] Update to work with entry point and function stages. by dan sinclair · 4 years, 7 months ago
- 767ea85 [wgsl-reader] Parse stage decoration by dan sinclair · 4 years, 7 months ago
- d05f93f [wgsl-reader] Add workgroup_size parsing by dan sinclair · 4 years, 7 months ago
- 6438279 [ast][spirv-writer][hlsl-writer][wgsl-writer] Add workgroup_size decoration by dan sinclair · 4 years, 7 months ago
- 636d588 [ast] Add decorations to functions. by dan sinclair · 4 years, 7 months ago
- d3f75ca Add support for multisampled textures. by dan sinclair · 4 years, 7 months ago
- 03f5e2f [wgsl-reader] Parsing image storage type by Tomek Ponitka · 4 years, 8 months ago
- 4e2d248 [ast] Change intrinsic function names to camel case by Tomek Ponitka · 4 years, 8 months ago
- e7ec7f1 [wgsl-writer] Add GenerateEntryPoint by dan sinclair · 4 years, 8 months ago
- fd3ca9e [wgsl-reader] Parsing sampled texture type by Tomek Ponitka · 4 years, 8 months ago
- 1a61fc4 [type-determination] Adding builtin texture operations by Tomek Ponitka · 4 years, 8 months ago