From: Ben Skeggs Date: Wed, 11 Jun 2008 05:28:41 +0000 (+1000) Subject: nv50: get vp working again, fp is broken regardless somehow.. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f50e78e83cf7bda3537ac82de863096d829f13ee;p=mesa.git nv50: get vp working again, fp is broken regardless somehow.. g8x sucks :) --- diff --git a/src/gallium/drivers/nv50/nv50_context.h b/src/gallium/drivers/nv50/nv50_context.h index 72d859c4685..19ec492eb3f 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