1. 11dc848e [tint][wgsl] Expand module-scope declaration sources to cover whole decl by Ben Clayton · 1 year, 1 month ago
  2. 89c05af [tint][core] Move core::intrinsic::Match() from .cc to Context by Ben Clayton · 1 year, 1 month ago
  3. 0e36571 [tint][wgsl] Stub 'ls' the language server package for WGSL. by Ben Clayton · 1 year, 1 month ago
  4. ad08453 [tint][ast] Fix std140 matrix size by Ben Clayton · 1 year, 1 month ago
  5. 7bd151a tint: use TINT_BUILD_IS_MAC instead of __APPLE__ by Antonio Maiorano · 1 year, 1 month ago
  6. 7579c22 [tint][wgsl] Be explicit about overload param/arg count mismatch by Ben Clayton · 1 year, 1 month ago
  7. b9b4d45 [tint] Replace 'break-if' with 'break if' in diagnostic. by Ben Clayton · 1 year, 1 month ago
  8. e660d1c [tint] More use of styled text by Ben Clayton · 1 year, 1 month ago
  9. 082e401 Fix clang-tidy warnings by David Neto · 1 year, 1 month ago chromium/6341 chromium/6342 chromium/6343
  10. 901fb74 [tint] Add explicit error for double leading underscores on identifiers. by Ben Clayton · 1 year, 1 month ago
  11. 70a16ff Enable ReadWrite/ReadOnly storage textures by default. by Corentin Wallez · 1 year, 1 month ago
  12. add6c36 [tint][wgsl] Use two underscores for internal builtin fn by Ben Clayton · 1 year, 1 month ago
  13. dd050a5 [tint][ast] Reimplement ArrayLengthFromUniform transform to support ptr params by Ben Clayton · 1 year, 1 month ago
  14. 8752366 [tint] Make binding space consistent for array length from uniform by Ben Clayton · 1 year, 1 month ago
  15. 1fc1f8f [tint][core] Highlight intrinsic table matches / mismatches. by Ben Clayton · 1 year, 1 month ago
  16. f5abb82 tint: work around zero-init bug on some GPUs for workgroup size(1) by Antonio Maiorano · 1 year, 1 month ago
  17. 458f703 [tint][wgsl] RenameConflicts: Ensure types can be resolved. by Ben Clayton · 1 year, 1 month ago
  18. 448c01b [tint] Implement support for r8unorm by Ben Clayton · 1 year, 1 month ago
  19. ea7d7fe [tint] Add support for scoped text spans by Ben Clayton · 1 year, 1 month ago
  20. 710b62f [tint][wgsl] Migrate more resolver diagnostics over to StyledText by Ben Clayton · 1 year, 1 month ago
  21. c27315a [tint] Use StyledText for all diagnostics by Ben Clayton · 1 year, 1 month ago
  22. e4d210d [tint][wgsl] Add 'chromium_internal_graphite' extension by Ben Clayton · 1 year, 1 month ago
  23. 614b1fd [renamer] Preserve swizzles through materialize by James Price · 1 year, 1 month ago
  24. 997bc01 [msl][glsl] Fix incorrect code gen for continuing inside switch. by dan sinclair · 1 year, 1 month ago
  25. aed92a6 [msl] Fix issue with module scoped private var and modf. by dan sinclair · 1 year, 1 month ago
  26. 6c33800 [tint][core] Remove implicit ctor / conv type overloads by Ben Clayton · 1 year, 1 month ago
  27. e435124 [tint][docs] Move .def documentation to a markdown file by Ben Clayton · 1 year, 1 month ago
  28. 52e6a0f [tint][wgsl] Remove ast::Bitcast, use intrinsic definition instead. by Ben Clayton · 1 year, 1 month ago
  29. 86d1ad0 [tint][wgsl] Add bitcast entries to wgsl.def by Ben Clayton · 1 year, 1 month ago
  30. feb0033 [tint][intrinsics] Optimize overload matching. by Ben Clayton · 1 year, 1 month ago
  31. 17770f5 [tint][intrinsics] Add explicit template arguments by Ben Clayton · 1 year, 1 month ago
  32. ae328e6 Fix clang-tidy/checks/misc-include-cleaner warnings by David Neto · 1 year, 1 month ago
  33. 7deee42 [tint][intrinsics] Change intrinsic template syntax from <...> to [...] by Ben Clayton · 1 year, 1 month ago
  34. f6c20f1 [tint][intrinsics] Simplify intrinsic table by Ben Clayton · 1 year, 1 month ago
  35. 6d4b35a ClampFragDepth: switch params to a struct. by Stephen White · 1 year, 1 month ago
  36. a2ca09a Fix issue with break inside switch inside continuing. by dan sinclair · 1 year, 1 month ago
  37. 023f2ae [tint][core] Expose intrinsic::PrintOverload() by Ben Clayton · 1 year, 2 months ago
  38. 82d62aa [tint][wgsl] Expand ast::Function source to include whole function by Ben Clayton · 1 year, 2 months ago
  39. 7c8832a [tint][sem] Store OverloadInfo on BuiltinFn by Ben Clayton · 1 year, 2 months ago
  40. 51cf583 [tint][sem] Add more Declaration() methods by Ben Clayton · 1 year, 2 months ago
  41. 5a6b701 Add ClampFragDepth transform to GLSL writer. by Stephen White · 1 year, 2 months ago
  42. 1b00745 [tint][ir] Don't emit instructions with abstract types. by Ben Clayton · 1 year, 2 months ago
  43. 11bfdca [tint][spriv] Fix SampledImage::Equal() by Ben Clayton · 1 year, 2 months ago chromium/6294
  44. 9073b75 [tint][core] Remove abstracts and packedVec3() from core.def by Ben Clayton · 1 year, 2 months ago
  45. f639814 Implement a push constant helper class. by Stephen White · 1 year, 2 months ago
  46. f1dc9e3 [tint] Improve TINT_ASSERT_ALL_FIELDS_REFLECTED() by Ben Clayton · 1 year, 2 months ago
  47. 2f85bc7 [spirv-writer][ast] Polyfill f16 shader IO by James Price · 1 year, 2 months ago
  48. 7c14dba [spirv-writer][ast] Only use StorageInputOutput16 if needed by James Price · 1 year, 2 months ago
  49. e90702e [spirv-writer] Polyfill f16 shader IO by James Price · 1 year, 2 months ago
  50. 2c1743a [spirv-writer] Only use StorageInputOutput16 if needed by James Price · 1 year, 2 months ago
  51. 9ae3ff6 GLSL: run OFI if any stage uses firstInstance. by Stephen White · 1 year, 2 months ago
  52. ca9f386 GLSL: set integers to precision highp. by Stephen White · 1 year, 2 months ago
  53. c11e2ed Make OFI transform push_constant-friendly. by Stephen White · 1 year, 2 months ago
  54. 522d475 Update message when indexing a scalar. by dan sinclair · 1 year, 2 months ago
  55. b1a0544 [tint] Add vector overloads of subgroupBroadcast by James Price · 1 year, 2 months ago
  56. 12e659c [tint] Fix build by Ben Clayton · 1 year, 2 months ago
  57. 26a41b9 dawn: use binding information for HLSL interface by Antonio Maiorano · 1 year, 2 months ago
  58. 76aec25 [tint] Reduce all hash codes to 32 bits by Ben Clayton · 1 year, 2 months ago
  59. 4effffb [tint] Replace HashCode with TypeCode and TypeCodeSet by Ben Clayton · 1 year, 2 months ago
  60. 9dc42ad [tint][ast] Fix type <-> parameter shadowing issues. by Ben Clayton · 1 year, 2 months ago
  61. ec817fd [tint] Move 'pointer_composite_access' to kShippedWithKillswitch by Ben Clayton · 1 year, 2 months ago
  62. 1e1f488 [tint][utils] PascalCase tint::diag functions by Ben Clayton · 1 year, 2 months ago
  63. 1c5c266 GLSL: move the AddBlockAttribute transform before OffsetFirstIndex. by Stephen White · 1 year, 2 months ago
  64. 2555f18 [tint] Add TINT_ASSERT_ALL_FIELDS_REFLECTED() macro by Ben Clayton · 1 year, 2 months ago
  65. f83de0f [tint][ast] Fix DemoteToHelper with atomicCompareExchangeWeak() by Ben Clayton · 1 year, 2 months ago
  66. 6e45813 GLSL: fix bug with padded struct members. by Stephen White · 1 year, 2 months ago
  67. f8865ec [tint][wgsl] Improve 'cannot take address of' diagnostic by Ben Clayton · 1 year, 2 months ago
  68. dd852a7 [tint] Add f16 overload of subgroupBroadcast() by James Price · 1 year, 2 months ago
  69. 0f8c1ca Fix workgroup_storage_size computation by Gregg Tavares · 1 year, 2 months ago
  70. f703367 [tint][core] Remove dead code by Ben Clayton · 1 year, 2 months ago
  71. 7a27d6c [tint][utils] Reimplement Hashmap / Hashset. by Ben Clayton · 1 year, 2 months ago
  72. 3d49551 [tint][core] Fix tests by Ben Clayton · 1 year, 2 months ago
  73. daca556 [tint][resolver]: Require @blend_src on all or none of the IO by Corentin Wallez · 1 year, 2 months ago
  74. b57b92d Enable dp4a: set to shipped-with-kill-switch by David Neto · 1 year, 2 months ago
  75. eb5304c Fix missing member in reflection of tint::spirv::writer::Options by Corentin Wallez · 1 year, 2 months ago
  76. cc63696 [tint][wgsl] Replace size_t with uint32_t for IDs, Source. by Ben Clayton · 1 year, 2 months ago
  77. 144ebed tint/hlsl: widen scope of workaround of DXC bug with const structs/arrays by Antonio Maiorano · 1 year, 2 months ago
  78. 0880e06 Rename @index -> @blend_src by Corentin Wallez · 1 year, 2 months ago
  79. dfb4eb0 Add @blend_src as an alias for @index. by Corentin Wallez · 1 year, 2 months ago
  80. 31a1592 [tint][sem] Replace more uses of std::vector with tint::Vector by Ben Clayton · 1 year, 2 months ago
  81. 8be957f [tint] Replace std containers with Tint's containers in nodes by Ben Clayton · 1 year, 2 months ago
  82. 5ff42f8 [tint][core] Don't create throw-away StructMembers by Ben Clayton · 1 year, 2 months ago
  83. f9ffc45 [tint][resolver] Don't create throwaway sem::Parameters by Ben Clayton · 1 year, 2 months ago
  84. 80144d2 [tint][hlsl] Fix names of vector / matrix setter utils by Ben Clayton · 1 year, 2 months ago
  85. 6523539 [tint] Move unrestricted_pointer_paramters to kShippedWithKillswitch by Ben Clayton · 1 year, 2 months ago
  86. 4eeb0bd Implement push_constant-based firstIndex transform. by Stephen White · 1 year, 2 months ago
  87. c65ac40 [tint][wgsl] Consider builtin calls as part of ptr analysis by Ben Clayton · 1 year, 2 months ago
  88. 8683806 Move ClampFragDepth transform to WGSL transforms. by Stephen White · 1 year, 2 months ago
  89. c6ed507 [tint][wgsl] Use tint's containers for ptr analysis by Ben Clayton · 1 year, 2 months ago
  90. 02262d8 [tint][msl] Fix C++17 warning. by Ben Clayton · 1 year, 2 months ago
  91. 15d2710 Remove data returned from `TextureBuiltinFromUniform` transform. by dan sinclair · 1 year, 2 months ago
  92. c8fb20b [tint][msl] Fix doxygen warning / error by Ben Clayton · 1 year, 2 months ago
  93. f0057a5 Add inspector helper for texture information. by dan sinclair · 1 year, 2 months ago
  94. ffd485c [tint][msl] Replace volatile loop conditional with outer volatile conditional. by Ben Clayton · 1 year, 2 months ago
  95. 267845c [spirv-reader] Parse IO struct member decorations by James Price · 1 year, 2 months ago
  96. a3cad68 [spirv-reader] Parse Invariant decoration on var by James Price · 1 year, 2 months ago
  97. 3d63299 [spirv-reader] Parse user-defined IO decorations by James Price · 1 year, 2 months ago
  98. fe06847 [spirv-reader] Parse input/output builtins by James Price · 1 year, 2 months ago
  99. 9be037c [tint][msl]: Use a volatile bool to control loop preservation by Ben Clayton · 1 year, 2 months ago
  100. 9cfc80a [spirv-reader] Handle StorageBuffer storage class by James Price · 1 year, 2 months ago