tgsi: use TGSI_INTERPOLATE_x arguments instead of zeros in ureg code
authorBrian Paul <brianp@vmware.com>
Thu, 8 Feb 2018 01:29:12 +0000 (18:29 -0700)
committerBrian Paul <brianp@vmware.com>
Thu, 8 Feb 2018 16:49:03 +0000 (09:49 -0700)
commitd95c2d86cc095d73759b4db1b2689013af66f622
tree59ebcf1d88036707280e4b2e3ffbd26a54870336
parent26948ba761e04e74a5d15a3115117b9954a4fcbb
tgsi: use TGSI_INTERPOLATE_x arguments instead of zeros in ureg code

TGSI_INTERPOLATE_CONSTANT and TGSI_INTERPOLATE_LOC_CENTER have the
value zero so there's no change in behavior.  It seems funny to
declare these fs input registers with constant interpolation.  But
it looks like ureg_DECL_input_layout() is not called anywhere and
ureg_DECL_input() is only called from
util_make_geometry_passthrough_shader().

Reviewed-by: Mathias Fröhlich <mathias.froehlich@web.de>
Reviewed-by: Roland Scheidegger <sroland@vmware.com>
src/gallium/auxiliary/tgsi/tgsi_ureg.c