i965: Make opcode_descs and gen_from_devinfo() static.
authorMatt Turner <mattst88@gmail.com>
Fri, 29 Apr 2016 23:56:35 +0000 (16:56 -0700)
committerMatt Turner <mattst88@gmail.com>
Wed, 4 May 2016 05:34:00 +0000 (22:34 -0700)
commitb89b0a03f292d812e4b06b0260b00a56532db689
tree635cb0049e8a8b586ebeb9194cbc136b975b3bb4
parent0ff4912cf4e3d7186bbc5ba4886d00dd4d4876d3
i965: Make opcode_descs and gen_from_devinfo() static.

The previous commit replaced direct uses of opcode_descs with calls to
the wrapper function, which should be the only method of accessing
opcode_descs's data. As a result gen_from_devinfo() can also be made
static.

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