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