From: Christoph Bumiller Date: Tue, 17 Aug 2010 17:03:11 +0000 (+0200) Subject: nv50: initialize edgeflag input index X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1bbbc8e0c8230d33cb1eae89cc47b5296edefc10;p=mesa.git nv50: initialize edgeflag input index --- diff --git a/src/gallium/drivers/nv50/nv50_program.c b/src/gallium/drivers/nv50/nv50_program.c index 54cd36f868c..d47941d3b15 100644 --- a/src/gallium/drivers/nv50/nv50_program.c +++ b/src/gallium/drivers/nv50/nv50_program.c @@ -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;