Fix the worst problems with dangling edgeflag references in
authorKeith Whitwell <keith@tungstengraphics.com>
Sat, 23 Apr 2005 11:55:18 +0000 (11:55 +0000)
committerKeith Whitwell <keith@tungstengraphics.com>
Sat, 23 Apr 2005 11:55:18 +0000 (11:55 +0000)
commitdf943a40411d2b71381e5053d7c59e8cd2400fff
treee10d686768dc55bd5b60cfbac2e79fa5380bc9a3
parent0d4af83f252d51f504b7df59a9fab7f83672b9ba
Fix the worst problems with dangling edgeflag references in
display lists.  These mainly arise from edgeflag being the only
attribute no longer stored internally as a float and requiring
various special case paths to accomodate it.
src/mesa/tnl/t_context.h
src/mesa/tnl/t_save_api.c
src/mesa/tnl/t_vtx_api.c