1. ca3c3f4 Update ir::builder includes. by dan sinclair · 10 months ago
  2. 9f0b65f Remove unused inferred template default parameter. by dan sinclair · 10 months ago
  3. 1b0c895 [ir] Fix store target validation highlight by James Price · 10 months ago
  4. 77ac3f1 [ir] Add RemoveTerminatorArgs transform by James Price · 10 months ago
  5. 04e38e8 [tint][resolver] Mark all short-circuited RHS expressions as not-evaluated by Ben Clayton · 10 months ago
  6. f584797 [ir] Fix Disassembly::EmitOperandList() with count by James Price · 10 months ago
  7. d42ff16 [ir] Track BreakIf as a loop exit by James Price · 10 months ago
  8. a002503 [ir] Validate loop body with params has initializer by James Price · 10 months ago
  9. 02cf911 [msl] Implement ShaderIO transform by James Price · 10 months ago
  10. d7dfc6c Tint: Add input attachments support to spirv AST printer. by Le Hoang Quyen · 10 months ago
  11. c224131 Tint: Add inputAttachmentLoad to core.def, wgsl.def, IR by Le Hoang Quyen · 10 months ago
  12. 0be0f1b Fix misc-include-cleaner warnings from clang-tidy by David Neto · 10 months ago
  13. d8bde2c [tint][ir] Validate compute entry point has workgroup_size by Ben Clayton · 10 months ago
  14. 4670220 [ir] Remove abstract types from disassembler by James Price · 10 months ago
  15. 9b0b500 [tint][ir] Fix unused variable warnings by Ben Clayton · 10 months ago
  16. dff1707 [tint][ir] Use Operand() instead of indexing operands_ directly by Ben Clayton · 10 months ago
  17. b2c400b [tint] Do not use AInt for attribute arguments by James Price · 10 months ago
  18. 01ef49d [tint][ir] Add error handling to the binary decoder by Ben Clayton · 10 months ago
  19. 98ee9df [tint][ir] Fix unit test expected output by Ben Clayton · 10 months ago
  20. 5fc8c9e [ir] Add FunctionParam::SetType() by James Price · 10 months ago
  21. 1b0266e [tint][ir] Add Decode() overload that takes a protobuf structure by Ben Clayton · 10 months ago
  22. efa2c60 [tint][type] Move private validity checks to static member functions by Ben Clayton · 10 months ago
  23. f403412 [tint] Add constant::Invalid by Ben Clayton · 10 months ago
  24. a6788bd [tint][core] Test that OOB Splat::Index() returns nullptr by Ben Clayton · 10 months ago
  25. e4e4613 Tint: Add input_attachment as builtin type. by Le Hoang Quyen · 10 months ago
  26. 59eb7f3 Tint: Add input_attachment_index attribute class and def in core.def by Le Hoang Quyen · 10 months ago
  27. 81da611 Make textureDimensions(texture_external) use the visible size. by Corentin Wallez · 10 months ago
  28. 4e043e9 [msl] Add ArrayLengthFromUniform transform by James Price · 10 months ago
  29. 6cbdd1d [ir] Track the index of a function parameter by James Price · 10 months ago
  30. 9af2b6f Tint: add InputAttachment type class & definition in wgsl.def. by Le Hoang Quyen · 10 months ago
  31. 7e9f1a6 [tint][ir] Wrap SymbolTable and type::Manager once by Ben Clayton · 10 months ago
  32. 7603051 [tint][core] Assert that Splat and Composite type matches values by Ben Clayton · 10 months ago
  33. fb7ee3d [tint][core] Splat: Infer count from type by Ben Clayton · 10 months ago
  34. 48360ea [tint][ir] Use CheckOperandsMatchTarget() for exit instructions by Ben Clayton · 10 months ago
  35. 6654d1f [tint][ir] Validate next_iteration value types match body block parameters by Ben Clayton · 10 months ago
  36. fac459a [tint][ir] Validate continue value types match continuing block parameters by Ben Clayton · 10 months ago
  37. c951b86 [tint][ir] Validate break_if value types match body block parameters / loop results by Ben Clayton · 10 months ago
  38. f46acc5 [tint][ir] Move terminator validation to CheckTerminator() by Ben Clayton · 10 months ago
  39. 61d4d88 Rework the ExternalTexture computations slightly for clarity. by Corentin Wallez · 10 months ago chromium/6486
  40. 73f5495 [msl] Add ModuleScopeVars transform by James Price · 10 months ago
  41. 47d4869 [ir] Add non-const DependencyOrderedFunctions() by James Price · 10 months ago
  42. 724dd78 tint: Add generating IR protobufs to CLI by Ryan Harrison · 10 months ago chromium/6484
  43. 230657c [ir] Allow access to extract pointers from structs by James Price · 10 months ago
  44. 35944ab [ir] Add Module::DependencyOrderedFunctions() by James Price · 11 months ago
  45. 12f92c5 [tint][ir] Split BreakIf arguments into two lists by Ben Clayton · 11 months ago
  46. cabf622 [tint][ir] Validate NextIteration instructions by Ben Clayton · 11 months ago
  47. 7b35ff1 [tint][ir] Validate continue statements by Ben Clayton · 11 months ago
  48. fc36dcf [tint][ir] Fix UAF in validator by Ben Clayton · 11 months ago
  49. 0a60d52 [tint][ir] Stylize more validator diagnostics by Ben Clayton · 11 months ago chromium/6470
  50. a655053 [tint] Use EXPECT_DEATH_IF_SUPPORTED() by Ben Clayton · 11 months ago
  51. 590110e [tint][ir] Fix Std140 transform for arrays of matrices by Ben Clayton · 11 months ago
  52. a5ded40 [ir] Add ReferencedModuleVars helper by James Price · 11 months ago
  53. c25a748 [ir] Add Instruction::DetachResult() helper by James Price · 11 months ago
  54. 7cdaffe [tint][ice] Make the InternalCompilerErrors abort by Ben Clayton · 11 months ago
  55. de601a8 [ir] Add Function::AppendParam() helper by James Price · 11 months ago
  56. d3bebe6c Support Coord Transformation for TextureLoadExternal() by Yan,Shaobo · 11 months ago chromium/6463
  57. 2ee4546 [ir] Fix TINT_DUMP_IR_WHEN_VALIDATING by James Price · 11 months ago
  58. 415bd73 [tint][diagnostics] Remove System enum by Ben Clayton · 11 months ago
  59. 2f84301 [tint][ir] Set the File on Disassembly's Sources by Ben Clayton · 11 months ago chromium/6454 chromium/6455
  60. 3aebf9e [tint][ir] Validate value scoping by Ben Clayton · 11 months ago
  61. 833b892 [tint][ir] Validate blocks without using recursion by Ben Clayton · 11 months ago
  62. 9d2a27a [tint][ir] Don't use capitalized diagnostic messages by Ben Clayton · 11 months ago
  63. 35db5b5 [tint][ir] Have the Validator use the Disassembly::NameOf() by Ben Clayton · 11 months ago
  64. aaeb83a [tint][ir] Refactor the Disassembler, rename to Disassembly by Ben Clayton · 11 months ago
  65. 9ae003a [ir] Remove unused worklist by James Price · 11 months ago
  66. 425cb42 [tint][ir] Use styled text in validation errors by Ben Clayton · 11 months ago
  67. ffe26ba [tint][ir] Colorize the IR disassembly by Ben Clayton · 11 months ago
  68. ee717dd [tint][ir] Have the Disassembler use a StyledText by Ben Clayton · 11 months ago
  69. 4fe7b11 [ir] Make branch targets comments in disassembly by James Price · 11 months ago
  70. 7710e30 [ir] Change disassembled block names to $Bn by James Price · 11 months ago
  71. 10600c0 [ir] Remove ` -> %b*` from function disassembly by James Price · 11 months ago
  72. d07a200 [spirv] Fix dynamic indexes into constant arrays by James Price · 11 months ago
  73. 4f491bf [ir] Validate block parameters by James Price · 11 months ago
  74. 750f71d [tint][ir] Track owning block in BlockParam by James Price · 11 months ago
  75. e5380b7 [ir] Validate function parameters by James Price · 11 months ago
  76. 21517e4 [ir] Add source map for a function and its params by James Price · 11 months ago
  77. e5fff22 [tint][ir] Track owning Function in FunctionParam by James Price · 11 months ago
  78. f7c7b93 [tint][ir] Ensure all enumerators are serialized by Ben Clayton · 11 months ago
  79. fe59714 [tint][fuzz][ir] Add ValueToLet fuzzer by Ben Clayton · 11 months ago
  80. 12680c4 [tint][fuzz][ir] Add ZeroInitWorkgroupMemory fuzzer by Ben Clayton · 11 months ago
  81. 3a4e074 [tint][fuzz][ir] Add VectorizeScalarMatrixConstructors fuzzer by Ben Clayton · 11 months ago
  82. 28afc12 [tint][fuzz][ir] Add Std140 fuzzer by Ben Clayton · 11 months ago
  83. 4241ea2 [tint][fuzz][ir] Add Robustness fuzzer by Ben Clayton · 11 months ago
  84. 13798bc [tint][fuzz][ir] Add PreservePadding fuzzer by Ben Clayton · 11 months ago
  85. c132ccd [tint][fuzz][ir] Add MultiplanarExternalTexture fuzzer by Ben Clayton · 11 months ago
  86. a1025ff [tint][fuzz][ir] Add DirectVariableAccess fuzzer by Ben Clayton · 11 months ago
  87. 4ae0648 [tint][fuzz][ir] Add DemoteToHelper fuzzer by Ben Clayton · 11 months ago
  88. 7fa78c5 [tint][fuzz][ir] Add ConversionPolyfill fuzzer by Ben Clayton · 11 months ago
  89. 2189ab2 [tint][fuzz][ir] Add CombineAccessInstructions fuzzer by Ben Clayton · 11 months ago
  90. cb9ccf8 [tint][fuzz][ir] Add BuiltinPolyfill fuzzer by Ben Clayton · 11 months ago chromium/6437
  91. f792ce6 [tint][fuzz][ir] Add BlockDecoratedStructs fuzzer by Ben Clayton · 11 months ago
  92. c96f818 [tint][fuzz][ir] Add BindingRemapper fuzzer by Ben Clayton · 11 months ago
  93. 3e18d6a [tint][fuzz][ir] Add BinaryPolyfill fuzzer by Ben Clayton · 11 months ago
  94. b5045a6 [tint][fuzz][ir] Add Bgra8UnormPolyfill fuzzer by Ben Clayton · 11 months ago
  95. 8801bee [tint][fuzz][ir] Add AddEmptyEntryPoint fuzzer by Ben Clayton · 11 months ago
  96. e9ab1b6 [tint] Remove TODO(bclayton) by Ben Clayton · 11 months ago
  97. 4c7b09f [tint][ir] Use the FilteredIterator to avoid dead instructions by Ben Clayton · 12 months ago chromium/6402
  98. 95cd216 [tint][wgsl] Polish struct address space diagnostic messages by Ben Clayton · 12 months ago
  99. 7711bfc [tint][ir] Add Capability::kAllowRefTypes by Ben Clayton · 12 months ago
  100. 120ca8e [tint][wgsl] Pull ptr/ref handling out to raise transform by Ben Clayton · 12 months ago