Fix propogation of material values in VB's that don't reach the lighting
authorKeith Whitwell <keith@tungstengraphics.com>
Thu, 15 Feb 2001 01:33:52 +0000 (01:33 +0000)
committerKeith Whitwell <keith@tungstengraphics.com>
Thu, 15 Feb 2001 01:33:52 +0000 (01:33 +0000)
commitc6b2a92613a5110dbf387721af8ec505744183b9
tree00358af747ddad95ba79c8649b39329e48b2cfd1
parent4e52e192b2507a001817c8172713016cef69206b
Fix propogation of material values in VB's that don't reach the lighting
stage.  (Materials now treated more like colors, etc.).

Continue whipping the dd templates into shape.

Remove old NormalLength code; may come back as a driver helper, but not
useful for, eg. hardware t&l drivers.
14 files changed:
src/mesa/main/dd.h
src/mesa/main/light.c
src/mesa/main/light.h
src/mesa/tnl/t_array_api.c
src/mesa/tnl/t_array_import.c
src/mesa/tnl/t_context.h
src/mesa/tnl/t_imm_alloc.c
src/mesa/tnl/t_imm_api.c
src/mesa/tnl/t_imm_dlist.c
src/mesa/tnl/t_imm_exec.c
src/mesa/tnl/t_imm_exec.h
src/mesa/tnl/t_imm_fixup.c
src/mesa/tnl/t_pipeline.c
src/mesa/tnl/t_vb_normals.c