Checkpoint work for new GLSL compiler back-end.
authorBrian <brian@yutani.localnet.net>
Wed, 13 Dec 2006 21:58:13 +0000 (14:58 -0700)
committerBrian <brian@yutani.localnet.net>
Wed, 13 Dec 2006 21:58:13 +0000 (14:58 -0700)
commita328e469d328f8b6fd5afdfc21d576fa1a2c43fc
tree5e5e2a7ef745a97abbbeca7378ea348a0836c49e
parentfe1d01cb398cbcb5b28a0b222845d3865c4d612b
Checkpoint work for new GLSL compiler back-end.

Among changes:
Remove ctx->FragmentProgram._Active
Remove _UseTexEnvProgram
Move _MaintainTnlProgram, _MaintainTexEnvProgram, _TexEnvProgram and
_TnlProgram fields.
Remove/disable old GLSL interpreter code.
16 files changed:
src/mesa/tnl/t_context.c
src/mesa/tnl/t_pipeline.c
src/mesa/tnl/t_vb_arbprogram.c
src/mesa/tnl/t_vb_arbprogram.h
src/mesa/tnl/t_vb_arbshader.c
src/mesa/tnl/t_vb_cull.c
src/mesa/tnl/t_vb_fog.c
src/mesa/tnl/t_vb_light.c
src/mesa/tnl/t_vb_normals.c
src/mesa/tnl/t_vb_points.c
src/mesa/tnl/t_vb_program.c
src/mesa/tnl/t_vb_texgen.c
src/mesa/tnl/t_vb_texmat.c
src/mesa/tnl/t_vb_vertex.c
src/mesa/tnl/t_vp_build.c
src/mesa/tnl/t_vtx_eval.c