diff options
author | Brian <[email protected]> | 2007-03-28 11:01:09 -0600 |
---|---|---|
committer | Brian <[email protected]> | 2007-03-28 11:01:09 -0600 |
commit | d750861dc26e3898afa2b49e3969d709dc227664 (patch) | |
tree | 929b9a89cea0ac05124c84484ff5e4853273fc50 /src/mesa/shader/prog_print.h | |
parent | 59f7f6dbe9e197482f6b5e50c6a910f86c4f6694 (diff) |
expose _mesa_condcode_string(), fix some printing
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 9c7607f9d58..36c47e0dff9 100644 --- a/src/mesa/shader/prog_print.h +++ b/src/mesa/shader/prog_print.h @@ -38,6 +38,9 @@ typedef enum { extern const char * +_mesa_condcode_string(GLuint condcode); + +extern const char * _mesa_swizzle_string(GLuint swizzle, GLuint negateBase, GLboolean extended); extern void |