1. aa77484 [tint][ir] Validate access pointer address space and access by Ben Clayton · 1 year, 2 months ago
  2. 59a2b247 [tint] Adjust default access control based on address space by Ben Clayton · 1 year, 2 months ago
  3. 7dd8d3e [tint][uniformity] Fix nested LValue expressions by James Price · 1 year, 2 months ago
  4. dd81723 Tint/HLSL: Support Shader Model 6.6 Pack/Unpack intrinsics by Jiawei Shao · 1 year, 2 months ago
  5. 08d9279 tint: add syntax sugar for dereferencing pointers by Antonio Maiorano · 1 year, 2 months ago
  6. 87a211c [ir] Validate load instructions by James Price · 1 year, 2 months ago
  7. 5221992 Tint: Support setting HLSL shader model in tint.exe by Jiawei Shao · 1 year, 2 months ago
  8. b32f9ca [tint][wgsl] Simplify IRToProgramTest by Ben Clayton · 1 year, 2 months ago
  9. d56afc4 Remove materialize from core defs. by dan sinclair · 1 year, 2 months ago
  10. a343074 [tint][ir] Validate user call arguments by Ben Clayton · 1 year, 2 months ago
  11. becf253 [tint] Improve unit test failure output. by Ben Clayton · 1 year, 2 months ago
  12. 9887c6e [tint][ir] Validate store target type by Ben Clayton · 1 year, 2 months ago
  13. fa41628 [spirv-reader] Handle UBO variable decorations by James Price · 1 year, 2 months ago
  14. 2e2bf7b [spirv-reader] Handle Op{AccessChain,Load,Store} by James Price · 1 year, 2 months ago
  15. bd9da03 [spirv-reader] Add Emit() and AddValue() helpers by James Price · 1 year, 2 months ago
  16. df41dad Add new SPIRV AST fuzzer. by dan sinclair · 1 year, 2 months ago
  17. 41cdde7 [tint][lang] Standardise lower / raise namespaces by Ben Clayton · 1 year, 2 months ago
  18. 31295c4 Add new GLSL fuzzer by dan sinclair · 1 year, 2 months ago
  19. 91c5d6a Add new HLSL fuzzer by dan sinclair · 1 year, 2 months ago
  20. 2fe1f26 Add reflection for Access enum. by dan sinclair · 1 year, 2 months ago
  21. 8a000ce [ir]: polyfill dot4I8Packed, dot4UPacked when needed by David Neto · 1 year, 2 months ago chromium/6238 chromium/6238_3 chromium/6239
  22. 514a18a [tint][ir] Use intrinsic table for binary ops. by Ben Clayton · 1 year, 2 months ago
  23. fa72454 Add new MSL fuzzer by dan sinclair · 1 year, 2 months ago
  24. 53edc77 dp4a: fix Tint IR polyfills for unpack4x[IU]8 by David Neto · 1 year, 2 months ago
  25. 1dc3457 [tint][ir] Add an IR binary roundtrip fuzzer by Ben Clayton · 1 year, 2 months ago
  26. b865a1e [tint][ir] Use intrinsic table for unary ops. by Ben Clayton · 1 year, 2 months ago
  27. 825f626 Add toggle to disable Tint polyfills on integer division and modulo by Jiawei Shao · 1 year, 2 months ago
  28. c58a889 [spirv-reader] Handle Uniform storage class by James Price · 1 year, 2 months ago
  29. 447fb8d [spirv-reader] Emit struct types and constants by James Price · 1 year, 2 months ago
  30. a938b66 [spirv-reader] Handle array types and constants by James Price · 1 year, 2 months ago
  31. 71c7de7 [spirv-reader] Handle matrix types and constants by James Price · 1 year, 2 months ago
  32. c031d59 [spirv-reader] Handle vector types and constants by James Price · 1 year, 2 months ago
  33. cf05e92 [tint] intrinsic table: use Result failures by Ben Clayton · 1 year, 2 months ago
  34. 066a05a [tint] Add intrinsic table support for unary * and & by Ben Clayton · 1 year, 2 months ago
  35. 0a40886 Tint: implement pack4x{U|I}8Clamp and unpack4x{U|I}8 by Jiawei Shao · 1 year, 2 months ago chromium/6229
  36. 4b452dc [tint][core] Remove UnwrapRef() calls from intrinsic::Table. by Ben Clayton · 1 year, 2 months ago
  37. b91578a Fixup remapped binding group for MSL options. by dan sinclair · 1 year, 2 months ago
  38. 6b718aa2 [tint][ir] Fix unittests that used invalid binary-ops by Ben Clayton · 1 year, 2 months ago
  39. 5ae7a13 [tint][ir] Rename shiftl -> shl, shiftr -> shr by Ben Clayton · 1 year, 2 months ago
  40. ffefb48 [tint][core] Add MemoryView type by Ben Clayton · 1 year, 2 months ago
  41. 10c56f6 [tint][ir] Serialize DepthMultisampleTexture types by Ben Clayton · 1 year, 2 months ago
  42. a35b8d4 [tint][ir] Serialize Unreachable instruction by Ben Clayton · 1 year, 2 months ago
  43. 4c87ddf [tint][ir] Serialize MultisampledTexture types by Ben Clayton · 1 year, 2 months ago
  44. fc24576 [tint][ir] Serialize Bitcast instructions by Ben Clayton · 1 year, 2 months ago
  45. 07177d5 [tint][ir] Serialize ExternalTexture by Ben Clayton · 1 year, 2 months ago
  46. 7f41293 [tint][ir] Serialize more function return attributes by Ben Clayton · 1 year, 2 months ago
  47. 3b0e5df [tint][ir] Remove Function::ReturnBuiltin, use core::BuiltinValue by Ben Clayton · 1 year, 2 months ago
  48. e8b7b02 [tint][ir] Serialize function parameter attributes by Ben Clayton · 1 year, 2 months ago
  49. 8c94116 Move new WGSL AST fuzzer. by dan sinclair · 1 year, 2 months ago
  50. f7c844b msl: Explain side-effect annotation in preserved loops by David Neto · 1 year, 2 months ago
  51. a011704 [tint][ir] Remove FunctionParam::Builtin, use core::BuiltinValue by Ben Clayton · 1 year, 2 months ago
  52. c9115e1 [tint][type] Fix runtime-sized array implicit stride by Ben Clayton · 1 year, 2 months ago
  53. 89274f7 [tint][utils] Remove boolean operators from Result by Ben Clayton · 1 year, 2 months ago
  54. 26dc5f6 msl ast_writer: Prevent emitted loops from erasure during optimizations by David Neto · 1 year, 2 months ago
  55. 2be279e Fix the comparator used to sort output attributes by David Neto · 1 year, 2 months ago
  56. ece88f7 spir-v ast writer: Fix order of dpdx and dpdy operands by David Neto · 1 year, 2 months ago
  57. 34eee4e [hlsl] Invert 'w' component of fragment position by James Price · 1 year, 2 months ago
  58. 85b77e0 Tint: implement the polyfill of pack4x{U|I}8 with dot products by Jiawei Shao · 1 year, 2 months ago
  59. 692b15b [tint] Fix nested texture-sampler pair collection by James Price · 1 year, 2 months ago
  60. 47ae7fc [glsl] Match parameter order in CombineSamplers by James Price · 1 year, 2 months ago
  61. c8ca47f Implement pack4xI8 and pack4xU8 by Jiawei Shao · 1 year, 2 months ago
  62. fa12b64 [spirv-reader] Emit module-scope private variables by James Price · 1 year, 2 months ago
  63. 6fcd2db [spirv-reader] Handle OpConstantNull by James Price · 1 year, 2 months ago
  64. 44fd934 [spirv-reader] Emit function-scope variables by James Price · 1 year, 2 months ago
  65. 09b618c [spirv-reader] Handle vertex shader declarations by James Price · 1 year, 2 months ago
  66. 507a650 [spirv-reader] Handle fragment shader declarations by James Price · 1 year, 2 months ago
  67. ceb2cd5 [spirv-reader] Handle float types and constants by James Price · 1 year, 2 months ago
  68. 3699f65 [spirv-reader] Handle integer types and constants by James Price · 1 year, 2 months ago
  69. 2d70c1d [spirv-reader] Implement OpReturnValue by James Price · 1 year, 2 months ago
  70. 884af6b [spirv-reader] Emit function parameters by James Price · 1 year, 2 months ago
  71. 9c54476 [ir] Fix cloning of variable initializers by James Price · 1 year, 3 months ago
  72. 3bb3c53 Canonicalize index-ordering of entry point attributes by David Neto · 1 year, 3 months ago
  73. 0044a0e Generate texture builtin cases in a fixed order by David Neto · 1 year, 3 months ago chromium/6188
  74. ae7600a [tint][ir] Serialize StorageTexture types by Ben Clayton · 1 year, 3 months ago
  75. 60c6716 [msl] Fix default interpolation sampling by James Price · 1 year, 3 months ago
  76. 615eeaa [tint][ir] Serialize SampledTexture types and fn return location by Ben Clayton · 1 year, 3 months ago
  77. 66926dc [spirv-reader] Emit basic function calls by James Price · 1 year, 3 months ago
  78. 230cd69 [spirv-reader] Handle entry point declarations for GLCompute by James Price · 1 year, 3 months ago
  79. 8eae7c0 [spirv-reader] Start emitting functions by James Price · 1 year, 3 months ago
  80. d0dadce [spirv-reader] Add PIMPL parser sources by James Price · 1 year, 3 months ago
  81. 383f462 Compat: Fix UBO/SSBO naming issue with explicit remapping by Shrek Shao · 1 year, 3 months ago
  82. ea47ccd Remove Renamer in glsl ast_printer by Shrek Shao · 1 year, 3 months ago
  83. c704dd5 [tint][ir] Serialize structs first by Ben Clayton · 1 year, 3 months ago chromium/6183
  84. 7267e7e [tint][ir] Serialize Sampler types by Ben Clayton · 1 year, 3 months ago
  85. 97300d2 [tint][ir] Serialize runtime sized arrays by Ben Clayton · 1 year, 3 months ago
  86. 8004588 [tint][ir] Serialize DepthTexture types by Ben Clayton · 1 year, 3 months ago
  87. 988ce82 [tint][ir] Serialize Loop instructions by Ben Clayton · 1 year, 3 months ago
  88. f8db1ec [tint][ir] Serialize Switch instructions by Ben Clayton · 1 year, 3 months ago
  89. 033f24e [ir] Handle entry point attributes for IR->WGSL by James Price · 1 year, 3 months ago
  90. 109e648 Support const expression with dot4{I|U}8Packed by Jiawei Shao · 1 year, 3 months ago chromium/6182
  91. 0f64392 Tint/MSL: Fix translation of dot4{I|U}8Packed by Jiawei Shao · 1 year, 3 months ago
  92. cbd7bc5 [tint][ir] Serialize If instructions by Ben Clayton · 1 year, 3 months ago
  93. 65d0b6d [tint][ir] Serialize Atomics by Ben Clayton · 1 year, 3 months ago
  94. abd95ba [tint][ir] Serialize Convert instructions by Ben Clayton · 1 year, 3 months ago
  95. fb728a3 [wgsl-writer] Add ProgramOptions for IR->AST by James Price · 1 year, 3 months ago
  96. 2735fb1 [spirv-reader] Add entry point for IR parser by James Price · 1 year, 3 months ago
  97. cdcbe83 [tint][ir] Serialize CoreBuiltinCall instruction by Ben Clayton · 1 year, 3 months ago
  98. c027f09 [tint][ir] Serialize struct types by Ben Clayton · 1 year, 3 months ago
  99. b725dae [tint][ir] Rename type proto messages by Ben Clayton · 1 year, 3 months ago
  100. 84d1d55 undef CHECK before defining it locally by David Neto · 1 year, 3 months ago