Closed
Bug 1913121
Opened 7 months ago
Closed 6 months ago
Update wgpu to c6a3d9273 (2024-08-13)
Categories
(Core :: Graphics: WebGPU, task, P1)
Core
Graphics: WebGPU
Tracking
()
RESOLVED
FIXED
131 Branch
Tracking | Status | |
---|---|---|
firefox131 | --- | fixed |
People
(Reporter: jimb, Assigned: jimb)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
What it says on the tin.
Updated•7 months ago
|
Blocks: webgpu-update-wgpu
Assignee | ||
Comment 1•6 months ago
|
||
Use Id::into_raw
and Id::from_raw
instead of the deleted
DeviceId::into_queue_id
.
Adapt wgpu_server_queue_submit
to the new submission index
type.
Use corrected spelling WGPUTextureFormat_Rg11b10UFloat
.
Assignee | ||
Comment 2•6 months ago
|
||
Assignee | ||
Comment 3•6 months ago
|
||
The try push has the test_disabled.html
failure that folks have been talking about. This mochitest shouldn't be running at all in nightly builds.
This failure, however, looks serious:
PROCESS-CRASH | Queue[Id(2,1,vk)] does not exist [@ wgpu_core::storage::Storage<T>::get] | /_mozilla/webgpu/cts/webgpu/compat/api/validation/texture/createTexture/cts.https.html?q=webgpu:compat,api,validation,texture,createTexture:unsupportedStorageTextureFormats:*
I probably botched the queue id allocation.
Assignee | ||
Comment 4•6 months ago
|
||
Okay, the newest version of the patch should address the above crashes.
try push
Assignee | ||
Comment 5•6 months ago
|
||
I've filed bug 1913649 for the spurious test_disabled.html
failures.
Pushed by jblandy@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/602acc41ec6d
Update wgpu to c6a3d9273 (2024-08-13) r=webgpu-reviewers,supply-chain-reviewers,ErichDonGubler,teoxoy
Comment 7•6 months ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 months ago
status-firefox131:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 131 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•