Closed
Bug 1752919
Opened 3 years ago
Closed 2 years ago
Make WebRender allow opacity in large images
Categories
(Core :: Graphics: WebRender, enhancement, P4)
Core
Graphics: WebRender
Tracking
()
RESOLVED
FIXED
102 Branch
Tracking | Status | |
---|---|---|
firefox102 | --- | fixed |
People
(Reporter: bradwerth, Assigned: bradwerth)
References
Details
Attachments
(1 file)
Bug 1723469 showed that WebRender does not correctly handle opacity on images larger that 4096px in at least one dimension. The patch for that Bug disables opacity flattening for large images, but a better solution would be to make WebRender handle those images properly.
Assignee | ||
Comment 1•3 years ago
|
||
It looks like this fails when the compositor can't promote the image to a surface due to the limit on compositor surface sizes.
Assignee | ||
Comment 2•2 years ago
|
||
This eliminates the need to determine when WebRender will apply opacity without a
filter, since it will now always apply opacity correctly for both tiled and untiled
images.
Updated•2 years ago
|
Assignee: nobody → bwerth
Status: NEW → ASSIGNED
Pushed by bwerth@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/792208df66b2 Make tiled images respect opacity applied as color. r=gw
Comment 4•2 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox102:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 102 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•