You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
https://gist.github.com/abaire/f566977419b3b3eb0537d3b4246de22f is a script I cobbled together to validate the CI results against the HW results. For any diffs that are found (there are no perceptual diffs in the current CI results) we can look at the diff output and decide if it's close enough to bless or if it's bugworthy.
To use, extract the CI results into sibling dirs, then pull https://github.com/abaire/nxdk_pgraph_tests_golden_results into the same dir. I used a symlink in my temp script and called it hw, see hw_dir in the script and adjust as necessary.
I created the script on macOS, I think on linux the perceptualdiff binary uses -- prefixed option names, so some minor adjustment may be necessary to get it to work.
Activity
[-]Add pgraph goldens[/-][+]Add pgraph test goldens[/+]abaire commentedon Mar 23, 2022
https://gist.github.com/abaire/f566977419b3b3eb0537d3b4246de22f is a script I cobbled together to validate the CI results against the HW results. For any diffs that are found (there are no perceptual diffs in the current CI results) we can look at the diff output and decide if it's close enough to bless or if it's bugworthy.
To use, extract the CI results into sibling dirs, then pull https://github.com/abaire/nxdk_pgraph_tests_golden_results into the same dir. I used a symlink in my temp script and called it
hw
, seehw_dir
in the script and adjust as necessary.I created the script on macOS, I think on linux the perceptualdiff binary uses
--
prefixed option names, so some minor adjustment may be necessary to get it to work.Lighting_normals
andZero_stride
#22