Closed
Bug 1646574
Opened 4 years ago
Closed 8 months ago
Handle strided readbacks
Categories
(Core :: Graphics: WebRender, defect)
Core
Graphics: WebRender
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: jrmuizel, Assigned: jrmuizel)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Mac wants to read back into a buffer with a higher alignment.
Assignee | ||
Comment 1•4 years ago
|
||
This will need https://github.com/servo/gleam/pull/214
Comment 2•4 years ago
|
||
See also bug 1565827 for slow screenshot readback on android. I misremembered that we'd already added support for strided readbacks, but in fact we just took the simpler route of adjusting the size of the framebuffer we read from.
Blocks: wr-mac
Severity: -- → S3
Assignee | ||
Comment 3•4 years ago
|
||
This is needed to handle the higher stride requirements that
PTexture has on macOS.
Updated•4 years ago
|
Assignee: nobody → jmuizelaar
Attachment #9157733 -
Attachment description: Bug 1646574. Handle strided readbacks. → Bug 1646574. Handle strided readbacks of WebRender.
Status: NEW → ASSIGNED
Updated•8 months ago
|
Status: ASSIGNED → RESOLVED
Closed: 8 months ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•