Closed
Bug 1551131
Opened 5 years ago
Closed 5 years ago
Refactor WR batching code in preparation for different batches per dirty region / render task.
Categories
(Core :: Graphics: WebRender, task)
Core
Graphics: WebRender
Tracking
()
RESOLVED
FIXED
mozilla68
Tracking | Status | |
---|---|---|
firefox68 | --- | fixed |
People
(Reporter: gw, Assigned: gw)
Details
Attachments
(1 file)
No description provided.
Assignee | ||
Updated•5 years ago
|
Assignee: nobody → gwatson
Assignee | ||
Comment 1•5 years ago
|
||
- Store render task address per-instance rather than per-primitive, to allow adding a single primitive to multiple batches / render tasks.
- Store render task id inside alpha batch builder, since multiple batch builders will be passed in future.
- Add primitive visibility mask, storing a bit mask of which dirty regions a visible primitive intersects.
- Store RenderTaskAddress as a u16 in CPU and shader types.
- Add picture caching debug flag to wrench.
Pushed by gwatson@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/5048590d3b69
Refactor WR batching code in preparation for different batches per dirty region / render task. r=nical
Comment 3•5 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox68:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla68
You need to log in
before you can comment on or make changes to this bug.
Description
•