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/arbprogram.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/mesa/main/arbprogram.h') diff --git a/src/mesa/main/arbprogram.h b/src/mesa/main/arbprogram.h index 07cd3a17aa..bc5a6626ed 100644 --- a/src/mesa/main/arbprogram.h +++ b/src/mesa/main/arbprogram.h @@ -26,11 +26,6 @@ #ifndef ARBPROGRAM_H #define ARBPROGRAM_H -#include "mtypes.h" - -extern void -_mesa_init_program(GLcontext *ctx); - extern void _mesa_EnableVertexAttribArrayARB(GLuint index); -- cgit v1.2.3