1. 5dd0def Roll vulkan-deps from 88e46040f52a to f430486c0938 (9 revisions) by dawn-autoroll · 1 year, 9 months ago
  2. 737e156 [ir][spirv-writer] Implement trig builtins by James Price · 1 year, 9 months ago
  3. aeae6a3 [ir][spirv-writer] Implement length builtin by James Price · 1 year, 9 months ago
  4. 37111a3 [ir][spirv-writer] Implement normalize builtin by James Price · 1 year, 9 months ago
  5. 8558e48 [ir][spirv-writer] Implement convert instructions by James Price · 1 year, 9 months ago
  6. e04cdec [tint][ir] Fix new validation failures by Ben Clayton · 1 year, 9 months ago
  7. 8509fcc [ios] Build fixes by Ian Vollick · 1 year, 9 months ago
  8. a923ec6 Roll ANGLE from 20cc4a9bc250 to 25ce3dfec69b (1 revision) by Dawn Autoroller · 1 year, 9 months ago
  9. 2757797 [ir] Hookup IR to test runner by dan sinclair · 1 year, 9 months ago
  10. 0c5b394 Add support for UMA by Antonio Maiorano · 1 year, 9 months ago chromium/5864 chromium/5864_2
  11. e94b9bc [ir][spirv-writer] Implement distance builtin by James Price · 1 year, 9 months ago
  12. fb89ee8 [ir][spirv-writer] Implement clamp builtin by James Price · 1 year, 9 months ago
  13. 74c9a5a [ir][spirv-writer] Implement multiply by James Price · 1 year, 9 months ago
  14. 1074388 [ir][spirv-writer] Implement divide by James Price · 1 year, 9 months ago
  15. 7fbc40d [ir][spirv-writer] Emit swizzle instructions by James Price · 1 year, 9 months ago
  16. 8b64bd7 [ir][spirv-writer] Emit texture and sampler vars by James Price · 1 year, 9 months ago
  17. b12e719 [ir][spirv-writer] Emit texture and sampler types by James Price · 1 year, 9 months ago
  18. 33ef3da [ir] Fix ToProgram tests by James Price · 1 year, 9 months ago
  19. 2e8692c [tint][ir][ToProgram] Emit builtin calls by Ben Clayton · 1 year, 9 months ago
  20. d97942b [tint][ir][ToProgram] Emit var binding attributes by Ben Clayton · 1 year, 9 months ago
  21. d95359f [tint][ir] Fix indexing of abstract typed constants by Ben Clayton · 1 year, 9 months ago
  22. d02d6f1 Roll vulkan-deps from 18e68e17ca5c to 88e46040f52a (1 revision) by dawn-autoroll · 1 year, 9 months ago
  23. 15d2e87 Roll ANGLE from 2b56dc3e9134 to 20cc4a9bc250 (5 revisions) by Dawn Autoroller · 1 year, 9 months ago chromium/5863
  24. 614ea38 d3d11: Fix HandleDebugCommands by jchen10 · 1 year, 9 months ago
  25. e1d87cd Roll third_party/webgpu-cts/ 7ea4404fa..82a512494 (6 commits) by Gregg Tavares · 1 year, 9 months ago
  26. cc4e27a [tint][ir][ToProgram] Validate before emitting. by Ben Clayton · 1 year, 9 months ago
  27. 547a502 Roll vulkan-deps from b5fa16ad27df to 18e68e17ca5c (4 revisions) by dawn-autoroll · 1 year, 9 months ago
  28. faadfb1 [ir][validation] Walk through if/switch/loop in the validator by dan sinclair · 1 year, 9 months ago
  29. 9759ac3 Cleans up lingering "Blueprint" type usages after AttachmentState merge. by Loko Kung · 1 year, 9 months ago
  30. e9cd719 [ir][spirv-writer] Rework remaining unit tests by James Price · 1 year, 9 months ago
  31. 60508b8 Compat GLES: Add support for 1D texture to snorm copy blit and tests by Shrek Shao · 1 year, 9 months ago
  32. 0333a40 Merges AttachmentState and AttachmentStateBlueprint. by Loko Kung · 1 year, 9 months ago
  33. fec334a [ir][spirv-writer] Emit OpUndef when needed by James Price · 1 year, 9 months ago
  34. 96cac41 [ir][spirv-writer] Fix block labels for loop phis by James Price · 1 year, 9 months ago
  35. cf2bdc0 [tint][ir][ToProgram] Implement Convert by Ben Clayton · 1 year, 9 months ago
  36. e17da01 [tint][ir][ToProgram] Implement Access by Ben Clayton · 1 year, 9 months ago
  37. 271d215 [tint][ir][ToProgram] Implement Construct by Ben Clayton · 1 year, 9 months ago
  38. a83202b [tint][ir][ToProgram] Add var<private>, more types. by Ben Clayton · 1 year, 9 months ago
  39. 10550d6 [tint][ir] Add roundtrip fuzzer by Ben Clayton · 1 year, 9 months ago
  40. 8232b50 [tint][ir] static_assert on non-deterministic instruction ordering by Ben Clayton · 1 year, 9 months ago
  41. 49af09d Roll ANGLE from 77c4b6779152 to 2b56dc3e9134 (1 revision) by Dawn Autoroller · 1 year, 9 months ago
  42. 13d9676 Fixup syntax tree build. by dan sinclair · 1 year, 9 months ago chromium/5862 chromium/5862_3
  43. 0763a18 Roll vulkan-deps from aa464922ff77 to b5fa16ad27df (5 revisions) by dawn-autoroll · 1 year, 9 months ago
  44. 979ebc9 Add workaround for blit depth to depth in D3D12 T2T on Intel Gen9 GPUs by Li, Hao · 1 year, 9 months ago
  45. 20d20f6 Allow @index Attribute On Variables by Brandon Jones · 1 year, 9 months ago
  46. 54fc2a8 Recognize @index attribute when parsing by Brandon Jones · 1 year, 9 months ago
  47. f3ea22e d3d11: Set maxDynamicUniformBuffersPerPipelineLayout by jchen10 · 1 year, 9 months ago
  48. 870fba4 Support querying power preference in Adapter.APIGetProperties() by Jiawei Shao · 1 year, 9 months ago
  49. 04fa5b4 d3d11: Fix buffer size alignment assert by jchen10 · 1 year, 9 months ago
  50. 4a38f0a Add @index Attribute to WGSL Writer by Brandon Jones · 1 year, 9 months ago
  51. 6898fb3 Roll ANGLE from ed391dae33e6 to 77c4b6779152 (2 revisions) by Dawn Autoroller · 1 year, 9 months ago
  52. 3d9c556 [tint][ir] Swap order of first two BreakIf() params by Ben Clayton · 1 year, 9 months ago
  53. 6130722 [ir][spirv-writer] Add helper macro for unit tests by James Price · 1 year, 9 months ago
  54. 05718e0 Roll SwiftShader from 47b5898a4fa7 to 222e07b368b1 (1 revision) by Dawn Autoroller · 1 year, 9 months ago
  55. 407137a [tint][utils] Add bounds assertions to vector by Ben Clayton · 1 year, 9 months ago
  56. 5735a67 [tint][utils] Update doxygen for EnumSet by Ben Clayton · 1 year, 9 months ago
  57. e04687a [tint][ir][ToProgram] Inline values respecting ordering by Ben Clayton · 1 year, 9 months ago
  58. 3e65d90 [ir][spirv-writer] Rework unit testing by James Price · 1 year, 9 months ago
  59. 084e2fd [ir][validation] Add Unary validation by dan sinclair · 1 year, 9 months ago chromium/5861
  60. 027636e [ir][validate] Extract operand nullptr checks by dan sinclair · 1 year, 9 months ago
  61. 8afe265 Moves Ref to its own file to break dependency cycles for WeakRefs. by Loko Kung · 1 year, 9 months ago
  62. 1e256da Roll vulkan-deps from 23a32754e715 to aa464922ff77 (46 revisions) by dawn-autoroll · 1 year, 9 months ago
  63. 9a51768 [ir][validate] Check functions only added to module once by dan sinclair · 1 year, 9 months ago
  64. 7686852 [ir][validate] Improve result error messages by dan sinclair · 1 year, 9 months ago
  65. 5448235 [ir] Add Builder::Var overload with name by James Price · 1 year, 9 months ago
  66. ce882c0 [tint][ir] Add EnumSet flags to Value and Instruction by Ben Clayton · 1 year, 9 months ago
  67. f3cac0d Add constant maxBindGroupsPlusVertexBuffers by Yunchao He · 1 year, 9 months ago
  68. 63ff5bd Improve validation error for bind group layout bindings in vertex shader by François Beaufort · 1 year, 9 months ago chromium/5860
  69. 610e4e6 [ir] Make Builder::Function add the function by James Price · 1 year, 9 months ago
  70. 25b5146 [ir] Add Builder::FunctionParam overload with name by James Price · 1 year, 9 months ago
  71. 9e819bf [ir][spirv-writer] Handle shader IO by James Price · 1 year, 9 months ago
  72. 215ad8c Roll ANGLE from 113f847be69f to ed391dae33e6 (2 revisions) by Dawn Autoroller · 1 year, 9 months ago
  73. 4765e38 [ir][validation] Update binary tests to mark undef operands by dan sinclair · 1 year, 9 months ago chromium/5859
  74. 7257c56 [ir][msl] Split long emit type switch. by dan sinclair · 1 year, 9 months ago
  75. 94e6a93 Add Dawn Mac arm64 optional bot to CQ config by Austin Eng · 1 year, 9 months ago
  76. 09064fc Roll third_party/webgpu-cts/ 82ed433cb..7ea4404fa (7 commits) by Gregg Tavares · 1 year, 9 months ago
  77. ac6cd8b Roll ANGLE from 122b292d96c9 to 113f847be69f (5 revisions) by Dawn Autoroller · 1 year, 9 months ago chromium/5858
  78. 4f13d31 [tint][ir] Refactor IRToProgramTest class by Ben Clayton · 1 year, 9 months ago
  79. 0306088 [tint][utils] Add EnumSet::Set() by Ben Clayton · 1 year, 9 months ago
  80. 5ef873a [tint][utils] Add UniqueVector::Erase by Ben Clayton · 1 year, 9 months ago
  81. 3aedbbb Roll SwiftShader from afd97bf1e914 to 47b5898a4fa7 (1 revision) by Dawn Autoroller · 1 year, 9 months ago
  82. 607e241 [tint][utils] Add Vector::Erase by Ben Clayton · 1 year, 9 months ago
  83. 45b59a8 [ir][msl] Emit struct constants by dan sinclair · 1 year, 9 months ago
  84. a356526 [ir][msl] Cleanup duplicate emission code. by dan sinclair · 1 year, 9 months ago
  85. 6767459 [ir][msl] Emit array constants by dan sinclair · 1 year, 9 months ago
  86. ae33f97 [ir][msl] Emit matrix constants by dan sinclair · 1 year, 9 months ago
  87. c8a5cf8 [ir][msl] Emit vector constants types by dan sinclair · 1 year, 9 months ago
  88. b5879ac Metal: Initial implementation of MSAA render to single sampled. by Le Hoang Quyen · 1 year, 9 months ago
  89. f4e7eea Roll ANGLE from 764f31be3228 to 122b292d96c9 (21 revisions) by Dawn Autoroller · 1 year, 9 months ago
  90. ed70ac0 [ir][msl] Emit basic constants types by dan sinclair · 1 year, 9 months ago chromium/5857
  91. 965321b [ir][msl] Emit struct types by dan sinclair · 1 year, 9 months ago
  92. a51e631 d3d11: Enable MultithreadTests by jchen10 · 1 year, 9 months ago
  93. 7d6df42 Disable a workaround of queries resolving on Intel Mesa driver by Li Hao · 1 year, 9 months ago
  94. 11735a5 Fix ExperimentalDP4aTests by Jiawei Shao · 1 year, 9 months ago
  95. 18e01a2 [ir][msl] Emit sampler and texture types by dan sinclair · 1 year, 9 months ago
  96. 0839656 [ir][msl] Emit pointer types by dan sinclair · 1 year, 9 months ago
  97. d1a27c4 [msl] Simplify `EmitType` in MSL Generator. by dan sinclair · 1 year, 9 months ago
  98. a71b785 [ir][msl] Emit atomic types by dan sinclair · 1 year, 9 months ago
  99. 9f44ac9 [ir][msl] Emit vector and matrix types by dan sinclair · 1 year, 9 months ago
  100. e23dc9b Silence errors from async pipeline creation when the device is lost by Austin Eng · 1 year, 9 months ago