diff options
author | Brian Paul <[email protected]> | 2005-11-19 15:36:28 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2005-11-19 15:36:28 +0000 |
commit | 8c41a14c5ef0b8d2b0f1a1cd094f5abc41fa48f8 (patch) | |
tree | 81e0ebcd5230a636c59f27b10ee08cd3d4c458ef /src/mesa/tnl/t_vp_build.c | |
parent | 57548094215c8c2d869417c09c9a391f1b7e28f2 (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_vp_build.c')
-rw-r--r-- | src/mesa/tnl/t_vp_build.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/tnl/t_vp_build.c b/src/mesa/tnl/t_vp_build.c index 598930afb04..aa0d15f8e2c 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; |