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_vb_arbprogram.c | 1 + src/mesa/tnl/t_vp_build.c | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mesa/tnl') diff --git a/src/mesa/tnl/t_vb_arbprogram.c b/src/mesa/tnl/t_vb_arbprogram.c index bf784446cd..4aa2e80d55 100644 --- a/src/mesa/tnl/t_vb_arbprogram.c +++ b/src/mesa/tnl/t_vb_arbprogram.c @@ -43,6 +43,7 @@ #include "t_pipeline.h" #include "t_vb_arbprogram.h" #include "tnl.h" +#include "program_instruction.h" #define DISASSEM 0 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