Clean-up/renaming of the per-vertex attribute bits, specifically, the
authorBrian Paul <brian.paul@tungstengraphics.com>
Tue, 22 Jan 2002 14:35:16 +0000 (14:35 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Tue, 22 Jan 2002 14:35:16 +0000 (14:35 +0000)
commit4c8fadc6d996c8c433826c4c763104b7d69cf7e5
tree3e85b89009cf5beaf25c28bbe3748f1c90ef9cab
parent9b681dcc17c9c6d25aa40fa59cd617ae911cf988
Clean-up/renaming of the per-vertex attribute bits, specifically, the
VERT_BIT_* flags are new and used in many places (esp in T&L code).
Updated some comments for doxygen.
Various code clean-ups.
23 files changed:
src/mesa/main/mtypes.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_api.c
src/mesa/tnl/t_imm_debug.c
src/mesa/tnl/t_imm_dlist.c
src/mesa/tnl/t_imm_elt.c
src/mesa/tnl/t_imm_eval.c
src/mesa/tnl/t_imm_exec.c
src/mesa/tnl/t_imm_fixup.c
src/mesa/tnl/t_pipeline.c
src/mesa/tnl/t_vb_fog.c
src/mesa/tnl/t_vb_light.c
src/mesa/tnl/t_vb_lighttmp.h
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_render.c
src/mesa/tnl/t_vb_texgen.c
src/mesa/tnl/t_vb_texmat.c
src/mesa/tnl/t_vb_vertex.c
src/mesa/x86/gen_matypes.c