- 93e8f52 wgsl: Deprecate [[access]] decorations by Ben Clayton · 3 years, 10 months ago
- 9d555d1 spirv-reader: support textureSampleCompareLevel by David Neto · 3 years, 10 months ago
- f6c84e4 Use StorageClass::kNone for ast local var decls by Ben Clayton · 3 years, 11 months ago
- ad39329 Fix all linter warnings by Ben Clayton · 3 years, 11 months ago
- 32b5018 spirv-reader: Don't mention handle storage class by David Neto · 3 years, 11 months ago
- facd331 spirv-reader: textureDimensions returns 3-elem vec for Cube,CubeArray by David Neto · 3 years, 11 months ago
- b5236b2 Fix linter complaint by David Neto · 3 years, 11 months ago
- 5a839b5 spirv-reader: handle tests, valid SPIR-V, part 5 by David Neto · 3 years, 11 months ago
- 2e80c83 spirv-reader: handle tests SPIR-V validity, part 4 by David Neto · 3 years, 11 months ago
- b7b30b7 spirv-reader: fix texel type for textureStore by David Neto · 3 years, 11 months ago
- 3dcf239 spirv-reader: handle tests SPIR-V validity, part 3 by David Neto · 3 years, 11 months ago
- cc1e9e0 spirv-reader: fix Grad-based tests by David Neto · 3 years, 11 months ago
- 36eba06 spirv-reader: remove multisampled_2d_array support by David Neto · 3 years, 11 months ago
- 7162990 spirv-reader: handle tests: make valid SPIR-V, part 2 by David Neto · 3 years, 11 months ago
- 65a60c5 spirv-reader: handle test: make valid SPIR-V, part 1 by David Neto · 3 years, 11 months ago
- 1959cde spirv-reader: rename test class for handle tests by David Neto · 3 years, 11 months ago
- dee76ff spirv-reader: update tests to valid SPIR-V by David Neto · 3 years, 11 months ago
- df48b95 spirv-reader: update tests to wrap parser impl by David Neto · 3 years, 11 months ago
- ebc5bd4 Remove debug spew from test by Ben Clayton · 4 years ago
- 2f25ecf spirv-reader: prove no const decls are created for handles by David Neto · 4 years ago
- 5b36d2c Remove all unnecessary includes by Ben Clayton · 4 years, 1 month ago
- 13dbbc6 Remove references 1D Array texture dimension by Ryan Harrison · 4 years, 1 month ago
- 3c568f1 Revert "spirv-reader: add disabled test for compare sampling with explicit Lod" by Corentin Wallez · 4 years, 2 months ago
- 4a7981e spirv-reader: add disabled test for compare sampling with explicit Lod by David Neto · 4 years, 2 months ago
- f2d6871 spirv-reader: support OpImageQuerySamples by David Neto · 4 years, 2 months ago
- d277f3a spirv-reader: support OpImageQueryLevels by David Neto · 4 years, 2 months ago
- 1d2bcb9 spirv-reader: support OpImageQuerySizeLod by David Neto · 4 years, 2 months ago
- 4d098a7 spirv-reader: WGSL does not support OpImageQueryLod by David Neto · 4 years, 2 months ago
- 7ecf92a spirv-reader: support OpImageQuerySize by David Neto · 4 years, 2 months ago
- 708dc2d Simplify calls to ast::Node::[to_]str() by Ben Clayton · 4 years, 2 months ago
- dd1b6fc Introduce semantic::Info by Ben Clayton · 4 years, 2 months ago
- 3619419 spirv-reader: textureLoad explicit Lod sometimes by David Neto · 4 years, 2 months ago
- a6b9a8e Split Program into Program and ProgramBuilder by Ben Clayton · 4 years, 2 months ago
- 44bec80 Demangler: Change signature of primary Demangle() function by Ben Clayton · 4 years, 2 months ago
- c40f627 Migrate from using ast::Module to Program by Ben Clayton · 4 years, 2 months ago
- aee7aca spirv-reader: refactor getting image, sampler by David Neto · 4 years, 2 months ago
- c068cfc Support the group decoration. by dan sinclair · 4 years, 2 months ago
- d50a304 Remove access control from StorageTexture. by dan sinclair · 4 years, 2 months ago
- 559f4e6 Remove stdout output from test by David Neto · 4 years, 2 months ago
- 4651a6e spirv-reader: explicitly reject combined-image-sampler by David Neto · 4 years, 2 months ago
- 3f245ed spirv-reader: convert arity of textureLoad on depth texture by David Neto · 4 years, 3 months ago
- f51d965 spirv-reader: Reject dref sampling with Bias or Grad by David Neto · 4 years, 3 months ago
- 938ff5f spirv-reader: ImageQuerySize can be on readonly image by David Neto · 4 years, 3 months ago
- 9a644c7 spirv-reader: Restrict use of ConstOffset 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
- 11276ef spirv-reader: Fix texture[Load|Store] with lod 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
- f9e8da1 spirv-reader: convert unsigned ConstOffset by David Neto · 4 years, 3 months ago
- 2353bd0 spirv-reader: convert coordinate type when unsigned by David Neto · 4 years, 3 months ago
- 6b59bf4 Add a symbol to the Identifier 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
- 3ca5944 spirv-reader: remove redundant disabled test 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
- 4f8b96e spirv-reader: texture level and array index are signed by David Neto · 4 years, 4 months ago
- 782f6a5 spirv-reader: support textureLoad by David Neto · 4 years, 4 months ago
- 91ad396 spirv-reader: support textureStore by David Neto · 4 years, 4 months ago
- 21e9204 tests: Change name SampledImageCase -> ImageAccessCase by David Neto · 4 years, 4 months ago
- 2082bee spirv-reader: Add entry point declaration to handle test by David Neto · 4 years, 4 months ago
- 386755b spirv-reader: fix SPIR-V types in handle tests by David Neto · 4 years, 4 months ago
- aa212ee spirv-reader: sampling depth texture requires unsigned Lod by David Neto · 4 years, 4 months ago
- 29e7e3b spirv-reader: Use better names in handle tests by David Neto · 4 years, 4 months ago
- a8b6f87 spirv-reader: test texture builtins over arrayed textures by David Neto · 4 years, 4 months ago
- e5aa390 spirv-reader: refactor image access tests by David Neto · 4 years, 4 months ago
- 76e5f17 spirv-reader: simplify tests by David Neto · 4 years, 4 months ago
- 3f305ac spirv-reader: split off last coordinate for arrayed texture access by David Neto · 4 years, 4 months ago
- 3ec71a6 spirv-reader: test textureSample with depth texture by David Neto · 4 years, 4 months ago
- b7b6a3f Fix linter errors about newlines in lists by Ben Clayton · 4 years, 4 months ago
- 77e3318 spirv-reader: Support depth-reference sampling by David Neto · 4 years, 4 months ago
- ddaf590 spirv-reader: Infer a handle type when needed by David Neto · 4 years, 4 months ago
- eb913d3 spirv-reader: Start emitting sampled image builtins by David Neto · 4 years, 4 months ago
- 36d9a06 spirv-reader: Rename a test class by David Neto · 4 years, 4 months ago
- 627732c src/reader tests: Have parse() return a unique_ptr by Ben Clayton · 4 years, 4 months ago
- 46d9c77 Fix linter warnings, stdout test spew by Ben Clayton · 4 years, 4 months ago
- 064882d spirv-reader: Register usage for handle vars and func parameters by David Neto · 4 years, 4 months ago
- 62c8f07 spirv-reader: GetMemoryObjectDeclarationForHandl can return null by David Neto · 4 years, 4 months ago
- cebde29 spirv-reader: add GetMemoryObjectDeclarationForHandle by David Neto · 4 years, 4 months ago