i965/vs: Simplify the Gen6-7 part of setup_uniform_clipplane_values().
authorKenneth Graunke <kenneth@whitecape.org>
Wed, 7 Nov 2012 06:23:04 +0000 (22:23 -0800)
committerKenneth Graunke <kenneth@whitecape.org>
Tue, 13 Nov 2012 09:27:31 +0000 (01:27 -0800)
commit32628578439ea43bb55b3827e13351d96f7c2b0c
treea64f05ec976f79c359ae0450a7eb8702dbb8401f
parent0ad4360ca1d0bd175d463d4c2ca87f3cfe11ba3f
i965/vs: Simplify the Gen6-7 part of setup_uniform_clipplane_values().

There's no compaction, so we can drop that code and simply use 'i'.

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Eric Anholt <eric@anholt.net>
src/mesa/drivers/dri/i965/brw_vec4_visitor.cpp