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)
Core
Graphics: WebRender
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.
Reporter | ||
Updated•5 years ago
|
Assignee | ||
Comment 1•5 years ago
|
||
Updated•5 years ago
|
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
Comment 3•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox77:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla77
You need to log in
before you can comment on or make changes to this bug.
Description
•