Re: [Mesa-dev] [PATCH 3/3] program: Replace gl_inst_opcode with enum prog_opcode.

2015-06-02 Thread Brian Paul
Series LGTM. Reviewed-by: Brian Paul On 06/02/2015 01:23 PM, Matt Turner wrote: Both were introduced at the same time. I'm not sure why we needed two. --- src/mesa/program/ir_to_mesa.cpp | 2 +- src/mesa/program/prog_instruction.c | 10 +- src/mesa/program/prog_instruction.h

[Mesa-dev] [PATCH 3/3] program: Replace gl_inst_opcode with enum prog_opcode.

2015-06-02 Thread Matt Turner
Both were introduced at the same time. I'm not sure why we needed two. --- src/mesa/program/ir_to_mesa.cpp | 2 +- src/mesa/program/prog_instruction.c | 10 +- src/mesa/program/prog_instruction.h | 14 +++--- src/mesa/program/program_parse.y| 6 +++--- 4 files changed, 16