diff options
author | Brian Paul <[email protected]> | 2008-11-13 16:37:52 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2008-11-13 18:19:12 -0700 |
commit | 610c2461ce0683ca5412e4b2b7a496f67e9d3704 (patch) | |
tree | 6b500a4fe350480110bb3ff82bec7ae145faf440 /src/mesa/shader/prog_print.h | |
parent | 4c167f8fc1e56b6c82d8917c237e70531e3d57b9 (diff) |
mesa: make writemask_string() non-static
Diffstat (limited to 'src/mesa/shader/prog_print.h')
-rw-r--r-- | src/mesa/shader/prog_print.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/shader/prog_print.h b/src/mesa/shader/prog_print.h index 36c47e0dff9..cd9e388e825 100644 --- a/src/mesa/shader/prog_print.h +++ b/src/mesa/shader/prog_print.h @@ -43,6 +43,9 @@ _mesa_condcode_string(GLuint condcode); extern const char * _mesa_swizzle_string(GLuint swizzle, GLuint negateBase, GLboolean extended); +const char * +_mesa_writemask_string(GLuint writeMask); + extern void _mesa_print_alu_instruction(const struct prog_instruction *inst, const char *opcode_string, GLuint numRegs); |