summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_context.h
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2016-04-29 16:34:10 -0700
committerMatt Turner <mattst88@gmail.com>2016-05-03 22:33:42 -0700
commit667408b889e2bf5f103340c2deeb04c4d99cb75b (patch)
tree8aab28453633878c7eb68ee135a2855b5176a039 /src/mesa/drivers/dri/i965/brw_context.h
parentd01596613b6b7831a3c6a596108a83340f8bf657 (diff)
downloadexternal_mesa3d-667408b889e2bf5f103340c2deeb04c4d99cb75b.zip
external_mesa3d-667408b889e2bf5f103340c2deeb04c4d99cb75b.tar.gz
external_mesa3d-667408b889e2bf5f103340c2deeb04c4d99cb75b.tar.bz2
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>
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_context.h')
-rw-r--r--src/mesa/drivers/dri/i965/brw_context.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_context.h b/src/mesa/drivers/dri/i965/brw_context.h
index e449982..7468dfa 100644
--- a/src/mesa/drivers/dri/i965/brw_context.h
+++ b/src/mesa/drivers/dri/i965/brw_context.h
@@ -1794,13 +1794,6 @@ bool brw_lower_texture_gradients(struct brw_context *brw,
struct exec_list *instructions);
bool brw_do_lower_unnormalized_offset(struct exec_list *instructions);
-struct opcode_desc {
- char *name;
- int nsrc;
- int ndst;
-};
-
-extern const struct opcode_desc opcode_descs[128];
extern const char * const conditional_modifier[16];
extern const char *const pred_ctrl_align16[16];