mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-17 14:50:45 +02:00
nv50: initialize edgeflag input index
This commit is contained in:
parent
3e27785f3e
commit
1bbbc8e0c8
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue