Fix lost edge flags problem when clipping.
authorBrian <brian.paul@tungstengraphics.com>
Thu, 30 Aug 2007 20:31:42 +0000 (14:31 -0600)
committerBrian <brian.paul@tungstengraphics.com>
Thu, 30 Aug 2007 20:43:08 +0000 (14:43 -0600)
commitaaf03b94861cbf5a602863e4542dd1c2e54ba365
tree853b15984f8ebfb0f60ed1aa83ce7f3a5eedd384
parent2d187672b7e38fcd8f6caa93f35dceb6fa11aa7f
Fix lost edge flags problem when clipping.

In emit_poly() we need to compute header.edgeflags from the vertex
edge flags.  Also need to set header.det so later stages can determine
front/back orientation.
src/mesa/pipe/draw/draw_clip.c
src/mesa/pipe/draw/draw_unfilled.c