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