1. 082e401 Fix clang-tidy warnings by David Neto · 1 year ago chromium/6341 chromium/6342 chromium/6343
  2. add6c36 [tint][wgsl] Use two underscores for internal builtin fn by Ben Clayton · 1 year ago
  3. dd050a5 [tint][ast] Reimplement ArrayLengthFromUniform transform to support ptr params by Ben Clayton · 1 year ago
  4. f5abb82 tint: work around zero-init bug on some GPUs for workgroup size(1) by Antonio Maiorano · 1 year ago
  5. c27315a [tint] Use StyledText for all diagnostics by Ben Clayton · 1 year ago
  6. 614b1fd [renamer] Preserve swizzles through materialize by James Price · 1 year ago
  7. 997bc01 [msl][glsl] Fix incorrect code gen for continuing inside switch. by dan sinclair · 1 year ago
  8. 52e6a0f [tint][wgsl] Remove ast::Bitcast, use intrinsic definition instead. by Ben Clayton · 1 year, 1 month ago
  9. 6d4b35a ClampFragDepth: switch params to a struct. by Stephen White · 1 year, 1 month ago
  10. 5a6b701 Add ClampFragDepth transform to GLSL writer. by Stephen White · 1 year, 1 month ago
  11. f639814 Implement a push constant helper class. by Stephen White · 1 year, 1 month ago
  12. f1dc9e3 [tint] Improve TINT_ASSERT_ALL_FIELDS_REFLECTED() by Ben Clayton · 1 year, 1 month ago
  13. 2f85bc7 [spirv-writer][ast] Polyfill f16 shader IO by James Price · 1 year, 1 month ago
  14. 9ae3ff6 GLSL: run OFI if any stage uses firstInstance. by Stephen White · 1 year, 1 month ago
  15. c11e2ed Make OFI transform push_constant-friendly. by Stephen White · 1 year, 1 month ago
  16. 76aec25 [tint] Reduce all hash codes to 32 bits by Ben Clayton · 1 year, 1 month ago
  17. 9dc42ad [tint][ast] Fix type <-> parameter shadowing issues. by Ben Clayton · 1 year, 1 month ago
  18. 1e1f488 [tint][utils] PascalCase tint::diag functions by Ben Clayton · 1 year, 1 month ago
  19. 2555f18 [tint] Add TINT_ASSERT_ALL_FIELDS_REFLECTED() macro by Ben Clayton · 1 year, 1 month ago
  20. f83de0f [tint][ast] Fix DemoteToHelper with atomicCompareExchangeWeak() by Ben Clayton · 1 year, 1 month ago
  21. 7a27d6c [tint][utils] Reimplement Hashmap / Hashset. by Ben Clayton · 1 year, 1 month ago
  22. 0880e06 Rename @index -> @blend_src by Corentin Wallez · 1 year, 1 month ago
  23. 4eeb0bd Implement push_constant-based firstIndex transform. by Stephen White · 1 year, 1 month ago
  24. 8683806 Move ClampFragDepth transform to WGSL transforms. by Stephen White · 1 year, 1 month ago
  25. f468667 [tint][wgsl] Add unrestricted_pointer_parameters feature by Ben Clayton · 1 year, 2 months ago
  26. af25bec [tint][ast] Fix dynamic indices in DirectVariableAccess by Ben Clayton · 1 year, 2 months ago
  27. b789a43 GLSL: implement push constants. by Stephen White · 1 year, 2 months ago
  28. dd81723 Tint/HLSL: Support Shader Model 6.6 Pack/Unpack intrinsics by Jiawei Shao · 1 year, 2 months ago
  29. 08d9279 tint: add syntax sugar for dereferencing pointers by Antonio Maiorano · 1 year, 2 months ago
  30. 0a40886 Tint: implement pack4x{U|I}8Clamp and unpack4x{U|I}8 by Jiawei Shao · 1 year, 2 months ago chromium/6229
  31. 89274f7 [tint][utils] Remove boolean operators from Result by Ben Clayton · 1 year, 2 months ago
  32. 2be279e Fix the comparator used to sort output attributes by David Neto · 1 year, 3 months ago
  33. 34eee4e [hlsl] Invert 'w' component of fragment position by James Price · 1 year, 3 months ago
  34. 85b77e0 Tint: implement the polyfill of pack4x{U|I}8 with dot products by Jiawei Shao · 1 year, 3 months ago
  35. c8ca47f Implement pack4xI8 and pack4xU8 by Jiawei Shao · 1 year, 3 months ago
  36. 3bb3c53 Canonicalize index-ordering of entry point attributes by David Neto · 1 year, 3 months ago
  37. fb728a3 [wgsl-writer] Add ProgramOptions for IR->AST by James Price · 1 year, 3 months ago
  38. 53c0fa9 Enable language extension `packed_4x8_integer_dot_product` by Jiawei Shao · 1 year, 3 months ago
  39. 7c0a801 D3D11: Implement polyfill of DP4A by Jiawei Shao · 1 year, 3 months ago chromium/6156
  40. 3c54ba5 [tint][wgsl] Move LanguageFeature to a separate target by Ben Clayton · 1 year, 3 months ago
  41. 571cc44 Remove chromium_experimental_read_write_storage_texture from Tint by Jiawei Shao · 1 year, 3 months ago chromium/6152
  42. 3aaaaf4 [tint][wgsl][fuzz] Parse base64 encoded comments by Ben Clayton · 1 year, 4 months ago
  43. b098803 [tint] Rename wgsl/wgsl_fuzz.* -> wgsl/fuzz.* by Ben Clayton · 1 year, 4 months ago
  44. 4c88c1e Using binding information for MSL/Tint interface by dan sinclair · 1 year, 4 months ago
  45. 2591c8d [tint][wgsl] Fix ICE in SingleEntryPoint transform by Ben Clayton · 1 year, 4 months ago
  46. 570461e [tint][transform] Update CanonicalizeEntryPointIO tests by Ben Clayton · 1 year, 4 months ago
  47. e73b393 [tint][msl] Implement chromium_experimental_framebuffer_fetch by Ben Clayton · 1 year, 4 months ago
  48. 45f5c60 [tint] Resolve ColorAttribute by Ben Clayton · 1 year, 4 months ago
  49. 65e3824 [tint][sem] Move variable attributes to separate structs by Ben Clayton · 1 year, 4 months ago
  50. 0b255d2 [tint] Use std::string_view for generated enum strings by Ben Clayton · 1 year, 4 months ago
  51. 78da664 Pass feature allowlist from Dawn to Tint by James Price · 1 year, 4 months ago
  52. 0840920 [tint] Handle Requires in SingleEntryPoint by James Price · 1 year, 4 months ago
  53. a8e7cb7 Add Renamer transform to ShaderModuleGL and fixes by Shrek Shao · 1 year, 4 months ago
  54. 108d94f Relicense newly added source files to BSD-3 by David Neto · 1 year, 4 months ago
  55. d6082c5 [tint] Use TINT_ICE_ON_NO_MATCH by Ben Clayton · 1 year, 4 months ago
  56. 3fdd0eb [tint][fuzzers] Add AST ZeroInitWorkgroupMemory transform fuzzer by Ben Clayton · 1 year, 5 months ago
  57. 45c2ba2 tint: fix TINT_PRINT_PROGRAM_FOR_EACH_TRANSFORM compilation by Antonio Maiorano · 1 year, 5 months ago
  58. cc2516a Relicense Dawn to BSD 3-Clause by Austin Eng · 1 year, 5 months ago
  59. 80b987e [tint][build] Guard WGSL reader with tint_build_wgsl_reader by Ben Clayton · 1 year, 5 months ago
  60. 2550b49 [tint][build] Guard WGSL writer with tint_build_wgsl_writer by Ben Clayton · 1 year, 5 months ago
  61. 535535b [tint] Move override tracking into sem objects by Ben Clayton · 1 year, 5 months ago
  62. 9d05868 [tint][gn] Remove `testonly = true` from emitted BUILD.gn files by Ben Clayton · 1 year, 5 months ago
  63. 9d1b610 [tint][build] Generate benchmarks for GN and Bazel by Ben Clayton · 1 year, 5 months ago
  64. d5fcc3d Add support for unorm10-10-10-2 vertex format by François Beaufort · 1 year, 5 months ago
  65. dfc815c [tint] Fork core builtin functions from core -> WGSL by Ben Clayton · 1 year, 5 months ago
  66. 16fb254 [tint] Add a diag::List to tint::Failure by Ben Clayton · 1 year, 5 months ago
  67. 506fb55 [tint] Remove unnecessary calls to diag::List::str() by Ben Clayton · 1 year, 6 months ago
  68. 5ed5cc4 [tint] Pass Program by reference, not pointer. by Ben Clayton · 1 year, 6 months ago
  69. 0a7aa0c [tint] Rename core::Builtin to BuiltinType by Ben Clayton · 1 year, 6 months ago
  70. d9766dc [tint] Rename core::Function to BuiltinFn by Ben Clayton · 1 year, 6 months ago
  71. 4dcbdda [tint] Simplify custom hash-code implementations by Ben Clayton · 1 year, 6 months ago
  72. 1165389 [tint] Move WGSL-exclusive enums back to lang/wgsl by Ben Clayton · 1 year, 6 months ago
  73. 26c29b7 [tint][msl] Support pixel_local attachments by Ben Clayton · 1 year, 6 months ago
  74. 4e6f10f [ir] Add robustness for texture builtins by James Price · 1 year, 6 months ago
  75. 6562555 [tint] Add BUILD.bazel files for Tint by Ben Clayton · 1 year, 6 months ago
  76. 759dfc6 [tint] Polyfill bgra8unorm textureLoad results by James Price · 1 year, 6 months ago
  77. d305da9 [tint] Move GLSL AST transforms to lang/glsl/writer/ast_raise by Ben Clayton · 1 year, 6 months ago
  78. f52f569 [tint] Move MSL AST transforms to lang/msl/writer/ast_raise by Ben Clayton · 1 year, 6 months ago
  79. 3047f88 [tint] Move SPIR-V AST transforms to lang/spirv/writer/ast_lower by Ben Clayton · 1 year, 6 months ago
  80. 815d5db [tint] Move SPIR-V AST transforms to lang/spirv/writer/ast_raise by Ben Clayton · 1 year, 6 months ago
  81. 7a5f54ea [tint] Move HLSL AST transforms to lang/hlsl/writer/ast_raise by Ben Clayton · 1 year, 6 months ago
  82. 05d278e Revert "Switch to C++20 for CMake builds" by dan sinclair · 1 year, 6 months ago
  83. aa6769f Switch to C++20 for CMake builds by James Price · 1 year, 7 months ago
  84. 57ded6a [tools][gen] Describe how to regenerate files in the header by Ben Clayton · 1 year, 7 months ago
  85. 67f0992 Add TextureBuiltinsFromUniform transform by Shrek Shao · 1 year, 7 months ago
  86. 6663076 Move tint_overrides_with_defaults.gni in scripts subdir by Ben Clayton · 1 year, 7 months ago
  87. 0781a51 [tint][build] Fix GN tint_build_unittests=false by Ben Clayton · 1 year, 7 months ago
  88. 3fe6761 [tint][build][cmake] Drop GN-style target names by Ben Clayton · 1 year, 7 months ago
  89. 55e6d71 [tint][build] Add CMake target names to BUILD.cmake by Ben Clayton · 1 year, 7 months ago
  90. 7d81e55 [tint] Migrate GN build over to generated files/deps by Ben Clayton · 1 year, 7 months ago
  91. 7545f95 [tint] Improvements to './tools/run gen build' by Ben Clayton · 1 year, 7 months ago
  92. c1942cf [tint] Move headers from include/tint to src/tint/api by Ben Clayton · 1 year, 7 months ago
  93. 6ea4471 [tools][build] Track per-file transitive dependencies. by Ben Clayton · 1 year, 7 months ago
  94. 3a3cb36 [tint] Migrate CMake build over to generated files/deps by Ben Clayton · 1 year, 7 months ago
  95. a87e5d6 [tint] clang-format and add missing GN dependency by Ben Clayton · 1 year, 7 months ago
  96. ce6dffe Move Number into core namespace. by dan sinclair · 1 year, 7 months ago chromium/5950 chromium/5951 chromium/5952 chromium/5952_2 chromium/5952_2_3
  97. 53b892b [msl] Fix mask generation for subgroupBallot by James Price · 1 year, 7 months ago
  98. a9691e1 [msl] Add support for chromium_experimental_subgroups by James Price · 1 year, 7 months ago
  99. 7191337 Return alpha channel for single plane external textures by Brandon Jones · 1 year, 7 months ago
  100. ef88b0f [tint] Move core intrinsic table data to new subdir by Ben Clayton · 1 year, 7 months ago