program: Replace gl_inst_opcode with enum prog_opcode.
authorMatt Turner <mattst88@gmail.com>
Mon, 1 Jun 2015 23:46:29 +0000 (16:46 -0700)
committerMatt Turner <mattst88@gmail.com>
Wed, 3 Jun 2015 17:40:59 +0000 (10:40 -0700)
commit54a70a8ef20a9a875f0828acb42332cf69217ff5
tree60fc58b1e5b101c784be390e985f711a93a39434
parentfb011d31578ada40c2755314db783522477d0ad4
program: Replace gl_inst_opcode with enum prog_opcode.

Both were introduced at the same time. I'm not sure why we needed two.

Reviewed-by: Brian Paul <brianp@vmware.com>
src/mesa/program/ir_to_mesa.cpp
src/mesa/program/prog_instruction.c
src/mesa/program/prog_instruction.h
src/mesa/program/program_parse.y