Remove the _mesa_parse_arb_vertex/fragment_program() functions into
authorBrian Paul <brian.paul@tungstengraphics.com>
Sat, 19 Nov 2005 15:36:28 +0000 (15:36 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Sat, 19 Nov 2005 15:36:28 +0000 (15:36 +0000)
commit8c41a14c5ef0b8d2b0f1a1cd094f5abc41fa48f8
tree81e0ebcd5230a636c59f27b10ee08cd3d4c458ef
parent57548094215c8c2d869417c09c9a391f1b7e28f2
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.
12 files changed:
src/mesa/main/texenvprogram.c
src/mesa/shader/arbfragparse.c [deleted file]
src/mesa/shader/arbfragparse.h [deleted file]
src/mesa/shader/arbprogparse.c
src/mesa/shader/arbprogparse.h
src/mesa/shader/arbprogram.c
src/mesa/shader/arbvertparse.c [deleted file]
src/mesa/shader/arbvertparse.h [deleted file]
src/mesa/shader/descrip.mms
src/mesa/sources
src/mesa/tnl/t_vb_arbprogram.c
src/mesa/tnl/t_vp_build.c