r300: Further reduced the radeon_span.c diff.
[mesa.git] / src / mesa / swrast / s_logic.c
index 719b17962d46f12aaa82357080a0bd4342c89430..e680732beed4019fe3b584076733c41f8375b50d 100644 (file)
@@ -240,7 +240,7 @@ _swrast_logicop_rgba_span(GLcontext *ctx, struct gl_renderbuffer *rb,
    }
    else {
       logicop_uint4(ctx, 4 * span->end,
-                    (GLuint *) span->array->color.sz4.rgba,
+                    (GLuint *) span->array->attribs[FRAG_ATTRIB_COL0],
                     (const GLuint *) rbPixels, span->array->mask);
    }
 }