diff options
author | Brian Paul <[email protected]> | 2005-11-05 20:18:18 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2005-11-05 20:18:18 +0000 |
commit | 30d6a4bffa9a24b2080d145c8823bf6b1b8cbee7 (patch) | |
tree | 169905b498e1074a1d8826a49d4630dace05db0f /src/mesa/shader/arbvertparse.h | |
parent | 237dae74f72370523776a3c679b7170248326648 (diff) |
consolidate vertex/fragment program printing into _mesa_print_program()
Diffstat (limited to 'src/mesa/shader/arbvertparse.h')
-rw-r--r-- | src/mesa/shader/arbvertparse.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/mesa/shader/arbvertparse.h b/src/mesa/shader/arbvertparse.h index 30ff1629132..c18e422a498 100644 --- a/src/mesa/shader/arbvertparse.h +++ b/src/mesa/shader/arbvertparse.h @@ -1,8 +1,8 @@ /* * Mesa 3-D graphics library - * Version: 5.1 + * Version: 6.5 * - * Copyright (C) 1999-2003 Brian Paul All Rights Reserved. + * Copyright (C) 1999-2005 Brian Paul All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), @@ -30,7 +30,4 @@ _mesa_parse_arb_vertex_program(GLcontext * ctx, GLenum target, const GLubyte * str, GLsizei len, struct vertex_program *program); -extern void -_mesa_debug_vp_inst(GLint num, struct prog_instruction *vp); - #endif |