Closed
Bug 1633617
Opened 5 years ago
Closed 5 years ago
Round quantized coordinates in SWGL bilinear filtering
Categories
(Core :: Graphics: WebRender, defect, P3)
Core
Graphics: WebRender
Tracking
()
RESOLVED
FIXED
mozilla77
Tracking | Status | |
---|---|---|
firefox77 | --- | fixed |
People
(Reporter: lsalzman, Assigned: lsalzman)
References
(Blocks 2 open bugs)
Details
Attachments
(2 files)
When we quantize coordinate increments for bilinear filtering in SWGL, we need to round the increment. Otherwise, it causes a lot of subtle fuzz that is easily avoided.
Assignee | ||
Updated•5 years ago
|
Summary: Round quantized coordinate in SWGL bilinear filtering → Round quantized coordinates in SWGL bilinear filtering
Assignee | ||
Comment 1•5 years ago
|
||
Pushed by lsalzman@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/0f93b1334838
round quantized coordinates in SWGL bilinear filtering. r=jimb
Comment 3•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox77:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla77
Assignee | ||
Comment 4•5 years ago
|
||
Comment 5•5 years ago
|
||
bugherder |
Pushed by lsalzman@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/38dd57dc02d4
offset SWGL's linear BlitFramebuffer to texel centers. r=jimb
Comment 7•5 years ago
|
||
bugherder |
You need to log in
before you can comment on or make changes to this bug.
Description
•