Determine ahead of time whether a display list will include vertices
authorKeith Whitwell <keith@tungstengraphics.com>
Sat, 22 Jan 2005 14:38:00 +0000 (14:38 +0000)
committerKeith Whitwell <keith@tungstengraphics.com>
Sat, 22 Jan 2005 14:38:00 +0000 (14:38 +0000)
commit36a35c5614336bffdac4827c1e04bcaa8ab2fa27
treee7a41d044ac2998fe23e89b0f36868de67fa05d1
parent8fca9bdc35bfb5220012cfa5041504b0a05d2440
Determine ahead of time whether a display list will include vertices
which have to be processed in the 'loopback' path.  If so, send
all vertices that way as the transition from playback->loopback has
several problems.
src/mesa/main/dd.h
src/mesa/main/dlist.c
src/mesa/main/mtypes.h
src/mesa/tnl/t_context.h
src/mesa/tnl/t_save_api.c
src/mesa/tnl/t_save_api.h
src/mesa/tnl/t_save_playback.c