dawn /
tint /
94cfbbeb5fbafc58ad2f8b27eaf77c52363918c7 - 94cfbbe Extract more StorageTexture information by Ryan Harrison · 4 years, 1 month ago
- 15daded hlsl/writer: Fix output for texture intrinsics and types by Ben Clayton · 4 years, 1 month ago
- 1d5a7eb semantic::Function: Clean up ReferencedXXX() return types by Ben Clayton · 4 years, 1 month ago
- 3a9a55e ICE macros: Use '<<' for error message by Ben Clayton · 4 years, 1 month ago
- 4108550 Add hlsl::TestHelperBase::Validate() by Ben Clayton · 4 years, 1 month ago
- ce7e18e Add tint::Command by Ben Clayton · 4 years, 1 month ago
- a87fda9 Add tint::TmpFile by Ben Clayton · 4 years, 1 month ago
- 7206e25 Remove deprecated APIs by Ben Clayton · 4 years, 1 month ago
- 6b4924f Add TINT_UNREACHABLE() and TINT_ICE() helper macros by Ben Clayton · 4 years, 1 month ago
- c7ca766 Fix TypesBuilder::builder pointer initialization by Ben Clayton · 4 years, 1 month ago
- 34ae7d2 wgsl/parser: Avoid stack overflows by Ben Clayton · 4 years, 1 month ago
- 52296de Add tint::Cloneable base class by Ben Clayton · 4 years, 1 month ago
- f81df12 Add utils/unique_vector.h from TypeDeterminer by Ben Clayton · 4 years, 1 month ago
- 43a160d Validator: Strip out unreachable code by Ben Clayton · 4 years, 1 month ago
- 4602ce7 ast: Remove @notes about semantic info not being cloned by Ben Clayton · 4 years, 1 month ago
- 81a29fe ProgramBuilder: Remove storage parameter from [Global]Const() by Ben Clayton · 4 years, 1 month ago
- 37571bc ProgramBuilder: Swap parameter order for Var and Const by Ben Clayton · 4 years, 1 month ago
- 4b9e7f9 transform::Hlsl: Hoist array initializers out of expressions by Ben Clayton · 4 years, 1 month ago
- f77771e CloneContext: Add InsertBefore() by Ben Clayton · 4 years, 1 month ago
- e909744 CloneContext: Use As<T>() instead of static_cast<T> by Ben Clayton · 4 years, 1 month ago
- ea9e471 [spirv-writer] Add support for sample index/mask builtins by James Price · 4 years, 1 month ago
- 1413733 [wgsl-reader] Add support for sample index/mask builtins by James Price · 4 years, 1 month ago
- c9af597 [semantic] Add semantic::Variable::Users() by James Price · 4 years, 1 month ago
- 45b18ce Fix CMake build, fix doxygen warning by Ben Clayton · 4 years, 1 month ago
- f97b9c9 Add semantic::Statement by Ben Clayton · 4 years, 1 month ago
- e7dab3c [ast] Rename Builtin::kSampleId to Builtin::kSampleIndex by James Price · 4 years, 1 month ago
- d086c14 Add support fo extracting information about Storage Textures by Ryan Harrison · 4 years, 1 month ago
- 652d40a wgsl-reader: Add support for nested array accessors by Vasyl Teliman · 4 years, 1 month ago
- 909c166 spirv-reader: ignore NonSemantic. extended instructions by David Neto · 4 years, 1 month ago
- c8fa020 Add missing WGSL writer test files to BUILD.gn by James Price · 4 years, 1 month ago
- 545c974 Cloning: move arguments to create() into temporary locals by Ben Clayton · 4 years, 1 month ago
- 7b6bcb6 Fix AST declaration order when cloning Programs by Ben Clayton · 4 years, 1 month ago
- dc9d3e0 Roll dependencies by dan sinclair · 4 years, 1 month ago
- 5585f07 Add SymbolTable::New() by Ben Clayton · 4 years, 1 month ago
- 5d64f60 Add ability to get all bound resources in a single call by Ryan Harrison · 4 years, 1 month ago
- 5bde7c0 tint.h: Remove the type_determiner.h include by Ben Clayton · 4 years, 1 month ago
- 8b1906d Validation tests: Check the Program is valid by Ben Clayton · 4 years, 1 month ago
- 47c4d18 Move intrinsic overload tests from Validator -> TypeDeterminer by Ben Clayton · 4 years, 1 month ago
- 2522b29 type_determiner_test.cc: Rename ImportData to Intrinsic by Ben Clayton · 4 years, 1 month ago
- 81da283 Add type::Type::UnwrapAliasIfNeeded() by Ben Clayton · 4 years, 1 month ago
- 46d78d7 ProgramBuilder: Add Symbol overloads of Var(), Const(), Global(), GlobalConst() by Ben Clayton · 4 years, 1 month ago
- faca02d IntrinsicTable: Fix a number of TODOs by Ben Clayton · 4 years, 1 month ago
- 2101c35 Stub sanitizer transforms for the hlsl, msl & spirv writers by Ben Clayton · 4 years, 1 month ago
- c2118b0 Fixup build issues. by dan sinclair · 4 years, 1 month ago
- 22a9f17 Add missing #include to fix CMake build by Ben Clayton · 4 years, 1 month ago
- dfd1714 [wgsl-writer] Emit globals in declared order by James Price · 4 years, 1 month ago
- 0c7f976 spirv-reader: support OpCompositeInsert by David Neto · 4 years, 1 month ago
- c0f3019 [validation] Validate globals in declared order by James Price · 4 years, 1 month ago
- 5583853 [ast] Capture global declaration order by James Price · 4 years, 1 month ago
- 3eaa450 [ast] Add ast::Module::AddFunction() by James Price · 4 years, 1 month ago
- cd17ea8 Implement data unpacking intrinsics by Alan Baker · 4 years, 1 month ago
- 2a284b2 [hlsl-writer] Add support for sample_mask builtins by James Price · 4 years, 1 month ago
- 2b5acac [msl-writer] Add support for sample_mask builtins by James Price · 4 years, 1 month ago
- 3e8060b Add type::Type::FriendlyName() by Ben Clayton · 4 years, 1 month ago
- 6f48851 writer/spirv: Validate arrayLength() by Ben Clayton · 4 years, 1 month ago
- 7b7d698 TypeResolver: Fix TypeOf() for CallExpression by Ben Clayton · 4 years, 1 month ago
- 8130244 Fix building with gcc. by dan sinclair · 4 years, 1 month ago
- ab10db4 writer/spirv: Fix intrinsic calls with ptr 'out' parameters by Ben Clayton · 4 years, 1 month ago
- 06d8db2 Add texture intrinsics to the IntrinsicTable by Ben Clayton · 4 years, 1 month ago
- 59d2473 Add IntrinsicTable by Ben Clayton · 4 years, 1 month ago
- 316f9f6 Add semantic::Intrinsic by Ben Clayton · 4 years, 1 month ago
- bab3197 ProgramBuilder: Add more helpers for Members / Arrays by Ben Clayton · 4 years, 1 month ago
- 4c51d97 Validator: Change the error message for v-0031 by Ben Clayton · 4 years, 1 month ago
- a51aa1f Fix intrinsic tests so arguments match an overload by Ben Clayton · 4 years, 1 month ago
- 21692de Skip SPIR-V validation when not generating SPIR-V by James Price · 4 years, 1 month ago
- b57c19d Change StorageTexture::SubTypeFor() signature by Ben Clayton · 4 years, 1 month ago
- 3b4f3d2 Fix tests so they only exercise legal texture overloads by Ben Clayton · 4 years, 1 month ago
- 599d8f8 Rename intrinsic.cc to sem_intrinsic. by Ben Clayton · 4 years, 1 month ago
- 052ab89 Rename semantic::Intrinsic to semantic::IntrinsicType by Ben Clayton · 4 years, 1 month ago
- 2ddb178 Add semantic::CallTarget, have Function derive from it by Ben Clayton · 4 years, 1 month ago
- 7efea88 spirv-reader: instance_index must have u32 store type by David Neto · 4 years, 1 month ago
- 61306b8 [wgsl-reader][wgsl-writer] Fix implicit handle storage class for textures by James Price · 4 years, 1 month ago
- 6d1687f spirv-reader: vertex_index always has u32 store-type by David Neto · 4 years, 1 month ago
- 3c568f1 Revert "spirv-reader: add disabled test for compare sampling with explicit Lod" by Corentin Wallez · 4 years, 1 month ago
- 4a7981e spirv-reader: add disabled test for compare sampling with explicit Lod by David Neto · 4 years, 1 month ago
- a2fa690 spirv-reader: sample_mask_in, sample_mask_out by David Neto · 4 years, 1 month ago
- 1f2d38c [wgsl-writer] Omit the storage class for handle types by James Price · 4 years, 1 month ago
- 0ff5e0b [wgsl-reader] Remove explicit storage class from samplers/textures by James Price · 4 years, 1 month ago
- ef6eefd spirv-reader: builtin conversions for sample_mask_in, sample_mask_out by David Neto · 4 years, 1 month ago
- 77f4f02 [type-determiner] Add test coverage for scoping rules by James Price · 4 years, 1 month ago
- f4329f5 spirv-reader: GLSLStd450RoundEven maps to round by David Neto · 4 years, 1 month ago
- c63e1c0 Implement data packing intrinsics by Alan Baker · 4 years, 1 month ago
- fbd47c7 writer/spriv: Promote the SPIR-V validation to the test helper by Ben Clayton · 4 years, 1 month ago
- c1052a4 Add semantic::MemberAccessorExpression, use it. by Ben Clayton · 4 years, 1 month ago
- df629c5 Fix all tests so TypeDetermination runs without errors by Ben Clayton · 4 years, 1 month ago
- ea9c86c ast: Move [Set]IsSwizzle() from IdentifierExpression to MemberAccessorExpression by Ben Clayton · 4 years, 1 month ago
- a568701 spirv-reader: support sample_id builtin variable by David Neto · 4 years, 1 month ago
- 1618f4b Add semantic::Call, IntrinsicCall, TextureIntrinsicCall, use them. by Ben Clayton · 4 years, 1 month ago
- 48b3841 type::StorageTexture: Remove set_type() by Ben Clayton · 4 years, 1 month ago
- b17aea1 Add semantic::Variable, use it. by Ben Clayton · 4 years, 1 month ago
- 401b96b Simplify usage of the TypeDeterminer in tests by Ben Clayton · 4 years, 1 month ago
- 87c78dd Add semantic::Function, use it. by Ben Clayton · 4 years, 1 month ago
- c694d43 ast: add sample_mask_in, ample_mask_out, sample_id by David Neto · 4 years, 1 month ago
- f2d6871 spirv-reader: support OpImageQuerySamples by David Neto · 4 years, 1 month ago
- 90da745 Program: Fix IsValid() state on TypeDeterminer error by Ben Clayton · 4 years, 1 month ago
- 42d1e09 Have ProgramBuilder::Func() register the function by Ben Clayton · 4 years, 1 month ago
- 611f727 [validation] Handle variable scoping for nested blocks by James Price · 4 years, 1 month ago
- d277f3a spirv-reader: support OpImageQueryLevels by David Neto · 4 years, 1 month ago
- 1d2bcb9 spirv-reader: support OpImageQuerySizeLod by David Neto · 4 years, 1 month ago
- 4d098a7 spirv-reader: WGSL does not support OpImageQueryLod by David Neto · 4 years, 1 month ago