1. 8bf3d0a7 [hlsl] Mark inlined and skipped block instructions. by dan sinclair · 10 months ago
  2. 6d509cf [hlsl] Add simple `Load` instruction. by dan sinclair · 10 months ago
  3. be18fa4 [hlsl] Emit CoreBinary from HLSL IR by dan sinclair · 10 months ago
  4. cfdf90b [hlsl] Enable AddEmptyEntryPoint in HLSL IR by dan sinclair · 10 months ago
  5. 2fa56aa [hlsl] Add UserCall to the IR backend. by dan sinclair · 10 months ago
  6. a75e9a5 [hlsl] Emit `numthreads` from HLSL IR backend. by dan sinclair · 10 months ago
  7. d839909 [hlsl] Return the entry points from HLSL IR printer. by dan sinclair · 10 months ago
  8. 7fcbe49 Remove filtering of Placeholder.cpp file in the bundle that is no longer present. by Jim Blackler · 10 months ago chromium/6543
  9. 24e5c13 [msl] Enable MSL IR If tests with PHI nodes. by dan sinclair · 10 months ago
  10. f58ad77 Roll Depot Tools from 1d1f17af898b to 90d00845c5d8 (1 revision) by Dawn Autoroller · 10 months ago
  11. 01da851 Simplify utilities in the API with extensions. by Jim Blackler · 10 months ago
  12. 292111a Roll SwiftShader from 085997ddb08b to cea33ab2d5ad (1 revision) by Dawn Autoroller · 10 months ago
  13. c25d31a Integration test in the library. by Jim Blackler · 10 months ago
  14. 2e3ac36 Roll vulkan-deps from 897d900fc1b1 to 7f05a36fb6d9 (1 revision) by Dawn Autoroller · 10 months ago
  15. 093a15f Roll DirectX Shader Compiler from 206b7c2e537a to 8c3f40c0ae12 (1 revision) by Dawn Autoroller · 10 months ago
  16. 6b46c4a Roll ANGLE from d521dd08bef4 to 7f70cd0da27c (1 revision) by Dawn Autoroller · 10 months ago chromium/6542
  17. d16f1c5 Roll vulkan-deps from 1bd6201121db to 897d900fc1b1 (1 revision) by Dawn Autoroller · 10 months ago
  18. dfef975 Alternate way of generating the bindings inside Gradle. by Jim Blackler · 10 months ago
  19. 90eebb8 Fix for incorrect import path for webgpu.h. by Jim Blackler · 10 months ago
  20. 487ec21 Move 'Util' to a new location, and convert to Kotlin. by Jim Blackler · 10 months ago
  21. 50c90ed Roll vulkan-deps from dd296c842e50 to 1bd6201121db (7 revisions) by Dawn Autoroller · 10 months ago
  22. ef38c7e Roll ANGLE from bcb567a7f8e4 to d521dd08bef4 (7 revisions) by Dawn Autoroller · 10 months ago
  23. 02cd8a6 [YCbCr Samplers] Get supported SampleTypeBit for external format by Saifuddin Hitawala · 10 months ago chromium/6541
  24. 35ee180 OpenGLES: more end2end test cleanup. by Stephen White · 10 months ago
  25. 2959a35 Fix wgpu::Status return value for wgpuSurfaceGetCapabilities by Austin Eng · 10 months ago
  26. c0752f8 Use ityp::array for sVertexFormatTable by Kai Ninomiya · 10 months ago
  27. fa0ca11 Roll vulkan-deps from 42ee85cf2154 to dd296c842e50 (2 revisions) by Dawn Autoroller · 10 months ago
  28. f91a4e4 Roll Depot Tools from 88a72320ed30 to 1d1f17af898b (4 revisions) by Dawn Autoroller · 10 months ago chromium/6540
  29. f864007 Roll DirectX Shader Compiler from 56f3c4038159 to 206b7c2e537a (1 revision) by Dawn Autoroller · 10 months ago
  30. 490e0d8 Remove 0-value enums that aren't ever valid by Austin Eng · 10 months ago
  31. 67f739e Roll ANGLE from 973e5261a0fd to bcb567a7f8e4 (7 revisions) by Dawn Autoroller · 10 months ago
  32. 2a26b19 Revert "Make a convenience cpp method for WaitAny with one future" by Stephen White · 10 months ago
  33. 69cdcbe Roll vulkan-deps from 7db4057407f4 to 42ee85cf2154 (8 revisions) by Dawn Autoroller · 10 months ago
  34. e68cc7f Make a convenience cpp method for WaitAny with one future by Austin Eng · 10 months ago
  35. 7061d4b Roll Depot Tools from 43c6415bced9 to 88a72320ed30 (3 revisions) by Dawn Autoroller · 10 months ago
  36. 420c94d Make GPUAdapter GetInfo() a suitable replacement for GetProperties by François Beaufort · 10 months ago
  37. 88e0d75 [tint][ir][fuzz] Disable building IR fuzzer when ASAN is enabled by Ryan Harrison · 10 months ago chromium/6539
  38. 7d04e68 AHB: Don't add storage binding unless AHARDWAREBUFFER_USAGE_GPU_DATA_BUFFER by Austin Eng · 10 months ago
  39. 9e9afae [hlsl] Fix incorrect HLSL test output by dan sinclair · 10 months ago
  40. deec9b0 [tint][ir][fuzz] Fix breakage of fuzz_cmd target for CMake by Ryan Harrison · 10 months ago
  41. 732e58c [hlsl] Add HLSL IR printer var/let tests by dan sinclair · 10 months ago
  42. fdcbf02 [ir] Add a templated `zero` helper. by dan sinclair · 10 months ago
  43. 58f093f Roll ANGLE from 65f8dc8e3ad8 to 973e5261a0fd (5 revisions) by Dawn Autoroller · 10 months ago
  44. 6931379 [hlsl] Add generated IR expectations. by dan sinclair · 10 months ago
  45. 2cc6b3c [msl] Regenerate E2E expectations by James Price · 10 months ago
  46. 251f00d D3D11: split Buffer class into GPUOnlyBuffer and StagingBuffer by Le Hoang Quyen · 10 months ago
  47. 9f53995 OpenGLES: enable/triage misc end2end tests. by Stephen White · 10 months ago
  48. 8a03474 Roll third_party/webgpu-cts/ 412878330..712feb2c2 (3 commits) by Stephen White · 10 months ago chromium/6538
  49. e902718 Remove storage textures from vertex tests by Natalie Chouinard · 10 months ago
  50. 58fc3f1 Disallow textureStore in vertex shader tests by Natalie Chouinard · 10 months ago
  51. 8f8f8d7 Replace textureStore test with frag shader by Natalie Chouinard · 10 months ago
  52. 6e71f23 [msl] Add polyfill for textureNumSamples by James Price · 10 months ago
  53. 0368d97 [msl] Add polyfill for textureNumLayers by James Price · 10 months ago
  54. 3052b3c [msl] Add polyfill for textureSampleCompare by James Price · 10 months ago
  55. 14f0204 [ir] Strip all IO attributes in ShaderIO transform by James Price · 10 months ago
  56. 35f7562 SampleUtils: Add missing newline in output message by Fabio D'Urso · 10 months ago
  57. 3fc6c18 dawn/node: Update documentation for ASan CMake builds. by Matthew Wong · 10 months ago
  58. 14ab437 Roll DirectX Shader Compiler from 4353db3983e2 to 56f3c4038159 (2 revisions) by Dawn Autoroller · 10 months ago
  59. 9e1a35c Revert "d3d: Change D3D references to PhysicalDevice to WeakRef instead of Ref" by Yuly Novikov · 10 months ago
  60. 12f32d1 [hlsl] Add HLSL IR printer constant tests by dan sinclair · 10 months ago
  61. 88ab548 Roll vulkan-deps from 7d45b6d174eb to 7db4057407f4 (13 revisions) by Dawn Autoroller · 10 months ago
  62. d8f2645 Roll Depot Tools from c0883c509ea3 to 43c6415bced9 (3 revisions) by Dawn Autoroller · 10 months ago
  63. 6cdf3a1 Roll testing/ 6701f8731..1bd0da665 (94 commits) by Takuto Ikuta · 10 months ago
  64. 57c1580 [ir] Fix IR dumping for disassembler rename by James Price · 10 months ago
  65. af745de Roll ANGLE from e1ecc0f1fe4b to 65f8dc8e3ad8 (4 revisions) by Dawn Autoroller · 10 months ago
  66. 7ef03f6 [msl] Add polyfill for textureNumLevels by James Price · 10 months ago
  67. 023be6f [msl] Add polyfill for textureSampleBias() by James Price · 10 months ago
  68. 2a08d5b2 [msl] Add polyfill for textureSampleLevel() by James Price · 10 months ago
  69. c4cfbf0 Return wgpu::Status from SharedTexture/BufferMemory Begin/EndAccess by Austin Eng · 10 months ago
  70. 9f4eff2 [msl] Fix undef struct constructor args by James Price · 10 months ago
  71. f9908d5 Manual roll vulkan-deps from 62eb765e42dd to 7d45b6d174eb (8 revisions) by Dawn Autoroller · 10 months ago
  72. d907aec [hlsl] Start flushing out some printer tests. by dan sinclair · 10 months ago chromium/6537
  73. d3db524 Metal: Skip timestamp period estimation on Intel Iris Plus 655 by Hao Li · 10 months ago
  74. 6625aa7 Roll DirectX Shader Compiler from a44c88e2b803 to 4353db3983e2 (2 revisions) by Dawn Autoroller · 10 months ago
  75. ae30916 spirv-reader: fix call to textureDimensions when the result is unsigned by David Neto · 10 months ago
  76. bbd53ea Remove cmake ubsan/asan bots from CQ by Austin Eng · 10 months ago
  77. 8a60fd9 Roll Depot Tools from fd8560139886 to c0883c509ea3 (5 revisions) by Dawn Autoroller · 10 months ago
  78. 4436163 OpenGLES: triage T2B failures on Qualcomm. by Stephen White · 10 months ago
  79. 79bc2cd Renumber webgpu.h enums to reserve 0 except for undefined by Austin Eng · 10 months ago chromium/6536
  80. f84480a Improve the error message on the invalid value type of `@blend_src` by Jiawei Shao · 10 months ago
  81. de2c9bc tint: Experimental Static Samplers Extension by Srijan Dhungana · 10 months ago
  82. 833a193 [tint] Add --compat flag to Tint exe by James Price · 10 months ago
  83. 51f19e3 [compat] Move sample_{index,mask} validation to Tint by James Price · 10 months ago
  84. f6ff951 Compat CTS: suppress some recent failures. by Stephen White · 10 months ago
  85. 2c6470a [metal] Add GetMTLDevice to MetalBackend by Saifuddin Hitawala · 10 months ago
  86. 3e277d2 [msl] Skip undef arguments in struct constructors by James Price · 10 months ago
  87. 514cba8 [msl] Polyfill unpack2x16float builtin by James Price · 10 months ago
  88. cb36904 [msl] Generate E2E expectations for new tests by James Price · 10 months ago
  89. a305b2f Roll ANGLE from 544b108a1f77 to e1ecc0f1fe4b (5 revisions) by Dawn Autoroller · 10 months ago
  90. 48948c6 [hlsl] Stub out emitting lets and vars by dan sinclair · 10 months ago
  91. ae01fde Suppress Pixel 6 Android 14 failures already suppressed on Android T by Yuly Novikov · 10 months ago
  92. 2362953 Roll DirectX Shader Compiler from 0b9acdb75e17 to a44c88e2b803 (4 revisions) by Dawn Autoroller · 10 months ago chromium/6535
  93. 6a805cf Roll Depot Tools from e30d8fac3437 to fd8560139886 (6 revisions) by Dawn Autoroller · 10 months ago
  94. e837451 [hlsl] Start emitting types and constants. by dan sinclair · 10 months ago
  95. 8b73119 [tint] Remove clamping for textureStore by James Price · 10 months ago
  96. 45562e7 [msl] Emit `abs()` builtin by James Price · 10 months ago
  97. f4f5534 [msl] Add polyfill for textureStore() by James Price · 10 months ago
  98. 61de3b8 [msl] Add polyfill for textureLoad() by James Price · 10 months ago
  99. 3d07be1 Add Intel Arrowlake and Battlemage device IDs by Hao Li · 10 months ago
  100. 7886ef1 Disallow using `@blend_src` on a non-struct fragment output by Jiawei Shao · 10 months ago