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:
@@ -43,6 +43,7 @@
|
||||
#include "t_pipeline.h"
|
||||
#include "t_vb_arbprogram.h"
|
||||
#include "tnl.h"
|
||||
#include "program_instruction.h"
|
||||
|
||||
|
||||
#define DISASSEM 0
|
||||
|
Reference in New Issue
Block a user