summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Mandin <pmandin@caramail.com>2008-07-12 00:48:44 +0200
committerPatrice Mandin <pmandin@caramail.com>2008-07-12 00:48:44 +0200
commit740c93a08ce7f5fb43a0f4cd5a50d95459c8aa8e (patch)
treec4f0f05b85ecbdc4916ae77974ce362bf126d3e7
parent58737dc87575625438d288fe2f816b6a9d2086f1 (diff)
nv30: Change comment about slowdown
-rw-r--r--src/gallium/drivers/nv30/nv30_vertprog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/nv30/nv30_vertprog.c b/src/gallium/drivers/nv30/nv30_vertprog.c
index 65e0013205..be6a327dad 100644
--- 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);*/