nv50: initialize edgeflag input index
authorChristoph Bumiller <e0425955@student.tuwien.ac.at>
Tue, 17 Aug 2010 17:03:11 +0000 (19:03 +0200)
committerChristoph Bumiller <e0425955@student.tuwien.ac.at>
Tue, 17 Aug 2010 17:03:48 +0000 (19:03 +0200)
src/gallium/drivers/nv50/nv50_program.c

index 54cd36f868c287db09096a394f26665fa17c2674..d47941d3b151710c854008ff7140f67ccfa37367 100644 (file)
@@ -484,6 +484,7 @@ nv50_prog_scan(struct nv50_translation_info *ti)
    struct tgsi_parse_context parse;
    int ret;
 
+   p->vp.edgeflag = 0x40;
    p->vp.psiz = 0x40;
    p->vp.bfc[0] = 0x40;
    p->vp.bfc[1] = 0x40;