Closed
Bug 1762813
Opened 3 years ago
Closed 3 years ago
Add support for resolve ops on picture cache and color targets
Categories
(Core :: Graphics: WebRender, task)
Core
Graphics: WebRender
Tracking
()
RESOLVED
FIXED
101 Branch
Tracking | Status | |
---|---|---|
firefox101 | --- | fixed |
People
(Reporter: gw, Assigned: gw)
References
Details
Attachments
(1 file)
No description provided.
Assignee | ||
Comment 1•3 years ago
|
||
Currently, filter primitives expect an input to be in a single
source surface texture. However, for backdrop-filter the source
is often present in multiple picture cache tile targets. For now,
this patch allows source data from picture cache tiles to be
resolved (copied) in to a single source texture for the filter
graph to operate on.
This does involve copying some extra pixels on the GPU for the
initial implementation. In future, we could add support for
filter shaders to work with multiple tiles as input sources (this
is straightforward for simple 1:1 shaders, but somewhat more
complicated for shaders such as blur filters).
Updated•3 years ago
|
Assignee: nobody → gwatson
Status: NEW → ASSIGNED
Pushed by gwatson@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/49081419801e
Add support for resolve ops on picture cache and color targets r=gfx-reviewers,lsalzman
Comment 3•3 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox101:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 101 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•