diff options
author | Brian Paul <[email protected]> | 2004-12-18 16:18:00 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2004-12-18 16:18:00 +0000 |
commit | 2a5afe3ab8d4c3624ed72b99a11b6a9017078d1c (patch) | |
tree | 77c8b5ba0ac5fa4f941f060c3e4252ecf20b1153 /src/mesa/shader/nvvertparse.c | |
parent | 6cec977773c87ac95ca66089eb50850c9f0a27ed (diff) |
Added PRINT instruction for GL_NV_fragment_program.
Diffstat (limited to 'src/mesa/shader/nvvertparse.c')
-rw-r--r-- | src/mesa/shader/nvvertparse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/shader/nvvertparse.c b/src/mesa/shader/nvvertparse.c index e84cf9d5049..b02143a2e66 100644 --- a/src/mesa/shader/nvvertparse.c +++ b/src/mesa/shader/nvvertparse.c @@ -1402,7 +1402,7 @@ _mesa_parse_nv_vertex_program(GLcontext *ctx, GLenum dstTarget, program->IsPositionInvariant = parseState.isPositionInvariant; program->IsNVProgram = GL_TRUE; -#ifdef DEBUG +#ifdef DEBUG_foo _mesa_printf("--- glLoadProgramNV result ---\n"); _mesa_print_nv_vertex_program(program); _mesa_printf("------------------------------\n"); |