1. 7e805ba Start cleaning up tests (4/N) by Ben Clayton · 4 years, 3 months ago
  2. 983e8dd ast::Builder: Remove zero-init Source constructors by Ben Clayton · 4 years, 3 months ago
  3. e075102 Fix HLSL emission of RWTextures by Ben Clayton · 4 years, 3 months ago
  4. 8df6284 spirv-writer: Emit the DepthReplacing execution mode by Ben Clayton · 4 years, 3 months ago
  5. 11276ef spirv-reader: Fix texture[Load|Store] with lod by Ben Clayton · 4 years, 3 months ago
  6. 0b93023 ast: Clone symbols instead of ever-growing by Ben Clayton · 4 years, 3 months ago
  7. f42b90d traits: Replace FirstParamType with ParamType by Ben Clayton · 4 years, 3 months ago
  8. 1523f5c Start cleaning up tests (3/N) by Ben Clayton · 4 years, 3 months ago
  9. 5180e16 Start cleaning up tests (2/N) by Ben Clayton · 4 years, 3 months ago
  10. 7eaf4b5 Start cleaning up tests (1/N) by Ben Clayton · 4 years, 3 months ago
  11. f4daa50 ast: Inject Source parameter into create calls if not provided by Ben Clayton · 4 years, 3 months ago
  12. 5aad70a Move all Source constructor params to be the first by Ben Clayton · 4 years, 3 months ago
  13. 7b2f8d0 spirv-reader: reject sampling operations on non-float textures by David Neto · 4 years, 3 months ago
  14. d408f24 Remove BlockStatement::insert() by Ben Clayton · 4 years, 3 months ago
  15. db5ce65 Remove BlockStatement::append() by Ben Clayton · 4 years, 3 months ago
  16. ed70caf Improve error messages raised by SpvParserTest by Ben Clayton · 4 years, 3 months ago
  17. f9e8da1 spirv-reader: convert unsigned ConstOffset by David Neto · 4 years, 3 months ago
  18. b833f15 reader/spirv: Remove use of BlockStatement::append() by Ben Clayton · 4 years, 3 months ago
  19. 2353bd0 spirv-reader: convert coordinate type when unsigned by David Neto · 4 years, 3 months ago
  20. 24bbbbb Add Symbol to struct type. by dan sinclair · 4 years, 3 months ago
  21. 2abecbb Always emit coverage, even if the exe returns non-zero by Ben Clayton · 4 years, 3 months ago
  22. ce33d42 ast: Remove no-arg constructor from Node by Ben Clayton · 4 years, 3 months ago
  23. bcf3754 ast: Remove Struct constructors that don't take a Source by Ben Clayton · 4 years, 3 months ago
  24. 4543d1a ast: Remove StructMember constructor that doesn't take a Source by Ben Clayton · 4 years, 3 months ago
  25. bbefff6 ast: Remove statement constructors that don't take a Source by Ben Clayton · 4 years, 3 months ago
  26. 1ff59cd ast: Remove expression constructors that don't take a Source by Ben Clayton · 4 years, 4 months ago
  27. 5ed161b ast: Add Source argument to literals by Ben Clayton · 4 years, 4 months ago
  28. 604bc72 ast: Remove Node::set_source() by Ben Clayton · 4 years, 4 months ago
  29. 4226b6a Add Symbol to alias. by dan sinclair · 4 years, 4 months ago
  30. 6b59bf4 Add a symbol to the Identifier AST node by dan sinclair · 4 years, 4 months ago
  31. 5b3c9f1 spirv-reader: refactor, add ToI32 helper by David Neto · 4 years, 4 months ago
  32. 2d0282b Add a demangler by dan sinclair · 4 years, 4 months ago
  33. a41132f Add a symbol to the Function AST node. by dan sinclair · 4 years, 4 months ago
  34. cd9e5f6 spirv-reader: Support multisampled textures by David Neto · 4 years, 4 months ago
  35. a80511e ast: Merge DecoratedVariable into Variable by Ben Clayton · 4 years, 4 months ago
  36. ccc6725 spirv-reader: support OpBitCount, OpBitReverse by David Neto · 4 years, 4 months ago
  37. d859108 Cleanup some includes by dan sinclair · 4 years, 4 months ago
  38. 1e0472c Update namer to use symbol table. by dan sinclair · 4 years, 4 months ago
  39. 591268d Implement textureWrite() by Ben Clayton · 4 years, 4 months ago
  40. 3a7bba8 Rework the FirstIndexOffset transform by Ben Clayton · 4 years, 4 months ago
  41. 89caee1 Add a symbol table. by dan sinclair · 4 years, 4 months ago
  42. 287f6f1 spirv-reader: support more integer builtins by David Neto · 4 years, 4 months ago
  43. 3ca5944 spirv-reader: remove redundant disabled test by David Neto · 4 years, 4 months ago
  44. 7fbd67a Fix CMake build when TINT_BUILD_FUZZERS=1 by Ben Clayton · 4 years, 4 months ago
  45. e1bea58 Fix HLSL emission of cbuffers by Ben Clayton · 4 years, 4 months ago
  46. c82eeee re-enable Tint testing by David Neto · 4 years, 4 months ago
  47. 5213c40 spirv-reader: convert signedness of texturing result when needed by David Neto · 4 years, 4 months ago
  48. 7f04e5c Implement textureLoad() by Ben Clayton · 4 years, 4 months ago
  49. 7a0daa2 transform: Fix Manager::Run() with no transforms by Ben Clayton · 4 years, 4 months ago
  50. f3717fa CMake: Add a flag to control whether to built tint_unittests by Corentin Wallez · 4 years, 4 months ago
  51. 350330b spirv-reader: Fix signedness for extended instructions by David Neto · 4 years, 4 months ago
  52. 6ff8cdb spirv-reader: support ldexp by David Neto · 4 years, 4 months ago
  53. cb5dd55 Fix doxygen for src/transform/first_index_offset.h by David Neto · 4 years, 4 months ago
  54. 3d449d2 [transform] Add first index offset transform by Enrico Galli · 4 years, 4 months ago
  55. 6c85272 Fix spelling mistake in comment by Ben Clayton · 4 years, 4 months ago
  56. 3982bb8 Update texture intrinsic writer tests for signed params by Ben Clayton · 4 years, 4 months ago
  57. 195917c spirv-reader: Support many more float builtins by David Neto · 4 years, 4 months ago
  58. eb7865c spirv-reader: Support NClamp, NMin, NMax by David Neto · 4 years, 4 months ago
  59. 8b0ffe9 ast::type: Remove Array::set_decorations by Ben Clayton · 4 years, 4 months ago
  60. dec9713 ast: Remove unused Struct::set_decorations() by Ben Clayton · 4 years, 4 months ago
  61. 602c025 ast: Remove Function::set_body() by Ben Clayton · 4 years, 4 months ago
  62. 2190a8f ast: Remove ReturnStatement set_value() by Ben Clayton · 4 years, 4 months ago
  63. d0dda25 ast: Remove ReturnStatement constructors that don't take a source by Ben Clayton · 4 years, 4 months ago
  64. 321e5a9 ast: Remove Variable constructor that doesn't take a source by Ben Clayton · 4 years, 4 months ago
  65. b4b2963 spirv-reader: simplify GLSL.std.450 tests by David Neto · 4 years, 4 months ago
  66. 201fa87 spirv-reader: list missing GLSL.std.450 instructions by David Neto · 4 years, 4 months ago
  67. 234b7de ast/function: Remove [set|add]_decorations() by Ben Clayton · 4 years, 4 months ago
  68. 9838768 ast: Remove IfStatement::set_else_statements() by Ben Clayton · 4 years, 4 months ago
  69. 4d66358 spirv-reader: support UClamp, SClamp by David Neto · 4 years, 4 months ago
  70. 4f8b96e spirv-reader: texture level and array index are signed by David Neto · 4 years, 4 months ago
  71. c35176e Remove the context object. by dan sinclair · 4 years, 4 months ago
  72. bd018d2 Improve error messages raised by SpvParserTest by Ben Clayton · 4 years, 4 months ago
  73. d139820 Remove more unused AST setters by Ben Clayton · 4 years, 4 months ago
  74. b8a3078 Remove DAWN_USE_NEW_TINT_TRANSFORM_API by Ben Clayton · 4 years, 4 months ago
  75. 00b77a8 Rework all transforms to transform-on-copy by Ben Clayton · 4 years, 4 months ago
  76. 0f37afb Refactor transformer tests by Ben Clayton · 4 years, 4 months ago
  77. ad0b2cb ast/builder: Add more builder helpers by Ben Clayton · 4 years, 4 months ago
  78. 8e6cd2e Fix doxygen warnings about missing docs by Ben Clayton · 4 years, 4 months ago
  79. 2bc6840 Add ast::CloneContext::ReplaceAll() by Ben Clayton · 4 years, 4 months ago
  80. 5f8061b Castable: Minor tweaks by Ben Clayton · 4 years, 4 months ago
  81. f1f10e6 Add src/traits.h by Ben Clayton · 4 years, 4 months ago
  82. 76d12f0 Add EmitVertexPointSizeTransform by Ben Clayton · 4 years, 4 months ago
  83. 685cb02 Remove internal usage of Context. by dan sinclair · 4 years, 4 months ago
  84. 573d893 [ast] Remove more set methods. by dan sinclair · 4 years, 4 months ago
  85. c15d0a7 Unrevert "[ast] Remove unused constructors and setters". by Ben Clayton · 4 years, 4 months ago
  86. 89ea705 Add ClassID::Unique template and TINT_INSTANTIATE_CLASS_ID by Ben Clayton · 4 years, 4 months ago
  87. 41083cb spirv-reader: Fix bug with passing stack-allocated variable by Austin Eng · 4 years, 4 months ago
  88. b3becb2 Fixup gn check. by dan sinclair · 4 years, 4 months ago
  89. 555696d Remove unused variables. by dan sinclair · 4 years, 4 months ago
  90. f8971ae Fixup all doxygen tags by Ben Clayton · 4 years, 4 months ago
  91. f7e3bfc Fixup fuzzer name. by dan sinclair · 4 years, 4 months ago
  92. 5792783 Revert "[ast] Remove unused constructors and setters." by dan sinclair · 4 years, 4 months ago
  93. 4d28b27 [ast] Remove unused constructors and setters. by dan sinclair · 4 years, 4 months ago
  94. fb54145 ClassID: Add some comments in ClassID::Of() by Ben Clayton · 4 years, 4 months ago
  95. bf5e6b9 Add move assignment operators to tint::ast::Module and tint::Context by Austin Eng · 4 years, 4 months ago
  96. 31f55c6 Add move constructor to CastableBase. by dan sinclair · 4 years, 4 months ago
  97. 1b6a8ce Post migration to castable cleanup by Ben Clayton · 4 years, 4 months ago
  98. 782f6a5 spirv-reader: support textureLoad by David Neto · 4 years, 4 months ago
  99. 91ad396 spirv-reader: support textureStore by David Neto · 4 years, 4 months ago
  100. 2478ae7 [wgsl-reader] Remove keywords which aren't in spec. by dan sinclair · 4 years, 4 months ago