- f51d965 spirv-reader: Reject dref sampling with Bias or Grad by David Neto · 4 years, 2 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, 3 months ago
- 3ec1d5e [inspector] test interference between sampled and multisampled resources by David Neto · 4 years, 3 months ago
- a1123d5 Roll third_party/spirv-tools/ 2c458414c..8f4b35c33 (26 commits) by David Neto · 4 years, 3 months ago
- d1469c6 spirv-reader: fix arity for depth texture builtins by David Neto · 4 years, 3 months ago
- a57f842 Add Symbol to Variable. by dan sinclair · 4 years, 3 months ago
- b583993 Cleanup code using RegisterSymbol by dan sinclair · 4 years, 3 months ago
- e5d288b spirv-reader: ignore storing 1.0 to PointSize builtin by David Neto · 4 years, 3 months ago
- e9b90f7 spirv-reader: generalize skip reasons by David Neto · 4 years, 3 months ago
- 9968891 spirv-writer: sampled type must be f32,i32,or u32 by David Neto · 4 years, 3 months ago
- 181d8ba Add helper for function creation. by dan sinclair · 4 years, 3 months ago
- 5e5e36e Add helper to create StructMember nodes. by dan sinclair · 4 years, 3 months ago
- 8b40a67 Rename Index and Member builder helpers. by dan sinclair · 4 years, 3 months ago
- 523b219 fix gcc error: changes meaning of Transform by Sarah Mashayekhi · 4 years, 3 months ago
- d94cbf6 reader/spirv: Fix permissive GCC warning by Ben Clayton · 4 years, 3 months ago
- 035c524 spirv-writer: Exit gracefully when bad inst outside function by David Neto · 4 years, 3 months ago
- 36e22f0 Add symbol to member name. by dan sinclair · 4 years, 3 months ago
- be96376 ast: Make all non-semantic fields const by Ben Clayton · 4 years, 3 months ago
- 9df857d Start cleaning up tests (5/N) by Ben Clayton · 4 years, 3 months ago
- 7e805ba Start cleaning up tests (4/N) by Ben Clayton · 4 years, 3 months ago
- 983e8dd ast::Builder: Remove zero-init Source constructors by Ben Clayton · 4 years, 3 months ago
- e075102 Fix HLSL emission of RWTextures by Ben Clayton · 4 years, 3 months ago
- 8df6284 spirv-writer: Emit the DepthReplacing execution mode by Ben Clayton · 4 years, 3 months ago
- 11276ef spirv-reader: Fix texture[Load|Store] with lod by Ben Clayton · 4 years, 3 months ago
- 0b93023 ast: Clone symbols instead of ever-growing by Ben Clayton · 4 years, 3 months ago
- f42b90d traits: Replace FirstParamType with ParamType by Ben Clayton · 4 years, 3 months ago
- 1523f5c Start cleaning up tests (3/N) by Ben Clayton · 4 years, 3 months ago
- 5180e16 Start cleaning up tests (2/N) by Ben Clayton · 4 years, 3 months ago
- 7eaf4b5 Start cleaning up tests (1/N) by Ben Clayton · 4 years, 3 months ago
- f4daa50 ast: Inject Source parameter into create calls if not provided by Ben Clayton · 4 years, 3 months ago
- 5aad70a Move all Source constructor params to be the first by Ben Clayton · 4 years, 3 months ago
- 7b2f8d0 spirv-reader: reject sampling operations on non-float textures by David Neto · 4 years, 3 months ago
- d408f24 Remove BlockStatement::insert() by Ben Clayton · 4 years, 3 months ago
- db5ce65 Remove BlockStatement::append() by Ben Clayton · 4 years, 3 months ago
- ed70caf Improve error messages raised by SpvParserTest by Ben Clayton · 4 years, 3 months ago
- f9e8da1 spirv-reader: convert unsigned ConstOffset by David Neto · 4 years, 3 months ago
- b833f15 reader/spirv: Remove use of BlockStatement::append() by Ben Clayton · 4 years, 3 months ago
- 2353bd0 spirv-reader: convert coordinate type when unsigned by David Neto · 4 years, 3 months ago
- 24bbbbb Add Symbol to struct type. by dan sinclair · 4 years, 3 months ago
- 2abecbb Always emit coverage, even if the exe returns non-zero by Ben Clayton · 4 years, 3 months ago
- ce33d42 ast: Remove no-arg constructor from Node by Ben Clayton · 4 years, 3 months ago
- bcf3754 ast: Remove Struct constructors that don't take a Source by Ben Clayton · 4 years, 3 months ago
- 4543d1a ast: Remove StructMember constructor that doesn't take a Source by Ben Clayton · 4 years, 3 months ago
- bbefff6 ast: Remove statement constructors that don't take a Source by Ben Clayton · 4 years, 3 months ago
- 1ff59cd ast: Remove expression constructors that don't take a Source by Ben Clayton · 4 years, 4 months ago
- 5ed161b ast: Add Source argument to literals by Ben Clayton · 4 years, 4 months ago
- 604bc72 ast: Remove Node::set_source() by Ben Clayton · 4 years, 4 months ago
- 4226b6a Add Symbol to alias. by dan sinclair · 4 years, 4 months ago
- 6b59bf4 Add a symbol to the Identifier AST node by dan sinclair · 4 years, 4 months ago
- 5b3c9f1 spirv-reader: refactor, add ToI32 helper by David Neto · 4 years, 4 months ago
- 2d0282b Add a demangler by dan sinclair · 4 years, 4 months ago
- a41132f Add a symbol to the Function AST node. by dan sinclair · 4 years, 4 months ago
- cd9e5f6 spirv-reader: Support multisampled textures by David Neto · 4 years, 4 months ago
- a80511e ast: Merge DecoratedVariable into Variable by Ben Clayton · 4 years, 4 months ago
- ccc6725 spirv-reader: support OpBitCount, OpBitReverse by David Neto · 4 years, 4 months ago
- d859108 Cleanup some includes by dan sinclair · 4 years, 4 months ago
- 1e0472c Update namer to use symbol table. by dan sinclair · 4 years, 4 months ago
- 591268d Implement textureWrite() by Ben Clayton · 4 years, 4 months ago
- 3a7bba8 Rework the FirstIndexOffset transform by Ben Clayton · 4 years, 4 months ago
- 89caee1 Add a symbol table. by dan sinclair · 4 years, 4 months ago
- 287f6f1 spirv-reader: support more integer builtins by David Neto · 4 years, 4 months ago
- 3ca5944 spirv-reader: remove redundant disabled test by David Neto · 4 years, 4 months ago
- 7fbd67a Fix CMake build when TINT_BUILD_FUZZERS=1 by Ben Clayton · 4 years, 4 months ago
- e1bea58 Fix HLSL emission of cbuffers by Ben Clayton · 4 years, 4 months ago
- c82eeee re-enable Tint testing by David Neto · 4 years, 4 months ago
- 5213c40 spirv-reader: convert signedness of texturing result when needed by David Neto · 4 years, 4 months ago
- 7f04e5c Implement textureLoad() by Ben Clayton · 4 years, 4 months ago
- 7a0daa2 transform: Fix Manager::Run() with no transforms by Ben Clayton · 4 years, 4 months ago
- f3717fa CMake: Add a flag to control whether to built tint_unittests by Corentin Wallez · 4 years, 4 months ago
- 350330b spirv-reader: Fix signedness for extended instructions by David Neto · 4 years, 4 months ago
- 6ff8cdb spirv-reader: support ldexp by David Neto · 4 years, 4 months ago
- cb5dd55 Fix doxygen for src/transform/first_index_offset.h by David Neto · 4 years, 4 months ago
- 3d449d2 [transform] Add first index offset transform by Enrico Galli · 4 years, 4 months ago
- 6c85272 Fix spelling mistake in comment by Ben Clayton · 4 years, 4 months ago
- 3982bb8 Update texture intrinsic writer tests for signed params by Ben Clayton · 4 years, 4 months ago
- 195917c spirv-reader: Support many more float builtins by David Neto · 4 years, 4 months ago
- eb7865c spirv-reader: Support NClamp, NMin, NMax by David Neto · 4 years, 4 months ago
- 8b0ffe9 ast::type: Remove Array::set_decorations by Ben Clayton · 4 years, 4 months ago
- dec9713 ast: Remove unused Struct::set_decorations() by Ben Clayton · 4 years, 4 months ago
- 602c025 ast: Remove Function::set_body() by Ben Clayton · 4 years, 4 months ago