i965/vec4: Drop support for ATTR as an instruction destination.
authorKenneth Graunke <kenneth@whitecape.org>
Thu, 14 Jan 2016 04:33:17 +0000 (20:33 -0800)
committerKenneth Graunke <kenneth@whitecape.org>
Wed, 10 Feb 2016 01:01:45 +0000 (17:01 -0800)
commit85f5c18fef1ff2f19d698f150e23a02acd6f59b9
tree49f9797b17b1f8c49abca748f75e07155c80ebd0
parent67c5d00273ca248d681bc73e81a53a8c45741991
i965/vec4: Drop support for ATTR as an instruction destination.

This is no longer necessary...and it doesn't make much sense to
have inputs as destinations.

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Matt Turner <mattst88@gmail.com>
Reviewed-by: Chris Forbes <chrisf@ijw.co.nz>
src/mesa/drivers/dri/i965/brw_vec4.cpp