1. c605142 [glsl] Fold TextureBuiltinsFromUniforms into GLSL bindings by dan sinclair · 9 months ago
  2. 260c1f0 [hlsl] Fold PixelLocal options into HLSL options by dan sinclair · 9 months ago
  3. cd5a5e9 Remove the Multiplanar and BindingRemapper API options by dan sinclair · 10 months ago
  4. 8752366 [tint] Make binding space consistent for array length from uniform by Ben Clayton · 1 year, 1 month ago
  5. c27315a [tint] Use StyledText for all diagnostics by Ben Clayton · 1 year, 1 month ago
  6. cc2516a Relicense Dawn to BSD 3-Clause by Austin Eng · 1 year, 5 months ago
  7. 26c29b7 [tint][msl] Support pixel_local attachments by Ben Clayton · 1 year, 6 months ago
  8. 67f0992 Add TextureBuiltinsFromUniform transform by Shrek Shao · 1 year, 7 months ago
  9. c1942cf [tint] Move headers from include/tint to src/tint/api by Ben Clayton · 1 year, 7 months ago
  10. b1cd47d [tint] Move tint.cc to api/tint.cc by Ben Clayton · 1 year, 7 months ago
  11. 43c8cdc [tint] Remove sem/external_texture.h by James Price · 1 year, 7 months ago
  12. cd52f38 [tint] Move tint/lang/core/builtin to tint/lang/core by Ben Clayton · 1 year, 7 months ago
  13. 34c8e57 [tint] Shuffle to break last circular dependencies by Ben Clayton · 1 year, 8 months ago
  14. 6891960 [tint] Make LHS of operator << generic. by Ben Clayton · 1 year, 8 months ago
  15. f848af2 [tint] Separate out fatal macros from diagnostics by Ben Clayton · 1 year, 8 months ago
  16. bae54e7 [shuffle] Remove the `utils::` namespace. by dan sinclair · 1 year, 8 months ago chromium/5917
  17. eb66431 [shuffle] Move spirv reader to new structure. by dan sinclair · 1 year, 8 months ago
  18. 6119045 [shuffle] Move wgsl reader to new structure. by dan sinclair · 1 year, 8 months ago
  19. 2dddb19 [shuffle] Move spirv writer and ast_writer to new structure. by dan sinclair · 1 year, 8 months ago
  20. 0f98902 [shuffle] Move glsl writer to new structure. by dan sinclair · 1 year, 8 months ago
  21. 0bfeaf9 [shuffle] Move hlsl writer to new structure. by dan sinclair · 1 year, 8 months ago
  22. c1bf225 [shuffle] Move wgsl writers to new structure. by dan sinclair · 1 year, 8 months ago
  23. e7e4afc [shuffle] Move msl writers to new structure. by dan sinclair · 1 year, 8 months ago
  24. 1025258 [tint] Move src/tint/writer options to include/tint by Ben Clayton · 1 year, 8 months ago
  25. bc32a14 [tint] Remove writer::Writer by Ben Clayton · 1 year, 8 months ago
  26. 7494e83 [tint] Shuffle transforms by Ben Clayton · 1 year, 8 months ago
  27. 352f8c8 [shuffle] Rename lang/base by dan sinclair · 1 year, 8 months ago
  28. 22b4dd2 [shuffle] Move utils to new structure. by dan sinclair · 1 year, 8 months ago
  29. 74d04a8 [shuffle] Move writer/spirv to new structure by James Price · 1 year, 8 months ago
  30. a4c1735 [shuffle] Move wgsl helpers to new structure. by dan sinclair · 1 year, 8 months ago
  31. d5ac960 [shuffle] Move inspector to new structure. by dan sinclair · 1 year, 8 months ago
  32. e7a88d2 [shuffle] Move type to new structure. by dan sinclair · 1 year, 8 months ago
  33. ee18d2e [shuffle] Move diagnostic to new structure. by dan sinclair · 1 year, 8 months ago
  34. 91b68cd [shuffle] Move utils to new structure. by dan sinclair · 1 year, 8 months ago
  35. 99181d8 [shuffle] Move ast to new structure. by dan sinclair · 1 year, 8 months ago
  36. 5fbe1f6 [shuffle] Move writer/hlsl to new structure. by dan sinclair · 1 year, 8 months ago
  37. ff6eba5 [shuffle] Move writer/wgsl to new structure. by dan sinclair · 1 year, 8 months ago
  38. d5575ce [shuffle] Move writer/msl to new structure. by dan sinclair · 1 year, 8 months ago
  39. 8046fbb [shuffle] Move writer/glsl to new structure. by dan sinclair · 1 year, 8 months ago
  40. 7cf568f [shuffle] Move reader/wgsl to new structure. by dan sinclair · 1 year, 8 months ago
  41. b2e4549 [shuffle] Move reader/spirv to new structure. by dan sinclair · 1 year, 8 months ago
  42. 7d2e204 [tint] Move AST transforms to a subdirectory by James Price · 1 year, 10 months ago
  43. 517278a Move text/unicode into utils. by dan sinclair · 1 year, 11 months ago
  44. c4cc6ec Remove the demangler. by dan sinclair · 1 year, 11 months ago
  45. 39d4065 Move BindingRemapper and MultiplanarExternalTexture to a backend transform. by dan sinclair · 2 years ago
  46. 1f6ce67 Move `clamp_frag_depth` transformer to backend. by dan sinclair · 2 years ago
  47. eebbdef Split `BindingPoint` out of MultiplanarExternalTexture. by dan sinclair · 2 years ago chromium/5639
  48. 64196ad Add array length options header to `tint.h`. by dan sinclair · 2 years ago
  49. f7910f5 tint.h: Remove 'libspirv.hpp' include by Ben Clayton · 2 years, 1 month ago
  50. 03de0e8 Move tint::transform::Robustness to a santizier transform by Ben Clayton · 2 years, 1 month ago
  51. f7beb85 Count the line pos, offset and size of compilation message in UTF-16 by Jiawei Shao · 2 years, 2 months ago
  52. 8e68a89 Vulkan: Clamp @builtin(frag_depth) with push constant values by Corentin Wallez · 2 years, 2 months ago
  53. 837b804 Rename TypeManager to Manager. by dan sinclair · 2 years, 3 months ago chromium/5468
  54. c9949ac Move type_manager to type/ folder by dan sinclair · 2 years, 3 months ago
  55. c982cd4 Use TINT_REFLECT for OverrideId by Austin Eng · 2 years, 4 months ago
  56. a4314fa Minor build/include fixes for google3 roll. by Loko Kung · 2 years, 5 months ago chromium/5401
  57. 8fa6c25 tint: Add Initialize() / Shutdown() public APIs by Ben Clayton · 2 years, 5 months ago
  58. e14a27b tint: remove LoopToForLoop and FoldTrivialSingleUseLets transforms for HLSL and GLSL by Antonio Maiorano · 2 years, 6 months ago
  59. 9a6acc4 tint: Add tint::OverrideId by Ben Clayton · 2 years, 8 months ago
  60. 256f111 Add transform to substitute overrides with const expressions. by dan sinclair · 2 years, 8 months ago
  61. 8ce7183 tint: Remove public include of ast include by Ben Clayton · 2 years, 8 months ago
  62. a466688 tint: Fix include layering violation by James Price · 2 years, 9 months ago
  63. 41e4d9a Consistent formatting for Dawn/Tint. by dan sinclair · 2 years, 11 months ago chromium/5038 chromium/5039
  64. f625a6d tint: Make GLSL backend consistent with the others by Antonio Maiorano · 3 years ago
  65. dbc13af tint->dawn: Shuffle source tree in preperation of merging repos by Ryan Harrison · 3 years, 1 month ago
  66. d6e962b Add Multiplanar External Texture Transform To Tint Header by Brandon Jones · 3 years, 2 months ago
  67. a9f8c7d Implement GLSL writer backend. by Stephen White · 3 years, 5 months ago
  68. a94d1a9 Remove TINT_EXPECTS_UBOS_TO_BE_MULTIPLE_OF_16 macro by Antonio Maiorano · 3 years, 8 months ago
  69. de2b7db Make ArrayLengthFromUniform transform emit a valid UBO by Antonio Maiorano · 3 years, 8 months ago
  70. 4aed315 writer: Remove legacy generator API by James Price · 3 years, 8 months ago
  71. 75cd592 transform: Add FoldTrivialSingleUseLets by Ben Clayton · 3 years, 9 months ago
  72. 0273f1a transform: Rename BoundArrayAccessors to Robustness by Ben Clayton · 3 years, 9 months ago
  73. 77daee1 Remove legacy EmitVertexPointSize transform by James Price · 3 years, 10 months ago
  74. 593c87b Remove fuzzing for transform::EmitVertPointSize by Ryan Harrison · 3 years, 11 months ago
  75. da43604 Remove fuzzers for transforms that should only be invoked by sanitizers by Ryan Harrison · 3 years, 11 months ago
  76. 23c73b0 Add fuzzing for transform::CanonicalizeEntryPointIO by Ryan Harrison · 3 years, 11 months ago
  77. be303e92 Add fuzzing for transform::CalculateArrayLength by Ryan Harrison · 3 years, 11 months ago
  78. 0949bdf Add transform to strip entry points from a module by James Price · 3 years, 11 months ago
  79. aea9c68 Move type/* files to sem/ directory by Antonio Maiorano · 4 years ago
  80. f8f31a4 Automatically run entry point IO canonicalization by James Price · 4 years ago
  81. 71512e3 Remove validator.h by Antonio Maiorano · 4 years ago
  82. dc8f08a [msl-writer] Use entry point interface canonicalization transform by James Price · 4 years ago
  83. e0c1221 Add transform::BindingRemapper by Ben Clayton · 4 years ago
  84. d1781fd Remove tint::Namer by Ben Clayton · 4 years ago
  85. e18a18b Add transform::Renamer by Ben Clayton · 4 years ago
  86. 5bde7c0 tint.h: Remove the type_determiner.h include by Ben Clayton · 4 years, 1 month ago
  87. 2101c35 Stub sanitizer transforms for the hlsl, msl & spirv writers by Ben Clayton · 4 years, 1 month ago
  88. 207b5e2 Move tint::ast::type to tint::type by Ben Clayton · 4 years, 2 months ago
  89. 995516e Add --demangle option to command example by David Neto · 4 years, 2 months ago
  90. 3d449d2 [transform] Add first index offset transform by Enrico Galli · 4 years, 3 months ago
  91. c35176e Remove the context object. by dan sinclair · 4 years, 3 months ago
  92. 00b77a8 Rework all transforms to transform-on-copy by Ben Clayton · 4 years, 3 months ago
  93. 76d12f0 Add EmitVertexPointSizeTransform by Ben Clayton · 4 years, 4 months ago
  94. 3e67c5db Move type_manager to the ast dir/namespace by Ben Clayton · 4 years, 4 months ago
  95. 196e097 Place the namer into the context object. by dan sinclair · 4 years, 4 months ago
  96. 34f90a0 [validation] make validator directory by Sarah Mashayekhi · 4 years, 4 months ago
  97. 4735f01 Move diagnostic/printer.h into the public API by Ryan Harrison · 4 years, 5 months ago
  98. 8904253 Add getting constant ID information from Inspector by Ryan Harrison · 4 years, 5 months ago
  99. 70b4c3b [transform] Add transforms to the sample app. by dan sinclair · 4 years, 6 months ago
  100. 5c948e4 [transform] Move the transform folder by dan sinclair · 4 years, 6 months ago