- b7b6a3f Fix linter errors about newlines in lists by Ben Clayton · 4 years, 5 months ago
- 77e3318 spirv-reader: Support depth-reference sampling by David Neto · 4 years, 5 months ago
- ddaf590 spirv-reader: Infer a handle type when needed by David Neto · 4 years, 5 months ago
- 83b3245 writer/msl: Emit texture builtin functions by Ben Clayton · 4 years, 5 months ago
- f48d244 writer/spirv: Use PackCoordAndArrayIndex() by Ben Clayton · 4 years, 5 months ago
- 41c8cd3 writer/hlsl: Move the coord/arrayidx packing to utility function by Ben Clayton · 4 years, 5 months ago
- 8ad2c91 spirv-writer: Add SampledCubeArray cap when needed by David Neto · 4 years, 5 months ago
- b496611 spirv-writer: avoid dup OpCapability instructions by David Neto · 4 years, 5 months ago
- 66794ea Roll dependencies; spirv-reader: avoid spurious OpLine by David Neto · 4 years, 5 months ago
- eb913d3 spirv-reader: Start emitting sampled image builtins by David Neto · 4 years, 5 months ago
- 4e91325 writer/spirv: Emit Image1D and Sampled1D capabilities when needed by Corentin Wallez · 4 years, 5 months ago
- d49841c writer/spirv: Emit NonRead/Writable decoration of storage texture vars by Corentin Wallez · 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
- 12ed862 Add fuzzer instrumentation when building fuzzers by Ben Clayton · 4 years, 5 months ago
- 1b543c6 spirv-reader: Add a disassembler helper by David Neto · 4 years, 5 months ago
- 1e87fe5 reader/wgsl: Abort after raising too many errors by Ben Clayton · 4 years, 5 months ago
- c489875 ast/module: Additional documentation for type methods by Ben Clayton · 4 years, 5 months ago
- 8282262 writer/spriv: Add an assert that functions_ is not empty by Ben Clayton · 4 years, 5 months ago
- fecf106 Improve error message when suffixing float with f 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
- 3e67c5d Move type_manager to the ast dir/namespace by Ben Clayton · 4 years, 5 months ago
- 4c32dd9 spirv-writer: Fix phi for short-circuiting operators by David Neto · 4 years, 5 months ago
- 6cd6f74 spirv-writer: support identity cast for vectors by David Neto · 4 years, 5 months ago
- 4c13659 Fix includes and BUILD.gn deps for gn check by Kai Ninomiya · 4 years, 5 months ago
- 189ceb6 Avoid floating point equality checks in tests by David Neto · 4 years, 5 months ago
- ca03041 [validation] add implementation and unit test for v-0031 by Sarah Mashayekhi · 4 years, 5 months ago
- 7f075c2 reader/wsgl: Improve error message for missing 'var' by Ben Clayton · 4 years, 5 months ago
- 0f4632d writer/hlsl: Emit texture builtin functions by Ben Clayton · 4 years, 5 months ago
- eaa8579 ast: Fix vector constructors in ValidCases() by Ben Clayton · 4 years, 5 months ago
- 2da833d writer: Simplify floats when printed by Ben Clayton · 4 years, 5 months ago
- 5b5c98c writer/hlsl: Clean up matrix type emission by Ben Clayton · 4 years, 5 months ago
- ea9c3a6 [wgsl-writer] Emit access control type. by dan sinclair · 4 years, 5 months ago
- 7214f40 [wgsl-reader] Add support for read only storage buffers. by dan sinclair · 4 years, 5 months ago
- d2f7322 [hlsl-writer] Use `mul` method where required. by dan sinclair · 4 years, 5 months ago
- 31df113 writer/hlsl: Clean up vector type emission by Ben Clayton · 4 years, 5 months ago
- 36d9a06 spirv-reader: Rename a test class by David Neto · 4 years, 5 months ago
- 3bc06e3 spirv-reader: Convert handle types by David Neto · 4 years, 5 months ago
- aa5f23e reader/wgsl: Improve errors for statements outside functions by Ben Clayton · 4 years, 5 months ago
- f2bfeda writer/spriv: Move IntrinsicTextureTest to its own file by Ben Clayton · 4 years, 5 months ago
- 8bea967 [validation] v-0015: runtime arrays cannot be declared in a function body. by Sarah Mashayekhi · 4 years, 5 months ago
- d8ea65b [validation] impl v-0015: runtime array may only appear last by Sarah Mashayekhi · 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
- 627732c src/reader tests: Have parse() return a unique_ptr by Ben Clayton · 4 years, 5 months ago
- 40e3ccd [transformer] Remove deprecated Manager constructor by Ryan Harrison · 4 years, 5 months ago
- c7f51b7 ast: Support decoration kind hierarchies by dan sinclair · 4 years, 5 months ago
- 038f6d2 [validation] unittest v-0015: runtime array may only appear last in a structs by Sarah Mashayekhi · 4 years, 5 months ago
- a7c9391 [spirv-writer] Support optional trailing return. by dan sinclair · 4 years, 5 months ago
- 46d9c77 Fix linter warnings, stdout test spew by Ben Clayton · 4 years, 5 months ago
- 5eae9bf Fix doxygen comment by David Neto · 4 years, 5 months ago
- 064882d spirv-reader: Register usage for handle vars and func parameters by David Neto · 4 years, 5 months ago
- 62c8f07 spirv-reader: GetMemoryObjectDeclarationForHandl can return null by David Neto · 4 years, 5 months ago
- 88091d3 [transform] Add calling type determiner in manager by Ryan Harrison · 4 years, 5 months ago
- bd7ab2c spirv-reader: Add (handle) Usage abstraction by David Neto · 4 years, 5 months ago
- cebde29 spirv-reader: add GetMemoryObjectDeclarationForHandle by David Neto · 4 years, 5 months ago
- 0ae939b writer/spirv: Refactor builder constructor tests by Ben Clayton · 4 years, 5 months ago
- 8f26453 Fixup SPIR-V include of builder by dan sinclair · 4 years, 5 months ago
- c2af0a3 Add missing override by dan sinclair · 4 years, 5 months ago
- 655638c writer/spirv: Inherit TestHelperBase from ast::Builder by Ben Clayton · 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
- 90f3253 spirv-reader: pretend handles are void by David Neto · 4 years, 5 months ago
- 33956dc Fixup include by dan sinclair · 4 years, 5 months ago
- a0b6796 spirv-reader: better message for unknown SPIR-V type by David Neto · 4 years, 5 months ago
- df2d92d spirv-reader: add conversions for image Dim and Format by David Neto · 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
- 0575449 src/transform: Replace std::make_unique<T> -> create<T> by Ben Clayton · 4 years, 5 months ago
- f65799e reader/wgsl: Replace std::make_unique<T> -> create<T> by Ben Clayton · 4 years, 5 months ago
- 75b740c [spirv-writer] Fixup generation of temporary variable. by dan sinclair · 4 years, 5 months ago
- 307919d reader/spirv: Replace std::make_unique<T> -> create<T> 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
- aa57015 [spirv-writer] Generate loads for const constructors. by dan sinclair · 4 years, 5 months ago
- 80598ed [ast] Add the result_type into the AST dump by dan sinclair · 4 years, 5 months ago
- 112314b [validation] add error number to invalid member accessor error: v-0007 by Sarah Mashayekhi · 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, 5 months ago
- 6a788df ast: Remove no-arg constructor for ast::LoopStatement by Ben Clayton · 4 years, 5 months ago
- b29b09f ast: Add body parameter to ast::Function constructors by Ben Clayton · 4 years, 5 months ago
- 9a31c64 writer/wgsl tests: Replace std::make_unique<T> -> create<T> by Ben Clayton · 4 years, 5 months ago
- 16b1b94 writer/spirv tests: Replace std::make_unique<T> -> create<T> by Ben Clayton · 4 years, 5 months ago
- 4c88cd9 writer/msl tests: Replace std::make_unique<T> -> create<T> by Ben Clayton · 4 years, 5 months ago
- bbc9b96 writer/hlsl tests: Replace std::make_unique<T> -> create<T> by Ben Clayton · 4 years, 5 months ago
- 16b12fa validator tests: Replace std::make_unique<T> -> create<T> by Ben Clayton · 4 years, 5 months ago
- a1f4d4f transform tests: Replace std::make_unique<T> -> create<T> by Ben Clayton · 4 years, 5 months ago
- 68f6afe inspector_test: Replace std::make_unique<T> -> create<T> by Ben Clayton · 4 years, 5 months ago
- 6262592 type_determiner_test: Replace std::make_unique<T> -> create<T> by Ben Clayton · 4 years, 5 months ago
- b673de0 ast/types tests: Replace std::make_unique<T> -> create<T> by Ben Clayton · 4 years, 5 months ago
- 327b1c7 ast tests: Replace std::make_unique<T> -> create<T> by Ben Clayton · 4 years, 5 months ago
- 4f7c295 ast/type: Have all tests derive from new TestHelper by Ben Clayton · 4 years, 5 months ago
- c7c8f58 [spirv-writer] Generate load of conditionals. by dan sinclair · 4 years, 5 months ago
- 10d5c6a ast: Have all tests derive from new TestHelper by Ben Clayton · 4 years, 5 months ago
- 6f58546 ast: Have all AST types derive from ast::Node by Ben Clayton · 4 years, 5 months ago
- 196e097 Place the namer into the context object. by dan sinclair · 4 years, 5 months ago
- 8ca4561 [inspector] Add Multisampled Texture data extraction by Ryan Harrison · 4 years, 5 months ago
- 20a8d31 Create an AST builder class. by dan sinclair · 4 years, 5 months ago
- 1980095 [inspector] Convert GetRemapped to be a pass through by Ryan Harrison · 4 years, 5 months ago
- 1995ddf [spirv-writer] Revert change to entry point name. by dan sinclair · 4 years, 5 months ago