freedreno: fix max-line-width
authorRob Clark <robclark@freedesktop.org>
Mon, 11 Apr 2016 21:46:08 +0000 (17:46 -0400)
committerRob Clark <robclark@freedesktop.org>
Wed, 13 Apr 2016 18:15:31 +0000 (14:15 -0400)
commita7eb12d089e1a7f8a311c46aa6aed5dccdeb04ec
tree6661e43013900f84525f3e98764752ac7af691a7
parent6bf462a1abf4bff3ad9adeeb5cb8a552db939f8f
freedreno: fix max-line-width

dEQP noticed that we were advertising completely bogus values.  The
actual maximum is 127.0f.

*But* we have to use an artifically low maximum to work around a bug
in the dEQP test, which gets confused when the max line width is too
large and lines start going off-screen.

Signed-off-by: Rob Clark <robclark@freedesktop.org>
src/gallium/drivers/freedreno/freedreno_screen.c