-
Fixed R8I and R8UI fragment output formats · 827d07abAlexis Hetu authored
There was a silly mistake in the code that I just found. Instead of being ordered (1,2,3,4), the 4 pixels being outputted were ordered (3,4,1,2), which was within the tolerance threshold for most of the image, but exhibited weird sparse diagonal lines of errors (values outside of threshold). Reordered the pixels properly to fix the issue. Change-Id: I082463d22e585e5ee98836a87ef60efca05e58f0 Reviewed-on: https://swiftshader-review.googlesource.com/7192Tested-by:
Alexis Hétu <sugoi@google.com> Reviewed-by:
Nicolas Capens <capn@google.com>
827d07ab
×