Closed
Bug 1706277
Opened 4 years ago
Closed 4 years ago
Remove blit_workaround_buffer from webrender
Categories
(Core :: Graphics: WebRender, task)
Core
Graphics: WebRender
Tracking
()
RESOLVED
FIXED
90 Branch
Tracking | Status | |
---|---|---|
firefox90 | --- | fixed |
People
(Reporter: jnicol, Assigned: jnicol)
Details
Attachments
(1 file)
This was required to work around a driver bug on Adreno devices when we were using texture arrays. It's no longer required as we have stopped using texture arrays, and never will again.
It currently isn't actually initialized ever, so thankfully we're not wasting memory or anything. It's just dead code.
Assignee | ||
Comment 1•4 years ago
|
||
This was required to workaround a driver bug on Adreno devices when
blitting to texture arrays. It is no longer required as we have
stopped using texture arrays, due to all the driver bugs.
It's currently just dead code as we stopped initializing the buffers
when we removed texture array support. This patch just removes the
dead code.
Pushed by jnicol@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/eb21d076fbd3
Remove blit_workaround_buffer from webrender. r=nical
Comment 3•4 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox90:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 90 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•