i965: Structure code so unsupported inst will not generate more errors.
authorMatt Turner <mattst88@gmail.com>
Tue, 8 Nov 2016 23:42:01 +0000 (15:42 -0800)
committerMatt Turner <mattst88@gmail.com>
Fri, 20 Jan 2017 19:40:52 +0000 (11:40 -0800)
commita693305b61b1183d18699240b40a0a62c5c07381
tree7cb17a6043948061bc780de361126624037acf61
parentf0429359cc8a9d5bdc1f76f2107bf1df151b123c
i965: Structure code so unsupported inst will not generate more errors.

We want to rely on brw_opcode_desc() always returning non-NULL in other
validation functions. Other validation functions will be in the else
case of the block added in this patch.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/drivers/dri/i965/brw_eu_validate.c