From: Patrice Mandin Date: Fri, 11 Jul 2008 22:48:44 +0000 (+0200) Subject: nv30: Change comment about slowdown X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=740c93a08ce7f5fb43a0f4cd5a50d95459c8aa8e;p=mesa.git nv30: Change comment about slowdown --- diff --git a/src/gallium/drivers/nv30/nv30_vertprog.c b/src/gallium/drivers/nv30/nv30_vertprog.c index 65e00132055..be6a327dad5 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);*/