i965/vs: Abort on unsupported opcodes rather than failing.
authorKenneth Graunke <kenneth@whitecape.org>
Tue, 27 Nov 2012 05:56:06 +0000 (21:56 -0800)
committerKenneth Graunke <kenneth@whitecape.org>
Thu, 29 Nov 2012 02:15:57 +0000 (18:15 -0800)
commitdb6231fece32a0cec6050ca570a04362036f4f48
treee208b341841b69869500da6a392902ba43a96ed5
parent8af8a26480e9e71fb1501b675f21a469c1699b9b
i965/vs: Abort on unsupported opcodes rather than failing.

Final code generation should never fail.  This is a bug, and there
should be no user-triggerable cases where this could occur.

Also, we're not going to have a fail() method after the split.

Reviewed-by: Eric Anholt <eric@anholt.net>
Reviewed-by: Anuj Phogat <anuj.phogat@gmail.com>
src/mesa/drivers/dri/i965/brw_vec4_emit.cpp