1. 3d35d57 Fix crash when using constant expression as `@blend_src` by Jiawei Shao · 9 months ago
  2. d82c5cb Tint: Add support for input_attachment_index in inspector. by Le Hoang Quyen · 10 months ago
  3. 4736612 Tint/Inspector: Add blend_src to entry points by Jiawei Shao · 11 months ago
  4. 7cdaffe [tint][ice] Make the InternalCompilerErrors abort by Ben Clayton · 11 months ago
  5. 6be95ce Refactor Inspector::GetTextureQueries by Shrek Shao · 11 months ago
  6. 415bd73 [tint][diagnostics] Remove System enum by Ben Clayton · 11 months ago
  7. bc99356 [Compat] Fix a bug when textureDimension with 1 arg is first called by Shrek Shao · 12 months ago
  8. 75836f5 [Compat] Fix textureDimensions GLSL transform with mip level by Shrek Shao · 12 months ago
  9. c27315a [tint] Use StyledText for all diagnostics by Ben Clayton · 1 year, 1 month ago
  10. c11e2ed Make OFI transform push_constant-friendly. by Stephen White · 1 year, 2 months ago
  11. 1e1f488 [tint][utils] PascalCase tint::diag functions by Ben Clayton · 1 year, 2 months ago
  12. 0f8c1ca Fix workgroup_storage_size computation by Gregg Tavares · 1 year, 2 months ago
  13. 7a27d6c [tint][utils] Reimplement Hashmap / Hashset. by Ben Clayton · 1 year, 2 months ago
  14. 31a1592 [tint][sem] Replace more uses of std::vector with tint::Vector by Ben Clayton · 1 year, 2 months ago
  15. 15d2710 Remove data returned from `TextureBuiltinFromUniform` transform. by dan sinclair · 1 year, 2 months ago
  16. f0057a5 Add inspector helper for texture information. by dan sinclair · 1 year, 2 months ago
  17. 383f462 Compat: Fix UBO/SSBO naming issue with explicit remapping by Shrek Shao · 1 year, 4 months ago
  18. 2af5815 [tint][inspector] Reflect the @color attribute by Ben Clayton · 1 year, 5 months ago
  19. 65e3824 [tint][sem] Move variable attributes to separate structs by Ben Clayton · 1 year, 5 months ago
  20. a8e7cb7 Add Renamer transform to ShaderModuleGL and fixes by Shrek Shao · 1 year, 5 months ago
  21. d6082c5 [tint] Use TINT_ICE_ON_NO_MATCH by Ben Clayton · 1 year, 5 months ago
  22. cc2516a Relicense Dawn to BSD 3-Clause by Austin Eng · 1 year, 6 months ago
  23. 5ed5cc4 [tint] Pass Program by reference, not pointer. by Ben Clayton · 1 year, 6 months ago
  24. d9766dc [tint] Rename core::Function to BuiltinFn by Ben Clayton · 1 year, 7 months ago
  25. 1165389 [tint] Move WGSL-exclusive enums back to lang/wgsl by Ben Clayton · 1 year, 7 months ago
  26. 0e1a335 tint: Add inspection of pixel_local var member types. by Corentin Wallez · 1 year, 7 months ago
  27. a4ad8e7 Compat: Make vertex_index/instance_index take an attribute by Gregg Tavares · 1 year, 7 months ago
  28. 797063c tint: Move inspection of workgroup_storage_size to the entry point. by Corentin Wallez · 1 year, 7 months ago
  29. ecd5620 tint: remove the unused Inspector::GetStorageSize method. by Corentin Wallez · 1 year, 7 months ago
  30. 418ab8c Tint: Support ReadOnly and ReadWrite storage texture in inspector by Jiawei Shao · 1 year, 8 months ago
  31. ce6dffe Move Number into core namespace. by dan sinclair · 1 year, 8 months ago chromium/5950 chromium/5951 chromium/5952 chromium/5952_2 chromium/5952_2_3
  32. cedcdf3 Change namespace of tint::type by dan sinclair · 1 year, 8 months ago
  33. 015fbe7 [tint] Move ParameterUsage from sem to core by Ben Clayton · 1 year, 8 months ago
  34. cd52f38 [tint] Move tint/lang/core/builtin to tint/lang/core by Ben Clayton · 1 year, 8 months ago
  35. f848af2 [tint] Separate out fatal macros from diagnostics by Ben Clayton · 1 year, 8 months ago
  36. bae54e7 [shuffle] Remove the `utils::` namespace. by dan sinclair · 1 year, 8 months ago chromium/5917
  37. 1025258 [tint] Move src/tint/writer options to include/tint by Ben Clayton · 1 year, 8 months ago
  38. 352f8c8 [shuffle] Rename lang/base by dan sinclair · 1 year, 9 months ago
  39. 22b4dd2 [shuffle] Move utils to new structure. by dan sinclair · 1 year, 9 months ago
  40. d5ac960 [shuffle] Move inspector to new structure. by dan sinclair · 1 year, 9 months ago[Renamed (99%) from src/tint/inspector/inspector.cc]
  41. e7a88d2 [shuffle] Move type to new structure. by dan sinclair · 1 year, 9 months ago
  42. b14a778 [shuffle] Move builtin to new structure. by dan sinclair · 1 year, 9 months ago
  43. 91b68cd [shuffle] Move utils to new structure. by dan sinclair · 1 year, 9 months ago
  44. d3b1369 [shuffle] Move sem to new structure. by dan sinclair · 1 year, 9 months ago
  45. 99181d8 [shuffle] Move ast to new structure. by dan sinclair · 1 year, 9 months ago
  46. 471a015 [tint][type] Rework ElementOf() and DeepestElementOf() by Ben Clayton · 1 year, 10 months ago
  47. 1416b18 [tint][type] Add Scalar base class. by Ben Clayton · 1 year, 10 months ago
  48. 576ba1c tint: Add StructMember attributes to sem. by Ben Clayton · 2 years ago chromium/5738
  49. 12fa303 Move castable into utils. by dan sinclair · 2 years ago
  50. 5f4847c tint/sem: Make BindingPoint optional by Ben Clayton · 2 years ago chromium/5723
  51. d026e13 Remove `SymbolTable::NameFor` by dan sinclair · 2 years ago
  52. 6af073c Tint&Dawn: Enable f16 override by Zhaoming Jiang · 2 years, 1 month ago
  53. 8f80d99 tint: Support multiple extensions per 'enable' by Ben Clayton · 2 years, 1 month ago
  54. 23946b3 tint: Move Switch() to own header by Ben Clayton · 2 years, 1 month ago
  55. 2f689a7 Remove deprecated inspector fields. by dan sinclair · 2 years, 1 month ago
  56. f0b4dbb tint: Resolve @interpolate() args as expressions by Ben Clayton · 2 years, 1 month ago
  57. 4d3ff97 tint: Resolve @builtin() args as expressions by Ben Clayton · 2 years, 1 month ago
  58. 993a658 Move InterpolationSampling and InterpolationType to builtin. by dan sinclair · 2 years, 1 month ago
  59. 2a65163 Move type::AddressSpace to builtin/ by dan sinclair · 2 years, 1 month ago
  60. b6cc4cb Move type/access to builtin. by dan sinclair · 2 years, 1 month ago
  61. e4039c7 Move the Extension builtin to the builtin/ folder. by dan sinclair · 2 years, 2 months ago
  62. 6392579 Move BuiltinValue to builtin/ by dan sinclair · 2 years, 2 months ago
  63. 651d9e2 tint/ast: Change Variable::symbol to Variable::name by Ben Clayton · 2 years, 2 months ago
  64. ce31d18 tint/ast: Change Function::symbol to Function::name by Ben Clayton · 2 years, 2 months ago
  65. 0b4a2f1 tint: Add sem::Expression by Ben Clayton · 2 years, 2 months ago chromium/5580
  66. 61c16eb Move ast/access to type/access. by dan sinclair · 2 years, 2 months ago
  67. 18b2158 Move ast/address_space to type/ by dan sinclair · 2 years, 2 months ago
  68. 884f952 tint/utils: Add TINT_LIKELY / TINT_UNLIKELY macros by Ben Clayton · 2 years, 3 months ago
  69. 5addefb Rename Constant::As to Constant::ValueAs. by dan sinclair · 2 years, 4 months ago
  70. 946858a Move array to type/ by dan sinclair · 2 years, 4 months ago
  71. 0e780da Move vector and matrix to type/. by dan sinclair · 2 years, 4 months ago
  72. d37ecf9 Move scalar types over to type/ folder. by dan sinclair · 2 years, 4 months ago
  73. 4595fb7 Move texture types to type/ folder. by dan sinclair · 2 years, 4 months ago
  74. 5f764d8 Move type base classes into type/ folder. by dan sinclair · 2 years, 4 months ago
  75. 6198bea Dawn&Tint: Implement F16 pipeline IO by Zhaoming Jiang · 2 years, 4 months ago chromium/5464
  76. 49334b0 tint/utils: Remove non-const accessors on VectorRef by Ben Clayton · 2 years, 4 months ago
  77. c5b1b5c Access struct member name through sem. by dan sinclair · 2 years, 4 months ago
  78. a7cd3ae tint: Rename SourceVariable() to RootIdentifier() by James Price · 2 years, 5 months ago
  79. 6e77b47 Update internals to initializer instead of constructor. by dan sinclair · 2 years, 6 months ago
  80. aecf1a2 tint/inspector: Fix GetOverrideDefaultValues() by Ben Clayton · 2 years, 6 months ago
  81. d2e0db3 tint: Rename kInvalid to kUndefined for enums by Ben Clayton · 2 years, 6 months ago
  82. f9ed9d3 tint/ast: Generate interpolate_attribute.[h|cc] by Ben Clayton · 2 years, 6 months ago
  83. 8d3d4f6 tint/inspector: Reflect whether @builtin(frag_depth) is used. by Corentin Wallez · 2 years, 6 months ago
  84. ff7cf21 Rename StorageClass to AddressSpace. by dan sinclair · 2 years, 6 months ago
  85. 490d988 tint: Simplify workgroup size resolving by Ben Clayton · 2 years, 6 months ago
  86. f9eeed6 Convert `@location` to store expression internally. by dan sinclair · 2 years, 7 months ago
  87. 145337f Use SubstituteOverride transform to implement overrides by shrekshao · 2 years, 7 months ago
  88. acdf6e1 Remove `ast::VariableBindingPoint` in favour of `sem::BindingPoint`. by dan sinclair · 2 years, 7 months ago
  89. dce63f5 tint/utils/UniqueVector: Use utils::Vector and utils::Hashset by Ben Clayton · 2 years, 8 months ago
  90. 783b169 tint/ast: Migrate to utils::Vector by Ben Clayton · 2 years, 8 months ago
  91. 9a6acc4 tint: Add tint::OverrideId by Ben Clayton · 2 years, 8 months ago
  92. f330229 tint/ast: Rename Builtin to BuiltinValue by Ben Clayton · 2 years, 8 months ago
  93. a1571ac tint/inspector: Use a std::optional for workgroup_size by Ben Clayton · 2 years, 8 months ago
  94. 4808584 tint/ast: Clean up StorageClass enum by Ben Clayton · 2 years, 8 months ago
  95. 8ce7183 tint: Remove public include of ast include by Ben Clayton · 2 years, 9 months ago
  96. 3a2a279 Fixup various warnings in Tint which were accidentally suppressed. by dan sinclair · 2 years, 9 months ago
  97. 72876c1 tint/sem/constant.h: Remove #include to program_builder.h by Ben Clayton · 2 years, 9 months ago
  98. dcdf66e tint/ast: Derive off `ast::Variable` by Ben Clayton · 2 years, 10 months ago
  99. e5a67ac tint: Remove ast::CallExpression -> sem::Call implicit mapping by Ben Clayton · 2 years, 11 months ago
  100. 7f2b8cd tint: Refactor Extensions / Enables. by Ben Clayton · 2 years, 11 months ago