i965: handle all unfilled mode in clip stage. fix bug #12453

This commit is contained in:
Xiang, Haihao 2007-09-27 16:14:57 +08:00
parent 6254be9b71
commit 3ee6a77e97
1 changed files with 4 additions and 0 deletions

View File

@ -212,6 +212,10 @@ static void upload_clip_prog( struct brw_context *brw )
}
}
if (brw->attribs.Polygon->BackMode != GL_FILL ||
brw->attribs.Polygon->FrontMode != GL_FILL)
key.do_unfilled = 1;
/* Most cases the fixed function units will handle. Cases where
* one or more polygon faces are unfilled will require help:
*/