i965: Reorder workaround flags computation.
authorMathias Fröhlich <mathias.froehlich@web.de>
Sat, 20 Apr 2019 05:28:19 +0000 (07:28 +0200)
committerMarge Bot <eric+marge@anholt.net>
Tue, 10 Mar 2020 14:28:37 +0000 (14:28 +0000)
commit38db4f17200cb5bfeb550bb732ccace5052afb04
tree952907ba12e9871688f058bfce95f751a006202d
parente53fd073beabfa36338fa349dedfa83e0d0a4d92
i965: Reorder workaround flags computation.

Vertex processing workaround flags can be split into
array and current vertex attributes. By that we
can use specific access functions for these different
vertex attribute kinds. This finally obsoletes
some access functions that I introduced last winter
for a smooth transition.

v2: Style fixes.

Reviewed-by: Matt Turner <mattst88@gmail.com>
Signed-off-by: Mathias Fröhlich <Mathias.Froehlich@web.de>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/308>
src/mesa/drivers/dri/i965/brw_draw.c