From 04a81da03bef5020d863e46aa597eddf7aaac016 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Sun, 31 Aug 2003 18:52:47 +0000 Subject: Moved some shared vertex/fragment program code into new program.c file. Implemented new program_parameter_list type and functions for dealing with named program parameters, constants and GL state references. New state_index enum for describing GL state referenced within ARB vertex/ fragment programs. Plus, functions for fetching named GL state. --- src/mesa/main/nvvertprog.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/mesa/main/nvvertprog.h') diff --git a/src/mesa/main/nvvertprog.h b/src/mesa/main/nvvertprog.h index 1011fc5ad2..0dbee780df 100644 --- a/src/mesa/main/nvvertprog.h +++ b/src/mesa/main/nvvertprog.h @@ -25,6 +25,8 @@ /* Private vertex program types and constants only used by files * related to vertex programs. + * + * XXX TO-DO: Rename this file "vertprog.h" since it's not NV-specific. */ -- cgit v1.2.3