Closed Bug 1706277 Opened 4 years ago Closed 4 years ago

Remove blit_workaround_buffer from webrender

Categories

(Core :: Graphics: WebRender, task)

task

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.

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
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
Target Milestone: --- → 90 Branch
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: