diff options
author | Brian <[email protected]> | 2007-02-22 17:45:32 -0700 |
---|---|---|
committer | Brian <[email protected]> | 2007-02-22 17:45:32 -0700 |
commit | 059376c855cbeb160e98f438a35edb8bd88b8bb2 (patch) | |
tree | 6de6982179a6221ecad79df6a65f3e7c34127b77 /src/mesa/shader/prog_print.h | |
parent | ff0cc92757b59c9343e4fda4d20c32fbfc7586c1 (diff) |
expose _mesa_swizzle_string()
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 79c599f5a7b..c0101b6b0f6 100644 --- a/src/mesa/shader/prog_print.h +++ b/src/mesa/shader/prog_print.h @@ -37,6 +37,9 @@ typedef enum { } gl_prog_print_mode; +extern const char * +_mesa_swizzle_string(GLuint swizzle, GLuint negateBase, GLboolean extended); + extern void _mesa_print_instruction(const struct prog_instruction *inst); |