Closed
Bug 1750866
Opened 3 years ago
Closed 3 years ago
"Wrong data size" error in WebGPU writeTexture
Categories
(Core :: Graphics: WebGPU, defect)
Core
Graphics: WebGPU
Tracking
()
RESOLVED
FIXED
98 Branch
Tracking | Status | |
---|---|---|
firefox98 | --- | fixed |
People
(Reporter: kvark, Assigned: kvark)
References
Details
Attachments
(1 file)
Our WebGPU implementation may issue an exception on the content side when executing writeTexture
. It happens erroneously because the content tries to validate in addition to the server, and it does so incorrectly (primitively).
Assignee | ||
Updated•3 years ago
|
Severity: -- → S3
Assignee | ||
Comment 1•3 years ago
|
||
Updated•3 years ago
|
Assignee: nobody → dmalyshau
Status: NEW → ASSIGNED
Pushed by dmalyshau@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/6fb758e73dd9
Omit WebGPU writeTexture checks on the client side r=jimb
Comment 3•3 years ago
|
||
Backed out changeset 6fb758e73dd9 (Bug 1750866) for causing build bustages on Queue.cpp.
Backout link
Push with failures
Failure Log
Flags: needinfo?(dmalyshau)
Assignee | ||
Comment 4•3 years ago
|
||
Thanks for backing out! Re-landing now with a better fix.
Flags: needinfo?(dmalyshau)
Pushed by dmalyshau@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/36b1221090f8
Omit WebGPU writeTexture checks on the client side r=jimb
Comment 6•3 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox98:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 98 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•