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