From: Keith Whitwell Date: Tue, 20 May 2008 13:34:06 +0000 (+0100) Subject: translate: remove spurious comment X-Git-Tag: mesa-7.8~4139^2~390^2~1477^2~64 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8618e6aa16bdba2c8b08124261bbaedaf7e22447;p=platform%2Fupstream%2Fmesa.git translate: remove spurious comment --- diff --git a/src/gallium/auxiliary/translate/translate_sse.c b/src/gallium/auxiliary/translate/translate_sse.c index a54ac5a..582d6f6 100644 --- a/src/gallium/auxiliary/translate/translate_sse.c +++ b/src/gallium/auxiliary/translate/translate_sse.c @@ -472,13 +472,7 @@ static boolean build_vertex_emit( struct translate_sse *p, x86_lea(p->func, vertexECX, x86_make_disp(vertexECX, p->translate.key.output_stride)); /* Incr index - */ /* Emit code for each of the attributes. Currently routes - * everything through SSE registers, even when it might be more - * efficient to stick with regular old x86. No optimization or - * other tricks - enough new ground to cover here just getting - * things working. - */ - + */ if (linear) { x86_inc(p->func, idxEBX); }