1. 650cb61 [ir][spirv-writer] Implement DP4A builtins by James Price · 1 year, 6 months ago
  2. 8cd1f0a [fuzzers] Add more builtins to dictionary.txt by James Price · 1 year, 6 months ago
  3. 6ab748f gn/dxc/BUILD.gn: Support llvm_triple/arch for more cross compilation. by Corentin Wallez · 1 year, 6 months ago
  4. a1de3cc [tint][ir] Add DirectVariableAccess IR transform by Ben Clayton · 1 year, 6 months ago chromium/6033 chromium/6034 chromium/6035
  5. f319cdf [tint][intrinsic] Add 'Table' and 'Dialect' types by Ben Clayton · 1 year, 6 months ago
  6. 7309db4 [ir] Add builtin polyfill for integer clamp by James Price · 1 year, 6 months ago
  7. 48309b6 [ir] Add polyfill for clamping insertBits args by James Price · 1 year, 6 months ago
  8. a9c100c Roll vulkan-deps from acfd7620063a to 250d0ebaea5e (3 revisions) by dawn-autoroll · 1 year, 6 months ago
  9. 064766e [tint][cmake] Use '-fstandalone-debug' clang flag by Ben Clayton · 1 year, 6 months ago
  10. ce8faa7 [tint][ir] Call wgsl Lower() and Raise() where needed by Ben Clayton · 1 year, 6 months ago
  11. d88aa22 [tint][resolver] Use WGSL intrinsic tables by Ben Clayton · 1 year, 6 months ago
  12. b8150b7 Roll ANGLE from 6b0ddce01924 to c9955641bcc2 (1 revision) by Dawn Autoroller · 1 year, 6 months ago
  13. 1e85fef Fix sampling from an external GL texture. by Stephen White · 1 year, 6 months ago
  14. 5812d4d Add temporary timestamp queries CTS failures by François Beaufort · 1 year, 6 months ago
  15. 1521550 Remove allow_collisions from binding remapper options. by dan sinclair · 1 year, 6 months ago
  16. 0b44843 Roll DirectX Shader Compiler from cb6a65415f30 to 755d111ccdfb (1 revision) by Dawn Autoroller · 1 year, 6 months ago
  17. 9860d3d [tint][ir] Add Traverse() helper by Ben Clayton · 1 year, 6 months ago
  18. 23a6cff [tint][ir] Add Sequenced flag to lang::*::ir::BuiltinCall by Ben Clayton · 1 year, 6 months ago
  19. e1f65a7 [tint][ir] Fixes for instruction cloning. by Ben Clayton · 1 year, 6 months ago
  20. fc75496 [tint][ir-to-program] Enable full-ptr-param extension when needed by Ben Clayton · 1 year, 6 months ago
  21. 3cbffe5 [tint] Add Vector::EraseIf() by Ben Clayton · 1 year, 6 months ago
  22. 4d51763 [tint] Remove incorrectly namespaced forward declarations by Ben Clayton · 1 year, 6 months ago
  23. 550366a Roll vulkan-deps from 523a171d83b1 to acfd7620063a (8 revisions) by dawn-autoroll · 1 year, 6 months ago chromium/6032
  24. 51d3141 [ir] Add polyfill for clamping extractBits args by James Price · 1 year, 6 months ago
  25. b133c64 [ir] Make root block always exist by dan sinclair · 1 year, 6 months ago
  26. 6b61882 Roll ANGLE from 29d0fe5143aa to 6b0ddce01924 (4 revisions) by Dawn Autoroller · 1 year, 6 months ago
  27. 145436e Revert "Reland "[DawnLPM] Enable dawn lpm for use_libfuzzer builds"" by Brendon Tiszka · 1 year, 6 months ago
  28. 1d76252 Remove `access_controls` from generic remapper options. by dan sinclair · 1 year, 6 months ago
  29. 58e893f Don't call EnumeratePhysicalDevices with count = 0 by Brandon Jones · 1 year, 6 months ago
  30. c370bfb Roll third_party/webgpu-cts/ 03819a515..be1210e14 (39 commits) by Ben Clayton · 1 year, 6 months ago
  31. 555b91a Reland "[DawnLPM] Enable dawn lpm for use_libfuzzer builds" by Brendon Tiszka · 1 year, 6 months ago
  32. 4708690 Metal: don't call queue->Destroy as it is done in the frontend. by Corentin Wallez · 1 year, 6 months ago
  33. 707a572 [ir] Add ZeroInitWorkgroupMemory transform by James Price · 1 year, 6 months ago
  34. 244cac9 Reorder options structures. by dan sinclair · 1 year, 6 months ago
  35. 16ce253 OpenGL: fix multiplanar external textures. by Stephen White · 1 year, 6 months ago
  36. 243017b Update Tint GLSL expected results. by Stephen White · 1 year, 6 months ago
  37. d0dfa74 [tint][ir] Add more validation by Ben Clayton · 1 year, 6 months ago
  38. 5021631 [tint][ir] Make type construction and conversion unsequenced by Ben Clayton · 1 year, 6 months ago
  39. dfc815c [tint] Fork core builtin functions from core -> WGSL by Ben Clayton · 1 year, 6 months ago
  40. 317bec9 Roll DirectX Shader Compiler from fc05f492546e to cb6a65415f30 (1 revision) by Dawn Autoroller · 1 year, 6 months ago
  41. 45a8dab dawn: add dawn::Platform hook for querying feature flags by Antonio Maiorano · 1 year, 6 months ago
  42. dc5ac88 [tools][cts] Substantial roller changes by Ben Clayton · 1 year, 6 months ago chromium/6031
  43. c511ffb dawn: Add install command to CMakeLists files by munoza · 1 year, 6 months ago
  44. eb44794 [tint][ir] Remove BuiltinCall::IntrinsicName() by Ben Clayton · 1 year, 6 months ago
  45. 30c31a9 [tint][ir] Pass ir::Module by reference, not pointer by Ben Clayton · 1 year, 6 months ago
  46. 16fb254 [tint] Add a diag::List to tint::Failure by Ben Clayton · 1 year, 6 months ago
  47. 0bc9de8 Roll vulkan-deps from 1a25722cff7e to 523a171d83b1 (1 revision) by dawn-autoroll · 1 year, 6 months ago
  48. da716c2 Roll ANGLE from 9fc3baf5a19f to 29d0fe5143aa (1 revision) by Dawn Autoroller · 1 year, 6 months ago
  49. 93a8ee2 [DawnLPM] Fail when reaching ObjectHandle limits by Brendon Tiszka · 1 year, 6 months ago
  50. 8bf090f [WGPUFuture] Use map over unordered_map for JS event ordering. by Loko Kung · 1 year, 6 months ago chromium/6028 chromium/6029 chromium/6030
  51. 0c20d02 Roll vulkan-deps from def8f10c9f91 to 1a25722cff7e (1 revision) by dawn-autoroll · 1 year, 6 months ago
  52. 8d13d3e Roll DirectX Shader Compiler from 1a4a01b3680c to fc05f492546e (1 revision) by Dawn Autoroller · 1 year, 6 months ago
  53. 6303758 Roll ANGLE from 141bada9e12b to 9fc3baf5a19f (1 revision) by Dawn Autoroller · 1 year, 6 months ago chromium/6027
  54. 8cc7ee8 Roll vulkan-deps from 8ab53965702e to def8f10c9f91 (9 revisions) by dawn-autoroll · 1 year, 6 months ago
  55. 6fbc408 [WGPUFuture] Make the wire return a bool when tracking events. by Loko Kung · 1 year, 6 months ago chromium/6026
  56. 6e78aeb Roll DirectX Shader Compiler from 370a89c9dd15 to 1a4a01b3680c (2 revisions) by Dawn Autoroller · 1 year, 6 months ago
  57. 524d8fc [WGPUFuture] Always return a future, and use enum instead of bitmask. by Loko Kung · 1 year, 6 months ago
  58. 6fdd650 Roll ANGLE from 7b1b8a0161cc to 141bada9e12b (3 revisions) by Dawn Autoroller · 1 year, 6 months ago
  59. 87b5e66 Roll third_party/angle/ ffd6ec26a..7b1b8a016 (46 commits) by James Price · 1 year, 6 months ago
  60. 0fe9e44 Switch from Vulkan-Tools to Vulkan-Utility-Libraries by James Price · 1 year, 6 months ago
  61. 74eb409 Roll vulkan-deps from dfa558fbb39e to 8ab53965702e (2 revisions) by dawn-autoroll · 1 year, 6 months ago
  62. ab91b3d Move GL to use BindingRemapperOptions by dan sinclair · 1 year, 6 months ago chromium/6025
  63. 27324dd Roll reclient to 0.114.2.81e819b by Yuly Novikov · 1 year, 6 months ago
  64. 506fb55 [tint] Remove unnecessary calls to diag::List::str() by Ben Clayton · 1 year, 6 months ago
  65. f8d6000 dawn.node: copy .js files to the right target dir and improve doc for Windows by Antonio Maiorano · 1 year, 6 months ago
  66. 73611a1 Roll DirectX Shader Compiler from 8c201e0bdbcb to 370a89c9dd15 (1 revision) by Dawn Autoroller · 1 year, 6 months ago
  67. d9e85e9 Manual roll vulkan-deps from 888b081efffa to dfa558fbb39e (27 revisions) by dawn-autoroll · 1 year, 6 months ago
  68. f50ae68 [tint] Replace ASSERT_TRUE() in lambda with ADD_FAILURE by Ben Clayton · 1 year, 6 months ago
  69. 5ed5cc4 [tint] Pass Program by reference, not pointer. by Ben Clayton · 1 year, 6 months ago
  70. 28d5970 Roll DirectX Shader Compiler from 95253012eaf0 to 8c201e0bdbcb (3 revisions) by Dawn Autoroller · 1 year, 6 months ago chromium/6024
  71. 5e4add6 Add documentation to Dawn Node for using Lavapipe by Ryan Harrison · 1 year, 6 months ago
  72. ef9da42 Fix cross-compilation of DXC from non-Windows hosts to Windows targets by Antonio Maiorano · 1 year, 6 months ago
  73. ef4000e [DawnLPM] Fix non-deterministic dependency cycle by Brendon Tiszka · 1 year, 6 months ago
  74. 6950208 [ir] Move image_write intrinsic to builtin for SPIR-V by dan sinclair · 1 year, 6 months ago
  75. 86d4f3b [ir] Move image sample intrinsics to builtins for SPIR-V by dan sinclair · 1 year, 6 months ago
  76. 39aef37 [ir] Comment MultiplanarExternalTexture properly by James Price · 1 year, 6 months ago chromium/6023
  77. 0a7aa0c [tint] Rename core::Builtin to BuiltinType by Ben Clayton · 1 year, 6 months ago
  78. 9dce1d6 [tint] Rename spirv::ir::Function to spirv::BuiltinFn by Ben Clayton · 1 year, 6 months ago
  79. d9766dc [tint] Rename core::Function to BuiltinFn by Ben Clayton · 1 year, 6 months ago
  80. 62d9848 [tint] Move bits of core.def to common.def by Ben Clayton · 1 year, 6 months ago
  81. 3ed1080 [tint] Add DXC skip for new e2e test by Ben Clayton · 1 year, 6 months ago
  82. 51539e6 Roll DirectX Shader Compiler from 5d75ec908a5b to 95253012eaf0 (5 revisions) by Dawn Autoroller · 1 year, 6 months ago
  83. f67a4b3 Dawn native/wire: Add experimental subgroup limits by Zhaoming Jiang · 1 year, 6 months ago
  84. 16cb4bd [ir] Add ability to clone in the IR. by dan sinclair · 1 year, 6 months ago
  85. eea786f hlsl-writer: support subgroupBroadcast by David Neto · 1 year, 6 months ago
  86. 357b862 Compat: Add compat limits tier to dawn by Gregg Tavares · 1 year, 6 months ago
  87. 2eae44a [ir] Dump before validating, when dumping by James Price · 1 year, 6 months ago chromium/6022
  88. 5b3ae14 msl-writer: support subgroupBroadcast by David Neto · 1 year, 6 months ago
  89. 7d8ee4a [tint] Move ZeroValue() to constant::Manager by James Price · 1 year, 6 months ago
  90. 47bb5db Roll DirectX Shader Compiler from 7b1c535a676e to 5d75ec908a5b (2 revisions) by Dawn Autoroller · 1 year, 6 months ago
  91. a2fe1e6 [DawnLPM] Prevent protobuf generation on non-fuzzing builds by Brendon Tiszka · 1 year, 6 months ago
  92. b1f1c9b Fix a warning for the use of kIOMasterPortDefault. by Corentin Wallez · 1 year, 6 months ago
  93. cd6422f [tint] Add missing include for type::Manager usage by James Price · 1 year, 6 months ago
  94. 4dcbdda [tint] Simplify custom hash-code implementations by Ben Clayton · 1 year, 6 months ago
  95. 5ee12d3 Roll vulkan-deps from fe259b6cdc54 to 888b081efffa (4 revisions) by dawn-autoroll · 1 year, 6 months ago
  96. 6e852f8 vulkan::Device: Don't rely on the queue during DestroyImpl by Corentin Wallez · 1 year, 6 months ago chromium/6021
  97. 21acc62 Graphite: Add P010 support to Dawn Metal by Saifuddin Hitawala · 1 year, 6 months ago
  98. 881dc3b [DawnLPM] Add size_t types by Brendon Tiszka · 1 year, 6 months ago
  99. 02b56ad [spirv-reader] use sem::Load to translate atomics by James Price · 1 year, 6 months ago
  100. 8fade13 [ir] Validate store instructions by James Price · 1 year, 6 months ago