1. 44d5809 d3d11: Fix firstIndexOffsetShaderRegister conflict by jchen10 · 1 year, 9 months ago
  2. 1204283 Implements a thread-safe WeakRef typing. by Loko Kung · 1 year, 9 months ago
  3. ade8ba9 node: Propagate toggles into EnumerateAdapters by David Neto · 1 year, 9 months ago chromium/5876
  4. adea621 node: Refactor toggles loading into its own file by David Neto · 1 year, 9 months ago
  5. 9a590d3 d3d11: Fix 0 DstZ for CopySubresourceRegion by jchen10 · 1 year, 9 months ago chromium/5875
  6. 2b10348 Vulkan: Skip index clamping on runtime-sized arrays in robustness transform by Jiawei Shao · 1 year, 9 months ago
  7. e2588d6 Compat GLES: blit BGRA8Unorm texture to buffer using compute by Shrek Shao · 1 year, 9 months ago
  8. c02f143 Add GN arg dawn_use_built_dxc by Austin Eng · 1 year, 9 months ago chromium/5874
  9. 35ed6bb Expand SYNC-HAZARD-WRITE_AFTER_READ skipped messages by Yuly Novikov · 1 year, 9 months ago
  10. c118734 [ios] Build fixes by Ian Vollick · 1 year, 9 months ago
  11. fb278f0 d3d: move device lock from ExternalImageDXGIImpl to ExternalImageDXGI by Peng Huang · 1 year, 9 months ago
  12. f1591f4 node: move Split into its own file by David Neto · 1 year, 9 months ago
  13. 96a9669 [tint] Fold trivial lets in SPIR-V reader by James Price · 1 year, 9 months ago
  14. df81822 d3d11: support create ExternalImageDXGI from ID3D11Texture2D by Peng Huang · 1 year, 9 months ago
  15. af89854 Clarify ToggleState states by David Neto · 1 year, 9 months ago
  16. b50aa38 [tint][fuzzer] Fix bad mutation by Ben Clayton · 1 year, 9 months ago chromium/5872
  17. 33ed05d Define kQueryResolveAlignment by Jiawei Shao · 1 year, 9 months ago
  18. c5c4827 dawn_perf_test: Support recording GPU time in ShaderRobustnessPerf by Jiawei Shao · 1 year, 9 months ago
  19. eb19b74 Remove the suppression on D3D12 WARP in dawn_perf_test.ShaderRobustnessPerf by Jiawei Shao · 1 year, 9 months ago
  20. 357cf13 [tint][fuzzers] Check program is valid by Ben Clayton · 1 year, 9 months ago
  21. e7f8117 Remove unnecessary casts now that *Count is size_t by Corentin Wallez · 1 year, 9 months ago
  22. f42f863 Weak linking to Metal.framework is no longer needed. by Corentin Wallez · 1 year, 9 months ago
  23. 9c78ac0 D3D12: Track internal buffer usage in D3D12_RESOURCE_STATES by Jiawei Shao · 1 year, 9 months ago chromium/5869
  24. 26219e5 d3d11: Fix DRAWINDIRECT buffer size by jchen10 · 1 year, 9 months ago chromium/5868
  25. 7171205 [ir][spirv-writer] Implement any builtin by James Price · 1 year, 9 months ago chromium/5866 chromium/5867
  26. 6a9d6a0 [ir][spirv-writer] Implement derivative builtins by James Price · 1 year, 9 months ago
  27. fb1f966 [ir][spirv-writer] Implement binary modulo by James Price · 1 year, 9 months ago
  28. 08c60a6 [ir][spirv-writer] Emit bitcast instructions by James Price · 1 year, 9 months ago
  29. 5bc6329 [ir][spirv-writer] Implement shift operations by James Price · 1 year, 9 months ago
  30. 5562370 Add DAWN_USE_WINDOWS_UI option for Zig & MinGW compilers by Stephen Gutekanst · 1 year, 9 months ago
  31. a5e7e95 [tint][ir][tint_ir_roundtrip_fuzzer] Emit WGSL output on error by Ben Clayton · 1 year, 9 months ago
  32. 2c29818 [tint][it][ToProgram] Correctly handle pointers by Ben Clayton · 1 year, 9 months ago
  33. 9cea3ca [ir][spirv-writer] Implement cross builtin by James Price · 1 year, 9 months ago
  34. ab33ce9 [ir][spirv-writer] Implement unary instructions by James Price · 1 year, 9 months ago
  35. 0a2311c d3d11: Fix alpha factor by jchen10 · 1 year, 9 months ago
  36. 737e156 [ir][spirv-writer] Implement trig builtins by James Price · 1 year, 9 months ago
  37. aeae6a3 [ir][spirv-writer] Implement length builtin by James Price · 1 year, 9 months ago
  38. 37111a3 [ir][spirv-writer] Implement normalize builtin by James Price · 1 year, 9 months ago
  39. 8558e48 [ir][spirv-writer] Implement convert instructions by James Price · 1 year, 9 months ago
  40. e04cdec [tint][ir] Fix new validation failures by Ben Clayton · 1 year, 9 months ago
  41. 8509fcc [ios] Build fixes by Ian Vollick · 1 year, 9 months ago
  42. 2757797 [ir] Hookup IR to test runner by dan sinclair · 1 year, 9 months ago
  43. 0c5b394 Add support for UMA by Antonio Maiorano · 1 year, 9 months ago chromium/5864 chromium/5864_2
  44. e94b9bc [ir][spirv-writer] Implement distance builtin by James Price · 1 year, 9 months ago
  45. fb89ee8 [ir][spirv-writer] Implement clamp builtin by James Price · 1 year, 9 months ago
  46. 74c9a5a [ir][spirv-writer] Implement multiply by James Price · 1 year, 9 months ago
  47. 1074388 [ir][spirv-writer] Implement divide by James Price · 1 year, 9 months ago
  48. 7fbc40d [ir][spirv-writer] Emit swizzle instructions by James Price · 1 year, 9 months ago
  49. 8b64bd7 [ir][spirv-writer] Emit texture and sampler vars by James Price · 1 year, 9 months ago
  50. b12e719 [ir][spirv-writer] Emit texture and sampler types by James Price · 1 year, 9 months ago
  51. 33ef3da [ir] Fix ToProgram tests by James Price · 1 year, 9 months ago
  52. 2e8692c [tint][ir][ToProgram] Emit builtin calls by Ben Clayton · 1 year, 9 months ago
  53. d97942b [tint][ir][ToProgram] Emit var binding attributes by Ben Clayton · 1 year, 9 months ago
  54. d95359f [tint][ir] Fix indexing of abstract typed constants by Ben Clayton · 1 year, 9 months ago
  55. 614ea38 d3d11: Fix HandleDebugCommands by jchen10 · 1 year, 9 months ago
  56. cc4e27a [tint][ir][ToProgram] Validate before emitting. by Ben Clayton · 1 year, 9 months ago
  57. faadfb1 [ir][validation] Walk through if/switch/loop in the validator by dan sinclair · 1 year, 9 months ago
  58. 9759ac3 Cleans up lingering "Blueprint" type usages after AttachmentState merge. by Loko Kung · 1 year, 9 months ago
  59. e9cd719 [ir][spirv-writer] Rework remaining unit tests by James Price · 1 year, 9 months ago
  60. 60508b8 Compat GLES: Add support for 1D texture to snorm copy blit and tests by Shrek Shao · 1 year, 9 months ago
  61. 0333a40 Merges AttachmentState and AttachmentStateBlueprint. by Loko Kung · 1 year, 9 months ago
  62. fec334a [ir][spirv-writer] Emit OpUndef when needed by James Price · 1 year, 9 months ago
  63. 96cac41 [ir][spirv-writer] Fix block labels for loop phis by James Price · 1 year, 9 months ago
  64. cf2bdc0 [tint][ir][ToProgram] Implement Convert by Ben Clayton · 1 year, 9 months ago
  65. e17da01 [tint][ir][ToProgram] Implement Access by Ben Clayton · 1 year, 9 months ago
  66. 271d215 [tint][ir][ToProgram] Implement Construct by Ben Clayton · 1 year, 9 months ago
  67. a83202b [tint][ir][ToProgram] Add var<private>, more types. by Ben Clayton · 1 year, 9 months ago
  68. 10550d6 [tint][ir] Add roundtrip fuzzer by Ben Clayton · 1 year, 9 months ago
  69. 8232b50 [tint][ir] static_assert on non-deterministic instruction ordering by Ben Clayton · 1 year, 9 months ago
  70. 13d9676 Fixup syntax tree build. by dan sinclair · 1 year, 9 months ago chromium/5862 chromium/5862_3
  71. 979ebc9 Add workaround for blit depth to depth in D3D12 T2T on Intel Gen9 GPUs by Li, Hao · 1 year, 9 months ago
  72. 20d20f6 Allow @index Attribute On Variables by Brandon Jones · 1 year, 9 months ago
  73. 54fc2a8 Recognize @index attribute when parsing by Brandon Jones · 1 year, 9 months ago
  74. f3ea22e d3d11: Set maxDynamicUniformBuffersPerPipelineLayout by jchen10 · 1 year, 9 months ago
  75. 870fba4 Support querying power preference in Adapter.APIGetProperties() by Jiawei Shao · 1 year, 9 months ago
  76. 04fa5b4 d3d11: Fix buffer size alignment assert by jchen10 · 1 year, 9 months ago
  77. 4a38f0a Add @index Attribute to WGSL Writer by Brandon Jones · 1 year, 9 months ago
  78. 3d9c556 [tint][ir] Swap order of first two BreakIf() params by Ben Clayton · 1 year, 9 months ago
  79. 6130722 [ir][spirv-writer] Add helper macro for unit tests by James Price · 1 year, 9 months ago
  80. 407137a [tint][utils] Add bounds assertions to vector by Ben Clayton · 1 year, 9 months ago
  81. 5735a67 [tint][utils] Update doxygen for EnumSet by Ben Clayton · 1 year, 9 months ago
  82. e04687a [tint][ir][ToProgram] Inline values respecting ordering by Ben Clayton · 1 year, 9 months ago
  83. 3e65d90 [ir][spirv-writer] Rework unit testing by James Price · 1 year, 9 months ago
  84. 084e2fd [ir][validation] Add Unary validation by dan sinclair · 1 year, 9 months ago chromium/5861
  85. 027636e [ir][validate] Extract operand nullptr checks by dan sinclair · 1 year, 9 months ago
  86. 8afe265 Moves Ref to its own file to break dependency cycles for WeakRefs. by Loko Kung · 1 year, 9 months ago
  87. 9a51768 [ir][validate] Check functions only added to module once by dan sinclair · 1 year, 9 months ago
  88. 7686852 [ir][validate] Improve result error messages by dan sinclair · 1 year, 9 months ago
  89. 5448235 [ir] Add Builder::Var overload with name by James Price · 1 year, 9 months ago
  90. ce882c0 [tint][ir] Add EnumSet flags to Value and Instruction by Ben Clayton · 1 year, 9 months ago
  91. f3cac0d Add constant maxBindGroupsPlusVertexBuffers by Yunchao He · 1 year, 9 months ago
  92. 63ff5bd Improve validation error for bind group layout bindings in vertex shader by François Beaufort · 1 year, 9 months ago chromium/5860
  93. 610e4e6 [ir] Make Builder::Function add the function by James Price · 1 year, 9 months ago
  94. 25b5146 [ir] Add Builder::FunctionParam overload with name by James Price · 1 year, 9 months ago
  95. 9e819bf [ir][spirv-writer] Handle shader IO by James Price · 1 year, 9 months ago
  96. 4765e38 [ir][validation] Update binary tests to mark undef operands by dan sinclair · 1 year, 9 months ago chromium/5859
  97. 7257c56 [ir][msl] Split long emit type switch. by dan sinclair · 1 year, 9 months ago
  98. 4f13d31 [tint][ir] Refactor IRToProgramTest class by Ben Clayton · 1 year, 9 months ago
  99. 0306088 [tint][utils] Add EnumSet::Set() by Ben Clayton · 1 year, 9 months ago
  100. 5ef873a [tint][utils] Add UniqueVector::Erase by Ben Clayton · 1 year, 9 months ago