1. aed92a6 [msl] Fix issue with module scoped private var and modf. by dan sinclair · 1 year, 2 months ago
  2. 6c33800 [tint][core] Remove implicit ctor / conv type overloads by Ben Clayton · 1 year, 2 months ago
  3. e435124 [tint][docs] Move .def documentation to a markdown file by Ben Clayton · 1 year, 2 months ago
  4. 52e6a0f [tint][wgsl] Remove ast::Bitcast, use intrinsic definition instead. by Ben Clayton · 1 year, 2 months ago
  5. 86d1ad0 [tint][wgsl] Add bitcast entries to wgsl.def by Ben Clayton · 1 year, 2 months ago
  6. feb0033 [tint][intrinsics] Optimize overload matching. by Ben Clayton · 1 year, 2 months ago
  7. 17770f5 [tint][intrinsics] Add explicit template arguments by Ben Clayton · 1 year, 2 months ago
  8. ae328e6 Fix clang-tidy/checks/misc-include-cleaner warnings by David Neto · 1 year, 2 months ago
  9. 7deee42 [tint][intrinsics] Change intrinsic template syntax from <...> to [...] by Ben Clayton · 1 year, 2 months ago
  10. f6c20f1 [tint][intrinsics] Simplify intrinsic table by Ben Clayton · 1 year, 2 months ago
  11. 6d4b35a ClampFragDepth: switch params to a struct. by Stephen White · 1 year, 2 months ago
  12. a2ca09a Fix issue with break inside switch inside continuing. by dan sinclair · 1 year, 2 months ago
  13. b87d657 [tint][utils] Add more comparison operators for Source::Location by Ben Clayton · 1 year, 3 months ago
  14. 023f2ae [tint][core] Expose intrinsic::PrintOverload() by Ben Clayton · 1 year, 3 months ago
  15. 82d62aa [tint][wgsl] Expand ast::Function source to include whole function by Ben Clayton · 1 year, 3 months ago
  16. 7c8832a [tint][sem] Store OverloadInfo on BuiltinFn by Ben Clayton · 1 year, 3 months ago
  17. 51cf583 [tint][sem] Add more Declaration() methods by Ben Clayton · 1 year, 3 months ago
  18. 5a6b701 Add ClampFragDepth transform to GLSL writer. by Stephen White · 1 year, 3 months ago
  19. 1b00745 [tint][ir] Don't emit instructions with abstract types. by Ben Clayton · 1 year, 3 months ago
  20. 11bfdca [tint][spriv] Fix SampledImage::Equal() by Ben Clayton · 1 year, 3 months ago chromium/6294
  21. 9073b75 [tint][core] Remove abstracts and packedVec3() from core.def by Ben Clayton · 1 year, 3 months ago
  22. f639814 Implement a push constant helper class. by Stephen White · 1 year, 3 months ago
  23. 0d6b9d1 [tint] Fix GCC error by Ben Clayton · 1 year, 3 months ago
  24. e44cbf9 [tint][utils] Add missing const to Slice equality operator by Ben Clayton · 1 year, 3 months ago
  25. f1dc9e3 [tint] Improve TINT_ASSERT_ALL_FIELDS_REFLECTED() by Ben Clayton · 1 year, 3 months ago
  26. 328ffe7 Revert "Add deprecated proxy methods." by dan sinclair · 1 year, 3 months ago
  27. e25ac2f [tint][utils] Add AlignedStorage by Ben Clayton · 1 year, 3 months ago
  28. 95cada1 [tint][exe] Add --use-storage-input-output-16 flag by James Price · 1 year, 3 months ago
  29. 2f85bc7 [spirv-writer][ast] Polyfill f16 shader IO by James Price · 1 year, 3 months ago
  30. 7c14dba [spirv-writer][ast] Only use StorageInputOutput16 if needed by James Price · 1 year, 3 months ago
  31. e90702e [spirv-writer] Polyfill f16 shader IO by James Price · 1 year, 3 months ago
  32. 2c1743a [spirv-writer] Only use StorageInputOutput16 if needed by James Price · 1 year, 3 months ago
  33. 9ae3ff6 GLSL: run OFI if any stage uses firstInstance. by Stephen White · 1 year, 3 months ago
  34. ca9f386 GLSL: set integers to precision highp. by Stephen White · 1 year, 3 months ago
  35. c11e2ed Make OFI transform push_constant-friendly. by Stephen White · 1 year, 3 months ago
  36. 522d475 Update message when indexing a scalar. by dan sinclair · 1 year, 3 months ago
  37. b1a0544 [tint] Add vector overloads of subgroupBroadcast by James Price · 1 year, 3 months ago
  38. bdc7e32 Add deprecated proxy methods. by dan sinclair · 1 year, 3 months ago
  39. 12e659c [tint] Fix build by Ben Clayton · 1 year, 3 months ago
  40. 26a41b9 dawn: use binding information for HLSL interface by Antonio Maiorano · 1 year, 3 months ago
  41. 76aec25 [tint] Reduce all hash codes to 32 bits by Ben Clayton · 1 year, 3 months ago
  42. 4effffb [tint] Replace HashCode with TypeCode and TypeCodeSet by Ben Clayton · 1 year, 3 months ago
  43. 9dc42ad [tint][ast] Fix type <-> parameter shadowing issues. by Ben Clayton · 1 year, 3 months ago
  44. ec817fd [tint] Move 'pointer_composite_access' to kShippedWithKillswitch by Ben Clayton · 1 year, 3 months ago
  45. 1e1f488 [tint][utils] PascalCase tint::diag functions by Ben Clayton · 1 year, 3 months ago
  46. 1c5c266 GLSL: move the AddBlockAttribute transform before OffsetFirstIndex. by Stephen White · 1 year, 3 months ago
  47. 2817c2b [tint][fuzz] Fix signature of LLVMFuzzerInitialize() by Ben Clayton · 1 year, 3 months ago
  48. 2555f18 [tint] Add TINT_ASSERT_ALL_FIELDS_REFLECTED() macro by Ben Clayton · 1 year, 3 months ago
  49. f83de0f [tint][ast] Fix DemoteToHelper with atomicCompareExchangeWeak() by Ben Clayton · 1 year, 3 months ago
  50. 6e45813 GLSL: fix bug with padded struct members. by Stephen White · 1 year, 3 months ago
  51. f8865ec [tint][wgsl] Improve 'cannot take address of' diagnostic by Ben Clayton · 1 year, 3 months ago
  52. dd852a7 [tint] Add f16 overload of subgroupBroadcast() by James Price · 1 year, 3 months ago
  53. 0f8c1ca Fix workgroup_storage_size computation by Gregg Tavares · 1 year, 3 months ago
  54. 01fa7c8 Various fixes for Win32 CTS coverage by Ben Clayton · 1 year, 3 months ago
  55. a0b1a22 [tint][utils] Replace std::unordered_map with Hashset in UniqueAllocator by Ben Clayton · 1 year, 3 months ago
  56. f703367 [tint][core] Remove dead code by Ben Clayton · 1 year, 3 months ago
  57. ce5c265 [tint][utils] Simplify pointer hashing by Ben Clayton · 1 year, 3 months ago
  58. 7a27d6c [tint][utils] Reimplement Hashmap / Hashset. by Ben Clayton · 1 year, 3 months ago
  59. 3d49551 [tint][core] Fix tests by Ben Clayton · 1 year, 3 months ago
  60. daca556 [tint][resolver]: Require @blend_src on all or none of the IO by Corentin Wallez · 1 year, 3 months ago
  61. b57b92d Enable dp4a: set to shipped-with-kill-switch by David Neto · 1 year, 3 months ago
  62. eb5304c Fix missing member in reflection of tint::spirv::writer::Options by Corentin Wallez · 1 year, 3 months ago
  63. 0a49383 [tint][utils] Optimize ScopeStack by Ben Clayton · 1 year, 3 months ago
  64. cc63696 [tint][wgsl] Replace size_t with uint32_t for IDs, Source. by Ben Clayton · 1 year, 3 months ago
  65. 144ebed tint/hlsl: widen scope of workaround of DXC bug with const structs/arrays by Antonio Maiorano · 1 year, 3 months ago
  66. 0880e06 Rename @index -> @blend_src by Corentin Wallez · 1 year, 3 months ago
  67. dfb4eb0 Add @blend_src as an alias for @index. by Corentin Wallez · 1 year, 3 months ago
  68. 31a1592 [tint][sem] Replace more uses of std::vector with tint::Vector by Ben Clayton · 1 year, 3 months ago
  69. 8be957f [tint] Replace std containers with Tint's containers in nodes by Ben Clayton · 1 year, 3 months ago
  70. 5ff42f8 [tint][core] Don't create throw-away StructMembers by Ben Clayton · 1 year, 3 months ago
  71. f9ffc45 [tint][resolver] Don't create throwaway sem::Parameters by Ben Clayton · 1 year, 3 months ago
  72. 10f1b6b [tint][utils] Fix Hashmap's small vector size by Ben Clayton · 1 year, 3 months ago
  73. 80144d2 [tint][hlsl] Fix names of vector / matrix setter utils by Ben Clayton · 1 year, 3 months ago
  74. 6523539 [tint] Move unrestricted_pointer_paramters to kShippedWithKillswitch by Ben Clayton · 1 year, 3 months ago
  75. 4eeb0bd Implement push_constant-based firstIndex transform. by Stephen White · 1 year, 3 months ago
  76. c65ac40 [tint][wgsl] Consider builtin calls as part of ptr analysis by Ben Clayton · 1 year, 3 months ago
  77. 8683806 Move ClampFragDepth transform to WGSL transforms. by Stephen White · 1 year, 3 months ago
  78. c6ed507 [tint][wgsl] Use tint's containers for ptr analysis by Ben Clayton · 1 year, 3 months ago
  79. 02262d8 [tint][msl] Fix C++17 warning. by Ben Clayton · 1 year, 3 months ago
  80. a840d51 Replace CMAKE_SOURCE_DIR with PROJECT_SOURCE_DIR by amirsojoodi · 1 year, 3 months ago
  81. 15d2710 Remove data returned from `TextureBuiltinFromUniform` transform. by dan sinclair · 1 year, 3 months ago
  82. c8fb20b [tint][msl] Fix doxygen warning / error by Ben Clayton · 1 year, 3 months ago
  83. f0057a5 Add inspector helper for texture information. by dan sinclair · 1 year, 3 months ago
  84. ffd485c [tint][msl] Replace volatile loop conditional with outer volatile conditional. by Ben Clayton · 1 year, 3 months ago
  85. 267845c [spirv-reader] Parse IO struct member decorations by James Price · 1 year, 3 months ago
  86. a3cad68 [spirv-reader] Parse Invariant decoration on var by James Price · 1 year, 3 months ago
  87. 3d63299 [spirv-reader] Parse user-defined IO decorations by James Price · 1 year, 3 months ago
  88. fe06847 [spirv-reader] Parse input/output builtins by James Price · 1 year, 3 months ago
  89. 9be037c [tint][msl]: Use a volatile bool to control loop preservation by Ben Clayton · 1 year, 3 months ago
  90. 9cfc80a [spirv-reader] Handle StorageBuffer storage class by James Price · 1 year, 3 months ago
  91. ea0fda3 [ast,msl]: packed_vec3: Unroll loop for small composite copy by David Neto · 1 year, 3 months ago
  92. 1a2543e [tint][cmd] Don't vary HLSL output based on validation mode by Ben Clayton · 1 year, 3 months ago
  93. 0e15f4a [spirv-reader] Handle OpCompositeExtract by James Price · 1 year, 3 months ago
  94. 383c991 [spirv-reader] Handle OpCompositeConstruct by James Price · 1 year, 3 months ago
  95. a158d51 spirv-reader: Fix invalid memory semantics in test by James Price · 1 year, 3 months ago
  96. 526e4b8 [spirv-reader] Handle pointer to vector component by James Price · 1 year, 3 months ago
  97. 03ecbbf [ir] Add vector-element-ptr validation capability by James Price · 1 year, 3 months ago
  98. bd27f9c [spirv-reader] Fix test helper failure returns by James Price · 1 year, 3 months ago
  99. 96b7fda [tint][ir][DirectVariableAccess] Preserve original fn names by Ben Clayton · 1 year, 3 months ago
  100. f468667 [tint][wgsl] Add unrestricted_pointer_parameters feature by Ben Clayton · 1 year, 3 months ago