1. 88e0d75 [tint][ir][fuzz] Disable building IR fuzzer when ASAN is enabled by Ryan Harrison · 9 months ago chromium/6539
  2. 9e9afae [hlsl] Fix incorrect HLSL test output by dan sinclair · 9 months ago
  3. deec9b0 [tint][ir][fuzz] Fix breakage of fuzz_cmd target for CMake by Ryan Harrison · 9 months ago
  4. 732e58c [hlsl] Add HLSL IR printer var/let tests by dan sinclair · 9 months ago
  5. fdcbf02 [ir] Add a templated `zero` helper. by dan sinclair · 9 months ago
  6. 58fc3f1 Disallow textureStore in vertex shader tests by Natalie Chouinard · 9 months ago
  7. 6e71f23 [msl] Add polyfill for textureNumSamples by James Price · 9 months ago
  8. 0368d97 [msl] Add polyfill for textureNumLayers by James Price · 9 months ago
  9. 3052b3c [msl] Add polyfill for textureSampleCompare by James Price · 9 months ago
  10. 14f0204 [ir] Strip all IO attributes in ShaderIO transform by James Price · 9 months ago
  11. 12f32d1 [hlsl] Add HLSL IR printer constant tests by dan sinclair · 9 months ago
  12. 57c1580 [ir] Fix IR dumping for disassembler rename by James Price · 9 months ago
  13. 7ef03f6 [msl] Add polyfill for textureNumLevels by James Price · 9 months ago
  14. 023be6f [msl] Add polyfill for textureSampleBias() by James Price · 9 months ago
  15. 2a08d5b2 [msl] Add polyfill for textureSampleLevel() by James Price · 9 months ago
  16. 9f4eff2 [msl] Fix undef struct constructor args by James Price · 9 months ago
  17. f9908d5 Manual roll vulkan-deps from 62eb765e42dd to 7d45b6d174eb (8 revisions) by Dawn Autoroller · 9 months ago
  18. d907aec [hlsl] Start flushing out some printer tests. by dan sinclair · 9 months ago chromium/6537
  19. ae30916 spirv-reader: fix call to textureDimensions when the result is unsigned by David Neto · 9 months ago
  20. f84480a Improve the error message on the invalid value type of `@blend_src` by Jiawei Shao · 9 months ago
  21. 833a193 [tint] Add --compat flag to Tint exe by James Price · 9 months ago
  22. 51f19e3 [compat] Move sample_{index,mask} validation to Tint by James Price · 9 months ago
  23. 3e277d2 [msl] Skip undef arguments in struct constructors by James Price · 9 months ago
  24. 514cba8 [msl] Polyfill unpack2x16float builtin by James Price · 9 months ago
  25. 48948c6 [hlsl] Stub out emitting lets and vars by dan sinclair · 9 months ago
  26. e837451 [hlsl] Start emitting types and constants. by dan sinclair · 9 months ago
  27. 8b73119 [tint] Remove clamping for textureStore by James Price · 9 months ago
  28. 45562e7 [msl] Emit `abs()` builtin by James Price · 9 months ago
  29. f4f5534 [msl] Add polyfill for textureStore() by James Price · 9 months ago
  30. 61de3b8 [msl] Add polyfill for textureLoad() by James Price · 9 months ago
  31. 7886ef1 Disallow using `@blend_src` on a non-struct fragment output by Jiawei Shao · 9 months ago
  32. e93ae12 Cleanup clang-tidy issues in src/tint/api by dan sinclair · 9 months ago
  33. 650bc3e Update name of the disassembler by dan sinclair · 9 months ago
  34. 316438f [msl] Emit read_write access for storage textures by James Price · 9 months ago
  35. 456cf28 [msl] Add polyfill for textureDimensions() by James Price · 9 months ago
  36. fd3a014 [msl] Add member function call validation tests by James Price · 9 months ago
  37. 54883c2 [msl] Handle textureSample builtins by James Price · 9 months ago
  38. 87eadbb [msl] Add MSL subclass of MemberBuiltinCall by James Price · 9 months ago
  39. c34ca5f [ir] Add base MemberBuiltinCall instruction class by James Price · 9 months ago
  40. 8a78093 [intrinsics] Consider @member_function in Lookup* by James Price · 9 months ago
  41. 53f9392 [intrinsics] Add @member_function attribute by James Price · 9 months ago
  42. ae3b015 [tint][ir][fuzz] Explictly depend on ir.proto in fuzz.proto by Ryan Harrison · 9 months ago
  43. 0012e8d [hlsl] Emit empty functions in HLSL IR. by dan sinclair · 9 months ago
  44. 0c27cf2 Enable building without the proto library. by dan sinclair · 9 months ago
  45. 22a5636 [hlsl] Stub out the HLSL IR backend. by dan sinclair · 9 months ago
  46. 62bad4d Remove ir_to_program include from MSL printer. by dan sinclair · 9 months ago
  47. b241a98 [msl] Run binding remapper if collisions are allowed. by dan sinclair · 9 months ago
  48. 43aeeb4 Move ir_program_test to program_to_ir folder. by dan sinclair · 9 months ago
  49. 90793bd Consume absl libraries as namespace targets by Jaswant Panchumarti · 9 months ago
  50. 55cfb43 [spirv] Fix use-after-move in Std140 transform by James Price · 9 months ago
  51. 025152c Verify `@blend_src` can only be used as fragment output by Jiawei Shao · 9 months ago
  52. a4431a7 [tint][ir][fuzz] Disable default corpus generation by Ryan Harrison · 9 months ago
  53. b1504b7 [ir] Set parent blocks in Switch::Clone() by James Price · 9 months ago chromium/6525
  54. c605142 [glsl] Fold TextureBuiltinsFromUniforms into GLSL bindings by dan sinclair · 9 months ago
  55. 260c1f0 [hlsl] Fold PixelLocal options into HLSL options by dan sinclair · 9 months ago
  56. 56f3149 [msl] Pass pixel local attachment information directly. by dan sinclair · 9 months ago
  57. 66b9b8c Fold the depth_range_offsets into the writer options. by dan sinclair · 9 months ago
  58. 085093d [msl] Use the output of FlattenBindings by James Price · 9 months ago
  59. cd5a5e9 Remove the Multiplanar and BindingRemapper API options by dan sinclair · 9 months ago
  60. cd4bf9a Remove WGSL extension `chromium_internal_dual_source_blending` by Jiawei Shao · 9 months ago
  61. 57e3d26 Tint: Rename the attribute `index` to `blend_src` by Jiawei Shao · 9 months ago
  62. b82c9da Tint: Require all the fragment outputs with `@blend_src` have same type by Jiawei Shao · 9 months ago
  63. 320ad46 [glsl] Update GLSL binding information. by dan sinclair · 9 months ago
  64. 5e1a2a0 [tint][ir] Land prototype fuzzer by Ben Clayton · 9 months ago
  65. b7ff90f Implement LoadResolveTexture in vulkan. by Le Hoang Quyen · 9 months ago
  66. fae957f [msl] Add polyfill for atomicCompareExchangeWeak by James Price · 9 months ago
  67. 0272fd2 [msl] Add support for most atomic builtins by James Price · 9 months ago
  68. 8527c13 [ir] Validate construct for structure types by James Price · 9 months ago
  69. 037b54b [ir] Fix ValueToLet for store-before-load by James Price · 9 months ago
  70. cdf75d7 Reject OOB index access that are being washed through a ref by Ryan Harrison · 9 months ago
  71. b5a904c [msl] Emit continuing inside a new block by James Price · 9 months ago chromium/6519
  72. 1aad86d [msl] Move RenameConflicts to core and use it by James Price · 9 months ago
  73. 99df2e6 Update some OWNERS files. by dan sinclair · 9 months ago
  74. 6a0c7b1 Run the code formatter. by dan sinclair · 9 months ago
  75. 8700be5 Convert std::endl to newlines. by dan sinclair · 9 months ago
  76. df0810d [tint][fuzz] Use renamer transform if running HLSL output through DXC by Ben Clayton · 9 months ago
  77. 38bef55 [ir] Fix consecutive calls in dependency scanner by James Price · 9 months ago
  78. 3aaa0a3 Roll partition_alloc and build dependencies. by Arthur Sonzogni · 9 months ago
  79. ca3c3f4 Update ir::builder includes. by dan sinclair · 9 months ago
  80. 1caf8c6 Cleanup some includes by dan sinclair · 9 months ago
  81. 2320e63 Add check for option to tint::glsl::writer::ASTFuzzer by Ryan Harrison · 9 months ago
  82. 9f0b65f Remove unused inferred template default parameter. by dan sinclair · 9 months ago
  83. 7eb5f8c [spirv] Fix terminator creation in MergeReturn by James Price · 9 months ago
  84. e93ab20 [tint][wgsl][fuzz] Add more to dictionary.txt by Ben Clayton · 9 months ago
  85. 1b0c895 [ir] Fix store target validation highlight by James Price · 9 months ago
  86. 77ac3f1 [ir] Add RemoveTerminatorArgs transform by James Price · 9 months ago
  87. 1ffa4e1 [tintd] Allow all extensions and features by James Price · 9 months ago
  88. 04e38e8 [tint][resolver] Mark all short-circuited RHS expressions as not-evaluated by Ben Clayton · 9 months ago
  89. dd89ce4 [glsl] Reorder GLSL transforms. by dan sinclair · 9 months ago
  90. f584797 [ir] Fix Disassembly::EmitOperandList() with count by James Price · 9 months ago
  91. d42ff16 [ir] Track BreakIf as a loop exit by James Price · 9 months ago
  92. a002503 [ir] Validate loop body with params has initializer by James Price · 9 months ago
  93. a7e91f5 [spirv] Do not add exit phi for loop initializer by James Price · 9 months ago
  94. 02cf911 [msl] Implement ShaderIO transform by James Price · 9 months ago
  95. c509bb3 [tint][ir][spirv] Deduplicate storage textures with different accesses by Ben Clayton · 9 months ago
  96. d82c5cb Tint: Add support for input_attachment_index in inspector. by Le Hoang Quyen · 9 months ago
  97. aefe7d2 OpenGLES: baseVertex, baseInstance workaround. by Stephen White · 9 months ago
  98. 548ee54 Add missing bits of build support for libprotobuf-mutator by Ryan Harrison · 9 months ago
  99. cc43f15 Tint: Add `dual_source_blending` as a valid WGSL extension by Jiawei Shao · 9 months ago
  100. d7dfc6c Tint: Add input attachments support to spirv AST printer. by Le Hoang Quyen · 9 months ago