Closed
Bug 1696075
Opened 5 years ago
Closed 5 years ago
Fix sampling feedback detection handling
Categories
(Core :: Graphics: CanvasWebGL, defect, P1)
Core
Graphics: CanvasWebGL
Tracking
()
RESOLVED
FIXED
88 Branch
Tracking | Status | |
---|---|---|
firefox88 | --- | fixed |
People
(Reporter: jgilbert, Assigned: jgilbert)
References
Details
Attachments
(1 file)
I wrote a new test to capture the fixes we made in bug 1692617:
https://github.com/KhronosGroup/WebGL/pull/3221
With the full battery of tests, there are still cases that we don't get quite right,
so let's fix 'em! :)
Assignee | ||
Comment 1•5 years ago
|
||
FWIW I did double-check that the testcase from bug 1692617 passes, so hopefully my CTS test captures that.
Assignee | ||
Comment 2•5 years ago
|
||
I lean really hard into using the precise variable names and language
from the spec here. Previously I had more qualitative/descriptive names,
but I found this to mostly cause confusion. When we're up to our waists
in spec edge cases like we are here, descriptive qualitative names can
just be deceptive, and lead to incorrect intuitions.
Pushed by jgilbert@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/f83ddee1a8cf
Match spec for webgl sampling feedback detection. r=lsalzman
Comment 4•5 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox88:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 88 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•