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.
This commit is contained in:
Brian Paul
2005-11-19 15:36:28 +00:00
parent 5754809421
commit 8c41a14c5e
12 changed files with 264 additions and 445 deletions

View File

@@ -32,7 +32,6 @@
#include "shader/program.h"
#include "shader/program_instruction.h"
#include "shader/arbfragparse.h"
#define DISASSEM (MESA_VERBOSE & VERBOSE_DISASSEM)