Closed
Bug 1695405
Opened 5 years ago
Closed 5 years ago
Remove texture array support from SWGL
Categories
(Core :: Graphics: WebRender, enhancement)
Core
Graphics: WebRender
Tracking
()
RESOLVED
FIXED
88 Branch
| Tracking | Status | |
|---|---|---|
| firefox88 | --- | fixed |
People
(Reporter: lsalzman, Assigned: lsalzman)
References
(Blocks 2 open bugs)
Details
Attachments
(1 file)
Bug 1694909 removed support for texture arrays from WebRender. We should remove these from SWGL too, as otherwise they just have the same problems of juggling around layer indices and complicated texture addressing calculations.
| Assignee | ||
Comment 1•5 years ago
|
||
Since WebRender doesn't need texture array support anymore, neither does SWGL.
This is a massive simplification which should benefit both performance and
simplicity. This patch pretty much just removes functionality but doesn't
change any functionality that is already used and relied upon.
| Assignee | ||
Updated•5 years ago
|
Blocks: gfx-complexity
Pushed by lsalzman@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/03dbda17119d
Remove texture array support from SWGL. r=nical
Comment 3•5 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox88:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 88 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•