panfrost: Use fp32 (not fp16) varyings
authorAlyssa Rosenzweig <alyssa@rosenzweig.io>
Sun, 28 Apr 2019 15:21:34 +0000 (15:21 +0000)
committerAlyssa Rosenzweig <alyssa@rosenzweig.io>
Sun, 28 Apr 2019 21:34:32 +0000 (21:34 +0000)
commit0ebf1047a4fcb8c6703c5d3f8bd1d7e47a478e46
treecd9e925dbc94744bef9959c6312340b015a49c03
parenta81267f228575335446ec2a2e6ca64a3df7dba5e
panfrost: Use fp32 (not fp16) varyings

In a perfect world, we'd use fp16 varyings for mediump and fp32 for
highp, allowing us to get a performance win without sacrificing
conformance. Unfortunately, we're not there (yet), so it's better we
assume always fp32 than always fp16 to avoid artefacts / breaking a lot
of deqp.

Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
src/gallium/drivers/panfrost/pan_assemble.c