Closed
Bug 1704944
Opened 4 years ago
Closed 4 years ago
Add SubSlice struct to picture cache instances
Categories
(Core :: Graphics: WebRender, task)
Core
Graphics: WebRender
Tracking
()
RESOLVED
FIXED
89 Branch
| Tracking | Status | |
|---|---|---|
| firefox89 | --- | fixed |
People
(Reporter: gw, Assigned: gw)
References
Details
Attachments
(1 file)
No description provided.
| Assignee | ||
Comment 1•4 years ago
|
||
This patch adds the SubSlice structure as a container of both
a tile grid and native surface within a picture cache instance.
There are no functional changes in this patch - it just adds the
new structure, and only ever creates a single sub-slice, which
all primitives are added to. The intent is to make follow up patches
easier to review, by introducing this non-functional change which
causes a lot of indentation changes in the diff.
In future, multiple sub-slices will be created for picture caches
that contain compositor surfaces.
Updated•4 years ago
|
Assignee: nobody → gwatson
Status: NEW → ASSIGNED
| Assignee | ||
Updated•4 years ago
|
Blocks: sw-wr-perf-d3d11-webgl
Pushed by gwatson@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/a1f789984722
Add SubSlice struct to picture cache instances. r=gfx-reviewers,lsalzman
Comment 3•4 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox89:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 89 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•