diff options
author | Brian Paul <[email protected]> | 2005-11-05 19:32:36 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2005-11-05 19:32:36 +0000 |
commit | bf41bc03c2b461e246658704ba0b38474312cac5 (patch) | |
tree | 86045c5b2481fcb24a038d04a7daa6b11863f7d9 /src/mesa/shader/program_instruction.h | |
parent | b7c87974b38dbe68c52e729f0692f3e4875c097c (diff) |
added _mesa_program_file_string()
Diffstat (limited to 'src/mesa/shader/program_instruction.h')
-rw-r--r-- | src/mesa/shader/program_instruction.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/shader/program_instruction.h b/src/mesa/shader/program_instruction.h index 07a22145faa..dbec622634c 100644 --- a/src/mesa/shader/program_instruction.h +++ b/src/mesa/shader/program_instruction.h @@ -346,5 +346,7 @@ _mesa_num_inst_src_regs(enum prog_opcode opcode); extern const char * _mesa_opcode_string(enum prog_opcode opcode); +extern const char * +_mesa_program_file_string(enum register_file f); #endif /* PROG_INSTRUCTION_H */ |