projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
58737dc
)
nv30: Change comment about slowdown
author
Patrice Mandin
<pmandin@caramail.com>
Fri, 11 Jul 2008 22:48:44 +0000
(
00:48
+0200)
committer
Patrice Mandin
<pmandin@caramail.com>
Fri, 11 Jul 2008 22:48:44 +0000
(
00:48
+0200)
src/gallium/drivers/nv30/nv30_vertprog.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/nv30/nv30_vertprog.c
b/src/gallium/drivers/nv30/nv30_vertprog.c
index 65e00132055d833db1d941d71393586d857138c2..be6a327dad5bc6ad1447bf8f90d4fcc27273eb37 100644
(file)
--- a/
src/gallium/drivers/nv30/nv30_vertprog.c
+++ b/
src/gallium/drivers/nv30/nv30_vertprog.c
@@
-678,7
+678,7
@@
nv30_vertprog_validate(struct nv30_context *nv30)
so = so_new(2, 0);
so_method(so, rankine, NV34TCL_VP_START_FROM_ID, 1);
so_data (so, vp->exec->start);
- /*
Add these, and you'll go 1/3 speed
*/
+ /*
FIXME: Add these, and you'll have big slowdown
*/
/*so_method(so, rankine, NV34TCL_VP_ATTRIB_EN, 2);
so_data (so, vp->ir);
so_data (so, vp->or);*/