summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Skeggs <skeggsb@gmail.com>2008-06-11 15:28:41 +1000
committerBen Skeggs <skeggsb@gmail.com>2008-06-29 15:46:17 +1000
commitf50e78e83cf7bda3537ac82de863096d829f13ee (patch)
treeba5815468c5695cfcadbac3b6e56a3682e31c1da
parent19a1e9015e4ae429ab26e56848104fa209590338 (diff)
nv50: get vp working again, fp is broken regardless somehow..
g8x sucks :)
-rw-r--r--src/gallium/drivers/nv50/nv50_context.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/drivers/nv50/nv50_context.h b/src/gallium/drivers/nv50/nv50_context.h
index 72d859c468..19ec492eb3 100644
--- a/src/gallium/drivers/nv50/nv50_context.h
+++ b/src/gallium/drivers/nv50/nv50_context.h
@@ -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