Closed Bug 1627368 Opened 5 years ago Closed 5 years ago

Software WebRender lacks support for `LINEAR_MIPMAP_LINEAR` (reftests/image/downscale.yaml)

Categories

(Core :: Graphics: WebRender, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla77
Tracking Status
firefox77 --- fixed

People

(Reporter: jimb, Assigned: lsalzman)

References

Details

Attachments

(1 file)

reftests/image/downscale.yaml ends up requesting TextureFilter::Trilinear, which leads gl::Device::set_texture_parameters to choose gl::LINEAR_MIPMAP_LINEAR as the texture's minifying function, which gl.cc's TexParameteri doesn't support.

Blocks: 1626702
No longer blocks: sw-wr-correctness
Assignee: nobody → lsalzman
Status: NEW → ASSIGNED
Pushed by lsalzman@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/7c2a3af0a0d3 allow requesting trilinear filtering in SWGL. r=jimb
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla77
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: