projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
19a1e90
)
nv50: get vp working again, fp is broken regardless somehow..
author
Ben Skeggs
<skeggsb@gmail.com>
Wed, 11 Jun 2008 05:28:41 +0000
(15:28 +1000)
committer
Ben Skeggs
<skeggsb@gmail.com>
Sun, 29 Jun 2008 05:46:17 +0000
(15:46 +1000)
g8x sucks :)
src/gallium/drivers/nv50/nv50_context.h
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/nv50/nv50_context.h
b/src/gallium/drivers/nv50/nv50_context.h
index 72d859c468589ea730019e870e0d923bc9cc067e..19ec492eb3f0b893487ba3625bac51c380af85e5 100644
(file)
--- 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