From de99760bf3511d05185799c4fb4347f9e5f420f4 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Sat, 12 Nov 2005 17:53:14 +0000 Subject: Move stuff common to vertex/fragment_program into the base class, including: Instructions, InputsRead, OutputsWritten, and Parameters. Also, added debug functions: _mesa_print_instruction(), _mesa_print_program_parameters() and revamp _mesa_print_program(). --- src/mesa/shader/arbprogparse.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/mesa/shader/arbprogparse.h') diff --git a/src/mesa/shader/arbprogparse.h b/src/mesa/shader/arbprogparse.h index 5dbf31a2b1..b8498ff281 100644 --- a/src/mesa/shader/arbprogparse.h +++ b/src/mesa/shader/arbprogparse.h @@ -43,9 +43,11 @@ struct arb_program { struct program Base; +#if 0 struct program_parameter_list *Parameters; GLbitfield InputsRead; GLbitfield OutputsWritten; +#endif GLuint Position; /* Just used for error reporting while parsing */ GLuint MajorVersion; -- cgit v1.2.3