1. 1e29f4b Move CloneContext and Traits from src/ast to src/ by Ben Clayton · 4 years, 2 months ago
  2. 207b5e2 Move tint::ast::type to tint::type by Ben Clayton · 4 years, 2 months ago
  3. 587f387 Add tint::BlockAllocator<T> by Ben Clayton · 4 years, 2 months ago
  4. ed14524 Refactor getting number of coordinate dimensions by David Neto · 4 years, 2 months ago
  5. c068cfc Support the group decoration. by dan sinclair · 4 years, 2 months ago
  6. 987376c Revert the namer changes. by dan sinclair · 4 years, 2 months ago
  7. f74b90b Use a test namer in the MSL generator. by dan sinclair · 4 years, 2 months ago
  8. 8d6e625 Convert HLSL to higher level namer. by dan sinclair · 4 years, 2 months ago
  9. 05b6484 Convert MSL generator to unsafe namer. by dan sinclair · 4 years, 2 months ago
  10. e9d7f7e src/transform: Reimplement tests in WGSL by Ben Clayton · 4 years, 2 months ago
  11. 1523f5c Start cleaning up tests (3/N) by Ben Clayton · 4 years, 3 months ago
  12. 2d0282b Add a demangler by dan sinclair · 4 years, 3 months ago
  13. a80511e ast: Merge DecoratedVariable into Variable by Ben Clayton · 4 years, 3 months ago
  14. 89caee1 Add a symbol table. by dan sinclair · 4 years, 3 months ago
  15. 7fbd67a Fix CMake build when TINT_BUILD_FUZZERS=1 by Ben Clayton · 4 years, 3 months ago
  16. c82eeee re-enable Tint testing by David Neto · 4 years, 3 months ago
  17. 7f04e5c Implement textureLoad() by Ben Clayton · 4 years, 3 months ago
  18. f3717fa CMake: Add a flag to control whether to built tint_unittests by Corentin Wallez · 4 years, 3 months ago
  19. 3d449d2 [transform] Add first index offset transform by Enrico Galli · 4 years, 3 months ago
  20. c35176e Remove the context object. by dan sinclair · 4 years, 3 months ago
  21. 00b77a8 Rework all transforms to transform-on-copy by Ben Clayton · 4 years, 4 months ago
  22. 2bc6840 Add ast::CloneContext::ReplaceAll() by Ben Clayton · 4 years, 4 months ago
  23. f1f10e6 Add src/traits.h by Ben Clayton · 4 years, 4 months ago
  24. 76d12f0 Add EmitVertexPointSizeTransform by Ben Clayton · 4 years, 4 months ago
  25. ed2b978 ast: Add Module.Clone() by Ben Clayton · 4 years, 4 months ago
  26. 95feb99 Add Castable template class by Ben Clayton · 4 years, 4 months ago
  27. 83b3245 writer/msl: Emit texture builtin functions by Ben Clayton · 4 years, 4 months ago
  28. 41c8cd3 writer/hlsl: Move the coord/arrayidx packing to utility function by Ben Clayton · 4 years, 4 months ago
  29. 12ed862 Add fuzzer instrumentation when building fuzzers by Ben Clayton · 4 years, 4 months ago
  30. 3e67c5d Move type_manager to the ast dir/namespace by Ben Clayton · 4 years, 4 months ago
  31. 0f4632d writer/hlsl: Emit texture builtin functions by Ben Clayton · 4 years, 4 months ago
  32. 2da833d writer: Simplify floats when printed by Ben Clayton · 4 years, 4 months ago
  33. 7214f40 [wgsl-reader] Add support for read only storage buffers. by dan sinclair · 4 years, 4 months ago
  34. f2bfeda writer/spriv: Move IntrinsicTextureTest to its own file by Ben Clayton · 4 years, 4 months ago
  35. 3ea3c99 Implement textureSample builtins by Ben Clayton · 4 years, 4 months ago
  36. 038f6d2 [validation] unittest v-0015: runtime array may only appear last in a structs by Sarah Mashayekhi · 4 years, 4 months ago
  37. bd7ab2c spirv-reader: Add (handle) Usage abstraction by David Neto · 4 years, 4 months ago
  38. cebde29 spirv-reader: add GetMemoryObjectDeclarationForHandle by David Neto · 4 years, 4 months ago
  39. 10d5c6a ast: Have all tests derive from new TestHelper by Ben Clayton · 4 years, 4 months ago
  40. 196e097 Place the namer into the context object. by dan sinclair · 4 years, 4 months ago
  41. 20a8d31 Create an AST builder class. by dan sinclair · 4 years, 4 months ago
  42. af8091e wsgl parser: support multiple error messages by Ben Clayton · 4 years, 4 months ago
  43. 84f8275 [spirv-writer] Hash names by dan sinclair · 4 years, 4 months ago
  44. 0573714 wsgl parser: Have Expect & Maybe operator-> deref by Ben Clayton · 4 years, 4 months ago
  45. 34f90a0 [validation] make validator directory by Sarah Mashayekhi · 4 years, 4 months ago
  46. 3529880 ast: Have all decorations derive from base class by Ben Clayton · 4 years, 5 months ago
  47. 2e6cc99 Implement diagnostic color printing by Ben Clayton · 4 years, 5 months ago
  48. f0740ae Add tint::diag namespace for diagnostics by Ben Clayton · 4 years, 5 months ago
  49. 5bee67f Add File & Range information to tint::Source by Ben Clayton · 4 years, 5 months ago
  50. c55fc39 [ast] Unify the access control types. by dan sinclair · 4 years, 5 months ago
  51. 4dd5665 Add tests for all reachable parser errors by Ben Clayton · 4 years, 5 months ago
  52. bfd8109 [ast] Add AccessControlType. by dan sinclair · 4 years, 5 months ago
  53. 8904253 Add getting constant ID information from Inspector by Ryan Harrison · 4 years, 5 months ago
  54. eb5d3e1 [wgsl-reader] Allow array decorations to have multiple blocks. by dan sinclair · 4 years, 5 months ago
  55. b8d90ea Move visibility=hidden directive. by dan sinclair · 4 years, 6 months ago
  56. 1a9a2dd Add Inspector class by Ryan Harrison · 4 years, 6 months ago
  57. 5bb9b75 [transform] Add a simple transform manager. by dan sinclair · 4 years, 6 months ago
  58. 97b729d [transform] Add Transformer base class by dan sinclair · 4 years, 6 months ago
  59. b403cb5 [transform] Add BufferArrayAccessors transform by dan sinclair · 4 years, 6 months ago
  60. 9e7f9dc [ast] Add constant_id decoration by dan sinclair · 4 years, 6 months ago
  61. 3c02592 Remove cast operator. by dan sinclair · 4 years, 6 months ago
  62. 5c948e4 [transform] Move the transform folder by dan sinclair · 4 years, 6 months ago
  63. a7d498e Rename 'as' to 'bitcast' by dan sinclair · 4 years, 6 months ago
  64. b4fee2f Update builtin methods. by dan sinclair · 4 years, 6 months ago
  65. 5f81262 Remove EntryPoint. by dan sinclair · 4 years, 6 months ago
  66. de2a019 [spirv-reader] Emit StageDecoration when building the functions by dan sinclair · 4 years, 6 months ago
  67. f91b966 [hlsl-writer] Emit function decoration stage by dan sinclair · 4 years, 6 months ago
  68. b5bb2d9 [msl-writer] Update to emit based on pipeline stage. by dan sinclair · 4 years, 6 months ago
  69. a8274b2 [spirv-writer] Emit entrypoint from function decoration. by dan sinclair · 4 years, 6 months ago
  70. 767ea85 [wgsl-reader] Parse stage decoration by dan sinclair · 4 years, 6 months ago
  71. d05f93f [wgsl-reader] Add workgroup_size parsing by dan sinclair · 4 years, 6 months ago
  72. 6438279 [ast][spirv-writer][hlsl-writer][wgsl-writer] Add workgroup_size decoration by dan sinclair · 4 years, 6 months ago
  73. 636d588 [ast] Add decorations to functions. by dan sinclair · 4 years, 6 months ago
  74. d3f75ca Add support for multisampled textures. by dan sinclair · 4 years, 6 months ago
  75. bcb6eb0 [wgsl-reader] Parsing storage texture type by Tomek Ponitka · 4 years, 6 months ago
  76. 03f5e2f [wgsl-reader] Parsing image storage type by Tomek Ponitka · 4 years, 6 months ago
  77. bab2a4d [validation] Add disabled tests for validating switch statements by Sarah Mashayekhi · 4 years, 7 months ago
  78. fd3ca9e [wgsl-reader] Parsing sampled texture type by Tomek Ponitka · 4 years, 7 months ago
  79. 4beff41 [wgsl-reader] Parsing texture sampler types by Tomek Ponitka · 4 years, 7 months ago
  80. cbd1ef8 [wgsl-reader] Parsing depth texture type by Tomek Ponitka · 4 years, 7 months ago
  81. c354200 [wgsl-reader] Parsing sampler type by Tomek Ponitka · 4 years, 7 months ago
  82. 6803529 [spirv-writer] Convert ast image format types to spv by Tomek Ponitka · 4 years, 7 months ago
  83. 63b007d [hlsl-writer] Move test helper to a template. by dan sinclair · 4 years, 7 months ago
  84. df503f0 [hlsl-writer] Refactor output emission. by dan sinclair · 4 years, 7 months ago
  85. 3fad211 [validation] Add a validator test helper class by Sarah Mashayekhi · 4 years, 7 months ago
  86. 63a5aa7 [wgsl-reader] Adding for loops by Tomek Ponitka · 4 years, 7 months ago
  87. d38df39 [hlsl-writer] Add support for import statements. by dan sinclair · 4 years, 7 months ago
  88. a1087ee [hlsl-writer] Generate intrinsics. by dan sinclair · 4 years, 7 months ago
  89. 3739a23 [hlsl-writer] Emit cast expressions. by dan sinclair · 4 years, 7 months ago
  90. 10585f0 [hlsl-writer] Add tests for entry point data. by dan sinclair · 4 years, 7 months ago
  91. 6fdc77a [hlsl-writer] Emit module constants. by dan sinclair · 4 years, 7 months ago
  92. 7df4a84 [hlsl-writer] Add CallExpression. by dan sinclair · 4 years, 7 months ago
  93. be89a06 [hlsl-writer] Add function handling. by dan sinclair · 4 years, 7 months ago
  94. f16250b [validation] Validates functions return statement by Sarah Mashayekhi · 4 years, 7 months ago
  95. 63551e3 Add vertex pulling transform by Idan Raiter · 4 years, 7 months ago
  96. 3125a8d [ast] Add texture types to the AST. by dan sinclair · 4 years, 8 months ago
  97. fe8c59a Add SamplerType to AST. by dan sinclair · 4 years, 8 months ago
  98. 8278f2c [hlsl-writer] Add loop support. by dan sinclair · 4 years, 8 months ago
  99. 97bc4ad [hlsl-writer] Add if/else statements. by dan sinclair · 4 years, 8 months ago
  100. cbe0668 [hlsl-writer] Emit variable declarations. by dan sinclair · 4 years, 8 months ago