Vecvec
7ba1a0e41c
Add enable extensions for ray queries and ray query vertex returns. ( #8545 )
2025-11-18 15:56:47 -05:00
Connor Fitzgerald
853ad6c464
Setup and use new benchmarking harness ( #8511 )
2025-11-18 20:28:21 +00:00
Andy Leiserson
6043b059c4
Tweak error behavior for unbalanced passes, and update CTS ( #8543 )
2025-11-18 11:18:17 -05:00
renovate[bot]
836c97056f
Update crate-ci/typos action to v1.39.2 ( #8538 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-17 09:04:53 +01:00
renovate[bot]
306c4ebc35
Update Rust crate ron to 0.12 ( #8539 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-17 09:04:04 +01:00
renovate[bot]
7c73cadf8f
Update Cargo.lock ( #8540 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-17 09:03:20 +01:00
Andreas Reich
7572bf2264
Remove unnecessary pin ( #8535 )
2025-11-16 22:17:26 +00:00
Opstic
9a975b24de
WebGPU transient fix ( #8532 )
2025-11-16 14:09:51 -05:00
Inner Daemons
05369a6b83
Multiview on DX12 ( #8495 )
...
Co-authored-by: Andreas Reich <r_andreas2@web.de>
2025-11-16 17:46:52 +01:00
Anton Kushakov
c78f944f2f
Fix: Race condition when compute shader writes to texture. ( #8527 )
2025-11-16 16:29:41 +01:00
Connor Fitzgerald
07d4db5ab9
Always report selected adapter in the framework ( #8528 )
2025-11-16 10:40:23 +01:00
Inner Daemons
d0cf78c8c8
[hal/metal] Mesh Shaders ( #8139 )
...
Co-authored-by: Connor Fitzgerald <connorwadefitzgerald@gmail.com>
Co-authored-by: Magnus <85136135+SupaMaggie70Incorporated@users.noreply.github.com>
2025-11-14 23:11:43 -05:00
Inner Daemons
92fa99af1b
Switch to pipeline stream desc for dx12 pipeline creation ( #8377 )
...
Co-authored-by: Inner Daemons <magnus.larsson.mn@gmail.com>
Co-authored-by: Connor Fitzgerald <connorwadefitzgerald@gmail.com>
2025-11-14 21:35:28 +00:00
Andy Leiserson
71820eef20
Fix performance regression in bind group processing ( #8519 )
2025-11-14 00:10:42 -05:00
Casey Rodarmor
91c1ce5af3
Fix blitter render pipeline descriptor label ( #8522 )
2025-11-13 13:54:40 -05:00
Connor Fitzgerald
298eb262d5
Add discord link to readme ( #8516 )
2025-11-13 16:41:00 +00:00
Vecvec
efca3f5066
[spirv] Make ray queries safer ( #8390 )
2025-11-13 00:33:32 -05:00
Inner Daemons
a05c70cef7
WGSL parsing for mesh shaders ( #8370 )
...
Co-authored-by: Jim Blandy <jimb@red-bean.com>
Co-authored-by: Erich Gubler <erichdongubler@gmail.com>
Co-authored-by: Connor Fitzgerald <connorwadefitzgerald@gmail.com>
Co-authored-by: SupaMaggie70Incorporated <85136135+SupaMaggie70Incorporated@users.noreply.github.com>
2025-11-12 21:06:20 -05:00
Erich Gubler
dda99c9bdb
Check that PRs' CHANGELOG.md changes don't modify already-released content in CI ( #8351 )
2025-11-12 19:26:24 -05:00
Andy Leiserson
7b95053f5a
Adjust the expected failure conditions for subgroup_operations ( #8515 )
2025-11-12 16:14:23 -05:00
csmoe
961be24246
Warn about Limits::max_non_sampler_bindings's default 1_000_000 ( #8447 )
2025-11-12 17:53:45 +01:00
Connor Fitzgerald
065329000b
Auto install warp ( #8458 )
2025-11-12 10:56:54 -05:00
Jim Blandy
39f7dbcaf5
In GitHub CI, check that docs build for private items in wgpu. ( #8514 )
2025-11-12 10:09:22 -05:00
Jim Blandy
0e7dce9fb0
[wgpu] Fix warnings in cargo doc --document-private-items. ( #8492 )
...
Fix some broken and outdated links in documentation for private items.
CI only checks `wgpu`'s public interface.
2025-11-12 06:45:23 -08:00
s-ol
d017d48b45
Allow passing external_memory in vulkan-hal::Device::texture_from_raw() ( #8512 )
2025-11-11 11:01:02 -05:00
renovate[bot]
81dfcaf664
chore(deps): update jamesives/github-pages-deploy-action action to v4.7.4 ( #8502 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-11 00:22:31 -05:00
renovate[bot]
670940f457
chore(deps): update cts digest to cf8d393 ( #8501 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-11 00:22:09 -05:00
renovate[bot]
39c7f1b216
chore(deps): update cargo.lock ( #8504 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-11 00:21:50 -05:00
Andy Leiserson
0a3818a4d1
Adjust timeout for timestamp_queries test ( #8487 )
2025-11-10 19:38:19 -08:00
mfluehr
0290f085b2
boids: use div_ceil to calculate work group count ( #8506 )
2025-11-10 13:56:04 -05:00
Connor Fitzgerald
f14458b067
Improve late buffer binding size error ( #8484 )
2025-11-07 03:21:25 +00:00
Andy Leiserson
a2db631672
Fix clamping at minimal render extent ( #8486 )
...
This was a regression introduced by #8307 .
For mipmapped multi-planar textures, requires that the size is a
multiple of a power of two determined by the mip level count, in lieu
of properly aligning the size of each mip level to an even
dimension. See #8491 .
(The failure referred to by "fails due to missing validation" was
fixed before the regression, by #8402 , but was not identified as fixed
and added to the test list at that time.)
2025-11-06 17:56:18 -08:00
Connor Fitzgerald
c0607b53f5
Refactor readme to get to the point ( #8488 )
2025-11-07 01:23:55 +00:00
Jim Blandy
6e06ec99ee
[wgpu] Document dispatch_type! macro. ( #8483 )
...
Add more documentation for the `dispatch_type` macro, and provide a
more detailed explanation of how it enables devirtualization in the
single-backend case.
2025-11-07 00:56:46 +00:00
Andy Leiserson
3443224e78
Correct STORAGE_READ_ONLY exclusivity ( #8490 )
...
Fixes #8485
2025-11-06 15:04:38 -08:00
Erich Gubler
775ff20d7b
docs(CHANGELOG): move #8445 's entry to WebGPU section
2025-11-06 15:03:36 -05:00
Erich Gubler
a4b3d115bd
style(CHANGELOG): add space b/w Top level categories and its list
2025-11-06 15:03:36 -05:00
Connor Fitzgerald
7d8e7b447a
Remove accidentally committed test code ( #8489 )
2025-11-06 10:43:25 -05:00
Erich Gubler
e2e4651ecb
fix(core): validate that buffer is unmapped in write_buffer calls
2025-11-05 16:12:58 -05:00
Erich Gubler
f47a8eb1d1
test(cts): write current expected outcomes for webgpu:api,validation,queue,buffer_mapped:*
2025-11-05 16:12:58 -05:00
Erich Gubler
9447a22288
refactor(gles): document Buffer::map_flags ( #8455 )
2025-11-05 21:11:34 +00:00
Andy Leiserson
f888eab831
[ci] Key CTS job caches to the CTS version ( #8476 )
2025-11-05 14:54:01 -05:00
Jim Blandy
2e34322f9a
[naga] De-indent mainline control flow in interface validation. ( #8359 )
...
In `naga::valid::interface::VaryingContext::validate`, use `let else`
instead of `match`, to promote the main flow of control to a lower
indentation level, and move error reporting closer to the check that
failed.
2025-11-05 13:45:38 -05:00
Marijn Suijten
59a03eaf2f
[d3d12 wgl] Upgrade to windows 0.62 crates ( #6876 )
...
* [d3d12 wgl] Upgrade to `windows 0.59` crates
https://github.com/microsoft/windows-rs/releases/tag/0.61.0
The latest `windows 0.59` and `windows-core 0.59` crates were
just released (strangely tagged `0.61`), including some minor code
improvements for us. The MSRV has been bumped to `1.74`, but `wgpu` is
already on `1.76` anyway.
* [d3d12 wgl] Upgrade to `windows 0.61` crates
https://github.com/microsoft/windows-rs/releases/tag/63
* [d3d12 wgl] Upgrade to windows 0.62 crates
https://github.com/microsoft/windows-rs/releases/tag/69
2025-11-05 11:47:31 -05:00
renovate[bot]
cb2edd2915
Update crate-ci/typos action to v1.39.0 ( #8466 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Andreas Reich <r_andreas2@web.de>
2025-11-05 16:35:03 +00:00
Connor Fitzgerald
71b5fb0ad9
Update WARP ( #8444 )
2025-11-04 23:57:49 -05:00
Tim Evans
ccc650fd0a
Added missing aspect field in map_texture_copy_view. ( #8445 )
...
Co-authored-by: Tim Evans <tim.evans@aranzgeo.com>
2025-11-04 15:35:45 -05:00
Inner Daemons
80c4468492
Try to fix occasional CI failures caused by #8345 (mipmap-query) ( #8472 )
...
* Try to fix Occasional CI failures on wgpu-examples [Executed] [Vulkan/llvmpipe (LLVM 18.1.3, 256 bits)/0] mipmap-query
Fixes #8345
2025-11-04 15:34:58 -05:00
Kevin Reid
2a58599dc4
Replace noop waker implementation with Waker::noop().
...
The MSRV of `wgpu` is currently 1.88, so we can use `Waker::noop()`,
which was stabilized in 1.85.
2025-11-03 16:05:41 -08:00
renovate[bot]
abff8ae375
Update cts digest to 964a0b4 ( #8465 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-03 16:04:27 -08:00