From 8c41a14c5ef0b8d2b0f1a1cd094f5abc41fa48f8 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Sat, 19 Nov 2005 15:36:28 +0000 Subject: Remove the _mesa_parse_arb_vertex/fragment_program() functions into arbprogparse.c and remove arbvertparse.[ch] and arbfragparse.[ch]. Clean up quite a bit of the arb parsing code. Rewrite parser extension code to avoid a mess of string operations every time the parser was used. --- src/mesa/tnl/t_vp_build.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/mesa/tnl/t_vp_build.c') diff --git a/src/mesa/tnl/t_vp_build.c b/src/mesa/tnl/t_vp_build.c index 598930afb0..aa0d15f8e2 100644 --- a/src/mesa/tnl/t_vp_build.c +++ b/src/mesa/tnl/t_vp_build.c @@ -38,7 +38,6 @@ #include "shader/program.h" #include "shader/program_instruction.h" -#include "shader/arbvertparse.h" struct state_key { unsigned light_global_enabled:1; -- cgit v1.2.3