glsl: make tex_opcode_strs static
authorDave Airlie <airlied@gmail.com>
Sat, 15 Sep 2012 03:14:02 +0000 (13:14 +1000)
committerDave Airlie <airlied@gmail.com>
Sat, 15 Sep 2012 08:03:24 +0000 (18:03 +1000)
commit14b4e727fbea0da506dd8117a43cca2585043fa9
tree7b357c9c429b43b5d23d938f4fd1766b6ab41056
parent7b10d81fc82db96d642e7d3ea63ec22197ac25a6
glsl: make tex_opcode_strs static

No reason for this to be global from what I can see

Reviewed-by: Matt Turner <mattst88@gmail.com>
Acked-by: Kenneth Graunke <kenneth@whitecape.org>
Signed-off-by: Dave Airlie <airlied@redhat.com>
src/glsl/ir.cpp