summaryrefslogtreecommitdiff
path: root/src/mesa/tnl/t_vb_arbprogram.c
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2005-11-19 15:36:28 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2005-11-19 15:36:28 +0000
commit8c41a14c5ef0b8d2b0f1a1cd094f5abc41fa48f8 (patch)
tree81e0ebcd5230a636c59f27b10ee08cd3d4c458ef /src/mesa/tnl/t_vb_arbprogram.c
parent57548094215c8c2d869417c09c9a391f1b7e28f2 (diff)
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.
Diffstat (limited to 'src/mesa/tnl/t_vb_arbprogram.c')
-rw-r--r--src/mesa/tnl/t_vb_arbprogram.c1
1 files changed, 1 insertions, 0 deletions
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