mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 09:38:07 +02:00
nv50: change some magic reg, makes more things work
No real idea what this does.. but a lot of things that misrendered and made the GPU throw a DATA_ERROR now work.. I'm wondering what side-effects we'll see from this :)
This commit is contained in:
parent
e8b0088692
commit
8337c78d91
1 changed files with 1 additions and 1 deletions
|
|
@ -1739,7 +1739,7 @@ nv50_fragprog_validate(struct nv50_context *nv50)
|
|||
so_reloc (so, p->buffer, 0, NOUVEAU_BO_VRAM | NOUVEAU_BO_RD |
|
||||
NOUVEAU_BO_LOW, 0, 0);
|
||||
so_method(so, tesla, 0x1904, 4);
|
||||
so_data (so, 0x01040404); /* p: 0x01000404 */
|
||||
so_data (so, 0x00040404); /* p: 0x01000404 */
|
||||
so_data (so, 0x00000004);
|
||||
so_data (so, 0x00000000);
|
||||
so_data (so, 0x00000000);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue