nv50: get vp working again, fp is broken regardless somehow..

g8x sucks :)
This commit is contained in:
Ben Skeggs
2008-06-11 15:28:41 +10:00
parent 19a1e9015e
commit f50e78e83c
+2 -2
View File
@@ -24,8 +24,8 @@
fprintf(stderr, "nouveau: "fmt, ##args);
/* Constant buffer assignment */
#define NV50_CB_PMISC 1
#define NV50_CB_PVP 0
#define NV50_CB_PMISC 0
#define NV50_CB_PVP 1
#define NV50_CB_PFP 2
#define NV50_CB_PGP 3
#define NV50_CB_TIC 4