freedreno/a3xx: point size should not be divided by 2
authorIlia Mirkin <imirkin@alum.mit.edu>
Tue, 17 Mar 2015 05:00:38 +0000 (01:00 -0400)
committerIlia Mirkin <imirkin@alum.mit.edu>
Sat, 28 Mar 2015 18:54:41 +0000 (14:54 -0400)
commit7fc5da8b9392042b5f8a989d2afa49ea1944f9a9
treee70744bd232ff9c2fc2fe3ee1d9cc9d470274f2a
parent738c8319ac85b175994b35d1fdc4860e18184b93
freedreno/a3xx: point size should not be divided by 2

The division is probably a holdover from the days when the fixed point
inline functions generated by headergen were broken.

Also reduce the maximum point size to 4092 (vs 4096), which is what the
blob does.

Cc: "10.4 10.5" <mesa-stable@lists.freedesktop.org>
Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
src/gallium/drivers/freedreno/a3xx/fd3_rasterizer.c
src/gallium/drivers/freedreno/freedreno_screen.c