i965: Merge inst_info and opcode_desc tables.
authorMatt Turner <mattst88@gmail.com>
Fri, 29 Apr 2016 23:34:10 +0000 (16:34 -0700)
committerMatt Turner <mattst88@gmail.com>
Wed, 4 May 2016 05:33:42 +0000 (22:33 -0700)
commit667408b889e2bf5f103340c2deeb04c4d99cb75b
tree8aab28453633878c7eb68ee135a2855b5176a039
parentd01596613b6b7831a3c6a596108a83340f8bf657
i965: Merge inst_info and opcode_desc tables.

I merged opcode_desc into inst_info (instead of the other way around)
because inst_info was sorted by opcode number.

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