1. b91e8a9 Add a Unsafe SPIR-V generate call. by dan sinclair · 4 years, 2 months ago
  2. 03f38e0 Update new entry points to use correct namer. by dan sinclair · 4 years, 2 months ago
  3. f6866a2 Add std::hash<tint::Symbol> specialization by Ben Clayton · 4 years, 2 months ago
  4. 4527a51 TypeDeterminer: Fix type map iterations by Ben Clayton · 4 years, 2 months ago
  5. d221738 Add diag::Formatter::Style::print_newline_at_end by Ben Clayton · 4 years, 2 months ago
  6. 4a0b9f7 Implement textureDimensions() by Ben Clayton · 4 years, 2 months ago
  7. c3c70f8 Fix const-ness of inspector constructor. by dan sinclair · 4 years, 2 months ago
  8. e86fd50 Fix doxygen comment by David Neto · 4 years, 2 months ago
  9. 3f245ed spirv-reader: convert arity of textureLoad on depth texture by David Neto · 4 years, 2 months ago
  10. 2dc1ef4 Switch default to the MangleNamer. by dan sinclair · 4 years, 2 months ago
  11. a8d9755 Allow setting the namer into the inspector. by dan sinclair · 4 years, 2 months ago
  12. b920e60 Change generators to take a pointer instead of move. by dan sinclair · 4 years, 2 months ago
  13. 7d152e0 Use TestNamer in the SPIR-V backend. by dan sinclair · 4 years, 2 months ago
  14. f4bc0e7 Use TestNamer in HLSL tests. by dan sinclair · 4 years, 2 months ago
  15. f74b90b Use a test namer in the MSL generator. by dan sinclair · 4 years, 2 months ago
  16. c8c3156 Remove name fields by dan sinclair · 4 years, 2 months ago
  17. e65e4bd Remove IdentifierExpression::name(). by dan sinclair · 4 years, 2 months ago
  18. 4ac6568 Remove Function::name(). by dan sinclair · 4 years, 2 months ago
  19. eb737c2 Remove StructMember::name(). by dan sinclair · 4 years, 2 months ago
  20. e76a86a Remove StructType::name() by dan sinclair · 4 years, 2 months ago
  21. 1d967e3 Remove the AliasType::name() getter. by dan sinclair · 4 years, 2 months ago
  22. 396b023 Remove Variable::name(). by dan sinclair · 4 years, 2 months ago
  23. 197a1b9 Use the top level namer in the SPIR-V backend. by dan sinclair · 4 years, 2 months ago
  24. f3e3586 Use namer in the Inspector. by dan sinclair · 4 years, 2 months ago
  25. 8d6e625 Convert HLSL to higher level namer. by dan sinclair · 4 years, 2 months ago
  26. 05b6484 Convert MSL generator to unsafe namer. by dan sinclair · 4 years, 2 months ago
  27. 795b6b5 Convert ScopeStack over to symbols. by dan sinclair · 4 years, 2 months ago
  28. f51d965 spirv-reader: Reject dref sampling with Bias or Grad by David Neto · 4 years, 2 months ago
  29. 1e01c2c spirv-reader: rename variable by David Neto · 4 years, 2 months ago
  30. 8144af9 spirv-reader: ignore PointSize builtin declared at module-scope by David Neto · 4 years, 3 months ago
  31. 9bbf825 wgsl: Treat // as comment by Ben Clayton · 4 years, 3 months ago
  32. 40b4928 Implement clamping of runtime array accesses by Ben Clayton · 4 years, 3 months ago
  33. e9d7f7e src/transform: Reimplement tests in WGSL by Ben Clayton · 4 years, 3 months ago
  34. 6cad63c spirv-reader: support OpArrayLength by David Neto · 4 years, 3 months ago
  35. 9894867 reader/wgsl: Fix parsing of matrices. by Ben Clayton · 4 years, 3 months ago
  36. a35b57f spirv-reader: rename to isNan, isInf by David Neto · 4 years, 3 months ago
  37. ca2c1ed Validate that runtime arrays aren't used as parameters by Ben Clayton · 4 years, 3 months ago
  38. 938ff5f spirv-reader: ImageQuerySize can be on readonly image by David Neto · 4 years, 3 months ago
  39. 1637cbb cleanup: Refactor tests to use ast::Builder helpers by Ben Clayton · 4 years, 3 months ago
  40. dbfe2de reader/spirv: Move common test name to fixture name by Ben Clayton · 4 years, 3 months ago
  41. e6e7041 Remove all Source{} smell from tests by Ben Clayton · 4 years, 3 months ago
  42. 9a644c7 spirv-reader: Restrict use of ConstOffset by David Neto · 4 years, 3 months ago
  43. 3ec1d5e [inspector] test interference between sampled and multisampled resources by David Neto · 4 years, 3 months ago
  44. d1469c6 spirv-reader: fix arity for depth texture builtins by David Neto · 4 years, 3 months ago
  45. a57f842 Add Symbol to Variable. by dan sinclair · 4 years, 3 months ago
  46. b583993 Cleanup code using RegisterSymbol by dan sinclair · 4 years, 3 months ago
  47. e5d288b spirv-reader: ignore storing 1.0 to PointSize builtin by David Neto · 4 years, 3 months ago
  48. e9b90f7 spirv-reader: generalize skip reasons by David Neto · 4 years, 3 months ago
  49. 9968891 spirv-writer: sampled type must be f32,i32,or u32 by David Neto · 4 years, 3 months ago
  50. 181d8ba Add helper for function creation. by dan sinclair · 4 years, 3 months ago
  51. 5e5e36e Add helper to create StructMember nodes. by dan sinclair · 4 years, 3 months ago
  52. 8b40a67 Rename Index and Member builder helpers. by dan sinclair · 4 years, 3 months ago
  53. 523b219 fix gcc error: changes meaning of Transform by Sarah Mashayekhi · 4 years, 3 months ago
  54. d94cbf6 reader/spirv: Fix permissive GCC warning by Ben Clayton · 4 years, 3 months ago
  55. 035c524 spirv-writer: Exit gracefully when bad inst outside function by David Neto · 4 years, 3 months ago
  56. 36e22f0 Add symbol to member name. by dan sinclair · 4 years, 3 months ago
  57. be96376 ast: Make all non-semantic fields const by Ben Clayton · 4 years, 3 months ago
  58. 9df857d Start cleaning up tests (5/N) by Ben Clayton · 4 years, 3 months ago
  59. 7e805ba Start cleaning up tests (4/N) by Ben Clayton · 4 years, 3 months ago
  60. 983e8dd ast::Builder: Remove zero-init Source constructors by Ben Clayton · 4 years, 3 months ago
  61. e075102 Fix HLSL emission of RWTextures by Ben Clayton · 4 years, 3 months ago
  62. 8df6284 spirv-writer: Emit the DepthReplacing execution mode by Ben Clayton · 4 years, 3 months ago
  63. 11276ef spirv-reader: Fix texture[Load|Store] with lod by Ben Clayton · 4 years, 3 months ago
  64. 0b93023 ast: Clone symbols instead of ever-growing by Ben Clayton · 4 years, 3 months ago
  65. f42b90d traits: Replace FirstParamType with ParamType by Ben Clayton · 4 years, 3 months ago
  66. 1523f5c Start cleaning up tests (3/N) by Ben Clayton · 4 years, 3 months ago
  67. 5180e16 Start cleaning up tests (2/N) by Ben Clayton · 4 years, 3 months ago
  68. 7eaf4b5 Start cleaning up tests (1/N) by Ben Clayton · 4 years, 3 months ago
  69. f4daa50 ast: Inject Source parameter into create calls if not provided by Ben Clayton · 4 years, 3 months ago
  70. 5aad70a Move all Source constructor params to be the first by Ben Clayton · 4 years, 3 months ago
  71. 7b2f8d0 spirv-reader: reject sampling operations on non-float textures by David Neto · 4 years, 3 months ago
  72. d408f24 Remove BlockStatement::insert() by Ben Clayton · 4 years, 3 months ago
  73. db5ce65 Remove BlockStatement::append() by Ben Clayton · 4 years, 3 months ago
  74. ed70caf Improve error messages raised by SpvParserTest by Ben Clayton · 4 years, 3 months ago
  75. f9e8da1 spirv-reader: convert unsigned ConstOffset by David Neto · 4 years, 3 months ago
  76. b833f15 reader/spirv: Remove use of BlockStatement::append() by Ben Clayton · 4 years, 3 months ago
  77. 2353bd0 spirv-reader: convert coordinate type when unsigned by David Neto · 4 years, 3 months ago
  78. 24bbbbb Add Symbol to struct type. by dan sinclair · 4 years, 3 months ago
  79. ce33d42 ast: Remove no-arg constructor from Node by Ben Clayton · 4 years, 3 months ago
  80. bcf3754 ast: Remove Struct constructors that don't take a Source by Ben Clayton · 4 years, 3 months ago
  81. 4543d1a ast: Remove StructMember constructor that doesn't take a Source by Ben Clayton · 4 years, 3 months ago
  82. bbefff6 ast: Remove statement constructors that don't take a Source by Ben Clayton · 4 years, 3 months ago
  83. 1ff59cd ast: Remove expression constructors that don't take a Source by Ben Clayton · 4 years, 3 months ago
  84. 5ed161b ast: Add Source argument to literals by Ben Clayton · 4 years, 3 months ago
  85. 604bc72 ast: Remove Node::set_source() by Ben Clayton · 4 years, 3 months ago
  86. 4226b6a Add Symbol to alias. by dan sinclair · 4 years, 3 months ago
  87. 6b59bf4 Add a symbol to the Identifier AST node by dan sinclair · 4 years, 3 months ago
  88. 5b3c9f1 spirv-reader: refactor, add ToI32 helper by David Neto · 4 years, 3 months ago
  89. 2d0282b Add a demangler by dan sinclair · 4 years, 3 months ago
  90. a41132f Add a symbol to the Function AST node. by dan sinclair · 4 years, 3 months ago
  91. cd9e5f6 spirv-reader: Support multisampled textures by David Neto · 4 years, 3 months ago
  92. a80511e ast: Merge DecoratedVariable into Variable by Ben Clayton · 4 years, 3 months ago
  93. ccc6725 spirv-reader: support OpBitCount, OpBitReverse by David Neto · 4 years, 3 months ago
  94. d859108 Cleanup some includes by dan sinclair · 4 years, 3 months ago
  95. 1e0472c Update namer to use symbol table. by dan sinclair · 4 years, 3 months ago
  96. 591268d Implement textureWrite() by Ben Clayton · 4 years, 3 months ago
  97. 3a7bba8 Rework the FirstIndexOffset transform by Ben Clayton · 4 years, 3 months ago
  98. 89caee1 Add a symbol table. by dan sinclair · 4 years, 3 months ago
  99. 287f6f1 spirv-reader: support more integer builtins by David Neto · 4 years, 3 months ago
  100. 3ca5944 spirv-reader: remove redundant disabled test by David Neto · 4 years, 3 months ago