1. ded0ae3 Test that select() does not short circuit (#4577) by Natalie Chouinard · 27 hours ago main
  2. d2e2e3c Validation: Add immediate data pipeline validation tests (#4547) by shaoboyan091 · 2 days ago
  3. f9e7872 Allow tests to extend endTestScope timeout (#4560) by Hao Li · 2 days ago
  4. 68544fd Add mixed swizzle and indexing tests (#4570) by Natalie Chouinard · 6 days ago
  5. 437a692 Edge cases (#4574) by petermcneeleychromium · 7 days ago
  6. 936d5ee Add more operation tests for transient attachment (#4563) by François Beaufort · 8 days ago
  7. 01b814e Add tests of swizzle assignment (#4569) by Natalie Chouinard · 8 days ago
  8. 0ca53dd Improve subgroupBroadcast tests (#4562) by alan-baker · 9 days ago
  9. 4be9112 Limits test: skip duplicate cases when maximum limit == default limit (#4565) by Kai Ninomiya · 12 days ago
  10. c4cfd73 Add new builtins to maxInterStageShaderVariables test (#4554) by Greggman · 2 weeks ago
  11. db3a77f Refactor texture supports functions to use features (#4559) by Greggman · 2 weeks ago
  12. d1ef6a8 Alternate fix for fragment input deductions in max_variables_count,input (#4555) by Kai Ninomiya · 2 weeks ago
  13. cf6c5cd chore(gitignore): ignore `pnpm-lock.yaml` (#4556) by Erich Gubler · 3 weeks ago
  14. 1499138 Add CTS for texture_and_sampler_let language feature (#4490) by alan-baker · 3 weeks ago
  15. 8105443 Compat: Disallow cube-array texture creation. (#4552) by Greggman · 3 weeks ago
  16. acb7d79 Compat: getCurrentTexture and textureBindingViewDimension (#4553) by Greggman · 3 weeks ago
  17. f1aca41 Tweaks to case count reports on PRs (#4551) by Kai Ninomiya · 3 weeks ago
  18. 8f6f731 PR-comment automation works now. Fix nits by Kai Ninomiya · 3 weeks ago
  19. 279abe9 Attempt to fix PR-comment automation (3) by Kai Ninomiya · 3 weeks ago
  20. deab3a9 Attempt to fix PR-comment automation (2) by Kai Ninomiya · 3 weeks ago
  21. 8c90ec1 Attempt to fix PR-comment automation by Kai Ninomiya · 3 weeks ago
  22. 4ed1a40 Generate a case-count report on pull requests (#4548) by Kai Ninomiya · 3 weeks ago
  23. 77591d8 Cleanup some texture checks (#4544) by Greggman · 4 weeks ago
  24. 2ded3f4 Test reflection of GPUTexture.textureBindingViewDimension. (#4537) by Greggman · 4 weeks ago
  25. 19f59f9 Compat: Add copy T2T, T2B, B2T tests for textureBindingViewDimesion (#4542) by Greggman · 4 weeks ago
  26. 41c23db `maxInterStageShaderVariables`: decrement max fragment input outputs per fragment input built-in (#4539) by Erich Gubler · 5 weeks ago
  27. d5a131f Minor fix for operator desc (#4536) by petermcneeleychromium · 6 weeks ago
  28. e0c2ca9 Bump @webgpu/types to 0.1.68 (#4534) by Greggman · 6 weeks ago
  29. 5c24db5 Require depthOrArrayLayers=1 and mipLevelCount=1 for transient textures (#4533) by François Beaufort · 6 weeks ago
  30. 18183dc Validate setImmediates API in different encoder types (#4515) by shaoboyan091 · 6 weeks ago
  31. a660547 Test configure() with invalid usages, with some refactoring (#4527) by Kai Ninomiya · 6 weeks ago
  32. f793370 Restrict transient textures to 2d (#4531) by François Beaufort · 6 weeks ago
  33. 3597f03 CTS for subgroup_uniformity language feature (#4516) by alan-baker · 6 weeks ago
  34. b231a8c Update maxTextureDimesion3D to match spec. (#4530) by Greggman · 7 weeks ago
  35. a630b0e Clean up old texture usage names in constants.ts (#4528) by Kai Ninomiya · 7 weeks ago
  36. 30454b0 Fix more validation tests for transient attachment usage (#4519) by François Beaufort · 7 weeks ago
  37. 9ad7259 Have resolve test test more formats. (#4526) by Greggman · 7 weeks ago
  38. fcf2a82 Require compat mode limits (#4524) by Greggman · 7 weeks ago
  39. de2ea6e Revert "'maxStorageBuffersInFragmentStage' and 'maxStorageBuffersInVertexStage' aren't (#4448)" (#4521) by Greggman · 7 weeks ago
  40. d3d675e Revert "Rollin Immediates (#4517)" (#4522) by Greggman · 7 weeks ago
  41. 8e9c65e Add operation tests for transient attachment usage (#4520) by François Beaufort · 7 weeks ago
  42. f7d27f9 Fix transient attachment usage in validation tests (#4518) by François Beaufort · 8 weeks ago
  43. eca60d9 Rollin Immediates (#4517) by shaoboyan091 · 8 weeks ago
  44. 9f1f325 Add validation tests for transient attachment usage (#4508) by François Beaufort · 8 weeks ago
  45. e7cad01 uniformity: cover relaxed rules for loop with returns (#4514) by David Neto · 8 weeks ago
  46. ef27c0b uniformity: test uniformity when a loop body only returns (#4477) by David Neto · 9 weeks ago
  47. c1281de Fix swizzle operation test (#4505) by Greggman · 9 weeks ago
  48. a4a4a2b Enable only results failures by default (#4511) by petermcneeleychromium · 9 weeks ago
  49. 3314e41 Add hasFeature function and disallow features.has (#4506) by Greggman · 2 months ago
  50. 5a1dcdc Skip fine derivative tests in compatibility mode (#4504) by Greggman · 3 months ago
  51. 452bd98 Fix texture-component-swizzle typo (#4498) by Greggman · 3 months ago
  52. 4fe9eec Compat: Test that dpdxFine, dpdyFine, and fwidthFine are disallowed (#4503) by Greggman · 3 months ago
  53. d6613a5 Detect invalid end() in "pass_end_invalid_order" (#4501) by Corentin Wallez · 3 months ago
  54. c62b162 Correct an error (#4499) by May Mei · 3 months ago
  55. e75b600 Add a test for many timestamp query sets (#4494) by Greggman · 3 months ago
  56. f5977ec Add Render Bundle operation tests (#4493) by Greggman · 3 months ago
  57. bd0414c const_array_elements limit test: split into MAX, MAX/8, MAX/64 cases (#4497) by David Neto · 3 months ago
  58. b05a778 Check that createView format is compatible with the view usage. (#4495) by Corentin Wallez · 3 months ago
  59. 7c0a48e workgroup_size validation: support devices limited to 256 invocations (#4491) by David Neto · 3 months ago
  60. 07253dd CTS for subgroup_id language feature (#4487) by alan-baker · 3 months ago
  61. 8a39e1d Only try OOM allocation size with 'absurd' value (#4489) by Ryan Harrison · 3 months ago
  62. 6dffd78 Adjust maxFractionalDiff for canvas color-space-conversion (#4486) by Greggman · 3 months ago
  63. eefe6f3 Check GPUAdapterInfo.isFallbackAdapter on explicit `fallback` request (#4483) by Andrei Volykhin · 3 months ago
  64. d03e3d9 wgsl: Add coverage for uniform_buffer_standard_layout (#4484) by James Price · 3 months ago
  65. 9504252 Add validation test for semicolon before break-if. (#4481) by dan sinclair · 3 months ago
  66. d863101 remove use of 'subgroup_branching' diagnostic (#4478) by David Neto · 3 months ago
  67. aabe8e8 Refactor copyExternalImageToTexture tested formats. (#4465) by Greggman · 3 months ago
  68. e34f99a Clean unnecessary swizzle related casts (#4473) by François Beaufort · 3 months ago
  69. e6c5ee9 Catch unexpected WebGPU errors. (#4475) by Greggman · 4 months ago
  70. 494e318 wgsl: test uniformity analysis of break-if condition (#4472) by David Neto · 4 months ago
  71. 61eae08 Add texture-component-swizzle tests (#4427) by Greggman · 4 months ago
  72. 4adb750 wgsl: Add validation tests for override-sized arrays (#4470) by James Price · 4 months ago
  73. 277ef80 Add logical operation override tests. (#4469) by dan sinclair · 4 months ago
  74. d822a3c Cleanups in DevicePool.release (#4467) by Kai Ninomiya · 4 months ago
  75. ecfae04 Add option to periodically replace device (#4466) by Kai Ninomiya · 4 months ago
  76. b62c3fc Show default device in standalone runner (#4464) by James Price · 4 months ago
  77. 0d83aa3 Fix issues wrt to compat only limits (#4463) by Greggman · 4 months ago
  78. 59ba3eb Update copyExternalImageToTexture test formats (#4460) by Greggman · 4 months ago
  79. 18f1cc7 Add invariant test when not an entry point parameter. (#4456) by dan sinclair · 5 months ago
  80. 3ec15ab Make gen_version fail gracefully if git is not available (#4455) by Kai Ninomiya · 5 months ago
  81. 35ecea5 Save failed results only (#4457) by petermcneeleychromium · 5 months ago
  82. 0e795dd Add tests for Tier2 read-write storage texture access (#4453) by May Mei · 5 months ago
  83. 42c0504 Add checks for renderable formats with texture-format-tier1 enabled (#4450) by May Mei · 5 months ago
  84. d794977 Add support for 16-bit SNORM/UNORM format in kLoadValueFromStorageInfo (#4449) by May Mei · 5 months ago
  85. b500efd 'maxStorageBuffersInFragmentStage' and 'maxStorageBuffersInVertexStage' aren't (#4448) by mwyrzykowski · 5 months ago
  86. 0558b19 Add tests for the primitive_index builtin (#4435) by Brandon Jones · 5 months ago
  87. 5a49f0b fix: properly apply `bindTextureResource` in `render_pass_descriptor:one_*_attachment` tests (#4447) by Erich Gubler · 5 months ago
  88. 0fb20da The specification says: (#4445) by mwyrzykowski · 5 months ago
  89. 02f6385 Add test for GPUTextureFormats' resolve capability with tier1 (#4446) by May Mei · 5 months ago
  90. 8201672 The validation rules for https://www.w3.org/TR/webgpu/#abstract-opdef-validating-gpuvertexbufferlayout state (#4444) by mwyrzykowski · 5 months ago
  91. e6e9758 Add tests for Tier1 write-only storage texture access (#4442) by May Mei · 5 months ago
  92. 0636ded Correct expected data in read-only related tests (#4441) by May Mei · 5 months ago
  93. 5e80f86 The specification for createTexture says https://www.w3.org/TR/webgpu/#dom-gpudevice-createtexture (#4439) by mwyrzykowski · 5 months ago
  94. f6b22c0 Add tests for Tier1 read-only storage texture access (#4438) by May Mei · 6 months ago
  95. 07f4412 Test16-bit UNORM/SNORM format capabilities with TextureFormatsTier1 (#4436) by May Mei · 6 months ago
  96. e0cb076 Expand acceptable range of tanh (#4392) by petermcneeleychromium · 6 months ago
  97. 44dac85 Additional test cases for encoder states (#4401) by Andy Leiserson · 6 months ago
  98. ca68f03 Fix type of index in uniformity tests (#4432) by James Price · 6 months ago
  99. 26530c7 Fix "resoruces" typo in resources.ts (#4428) by Tim Nguyen · 6 months ago
  100. 5b47767 Remove resolve from tier1 formats (#4425) by Greggman · 7 months ago