summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nv50/nv50_program.c
diff options
context:
space:
mode:
authorChristoph Bumiller <e0425955@student.tuwien.ac.at>2010-08-17 19:03:11 +0200
committerChristoph Bumiller <e0425955@student.tuwien.ac.at>2010-08-17 19:03:48 +0200
commit1bbbc8e0c8230d33cb1eae89cc47b5296edefc10 (patch)
tree7b74ef43543c73e8f155ea9867677b3d4e791c80 /src/gallium/drivers/nv50/nv50_program.c
parent3e27785f3ebe6620805f97cb5c17ec8bd28bc1e8 (diff)
nv50: initialize edgeflag input index
Diffstat (limited to 'src/gallium/drivers/nv50/nv50_program.c')
-rw-r--r--src/gallium/drivers/nv50/nv50_program.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/nv50/nv50_program.c b/src/gallium/drivers/nv50/nv50_program.c
index 54cd36f868..d47941d3b1 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;