mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-15 06:40:27 +01:00
translate: remove spurious comment
This commit is contained in:
parent
9232f0c023
commit
8618e6aa16
1 changed files with 1 additions and 7 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue