i965: Delete bogus assertion in emit_gs_input_load().
authorKenneth Graunke <kenneth@whitecape.org>
Mon, 9 May 2016 04:23:18 +0000 (21:23 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Thu, 12 May 2016 08:01:42 +0000 (01:01 -0700)
commit3aa542c65760c7e9b92a41d850677a44879cc5c7
tree6c3c2f28c28aade50f9077d9b519c5fcab2a61a3
parent1c41cb58def637c9e033cb7bf108f1096c9ae63c
i965: Delete bogus assertion in emit_gs_input_load().

This looks like leftover cruft from an earlier attempt at writing
point size hacks.  Each vertex has its own copy of gl_PointSize,
so accessing any vertex other than 0 would cause this to fail.

The tests seem to work fine without it.

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
src/mesa/drivers/dri/i965/brw_fs_nir.cpp