From 30d6a4bffa9a24b2080d145c8823bf6b1b8cbee7 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Sat, 5 Nov 2005 20:18:18 +0000 Subject: consolidate vertex/fragment program printing into _mesa_print_program() --- src/mesa/shader/arbvertparse.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'src/mesa/shader/arbvertparse.h') diff --git a/src/mesa/shader/arbvertparse.h b/src/mesa/shader/arbvertparse.h index 30ff162913..c18e422a49 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 -- cgit v1.2.3