Put color index attribute into the 6th attribute slot.
authorBrian Paul <brian.paul@tungstengraphics.com>
Tue, 25 Apr 2006 00:53:25 +0000 (00:53 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Tue, 25 Apr 2006 00:53:25 +0000 (00:53 +0000)
commit94b30dc390f1fdd526c080080830016fad3e2ee2
tree92643c41eae15bcf373a9777ca04e73cfe46c7c3
parent5bdc6fdebc0ab59a888fba15136eb4a0ee2790e1
Put color index attribute into the 6th attribute slot.
Update a lot of loops, conditionals to use the _TNL_FIRST/LAST_* values
instead of specific vertex attributes.
Remove the EdgeFlagv function from the GLvertexformat struct.
27 files changed:
src/mesa/array_cache/ac_context.c
src/mesa/main/api_loopback.c
src/mesa/main/api_noop.c
src/mesa/main/context.c
src/mesa/main/dd.h
src/mesa/main/dlist.c
src/mesa/main/get.c
src/mesa/main/get_gen.py
src/mesa/main/mtypes.h
src/mesa/main/rastpos.c
src/mesa/main/state.c
src/mesa/main/vtxfmt.c
src/mesa/main/vtxfmt_tmp.h
src/mesa/swrast_setup/ss_context.c
src/mesa/tnl/t_array_import.c
src/mesa/tnl/t_context.c
src/mesa/tnl/t_context.h
src/mesa/tnl/t_pipeline.c
src/mesa/tnl/t_save_api.c
src/mesa/tnl/t_save_loopback.c
src/mesa/tnl/t_save_playback.c
src/mesa/tnl/t_vb_light.c
src/mesa/tnl/t_vp_build.c
src/mesa/tnl/t_vtx_api.c
src/mesa/tnl/t_vtx_eval.c
src/mesa/tnl/t_vtx_exec.c
src/mesa/tnl/t_vtx_generic.c