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