r300: Further reduced the radeon_span.c diff.
[mesa.git] / src / mesa / swrast / s_bitmap.c
index 25a1ef89d049f9a225dcaf095af54469cbf05bdc..4c237052457855e25662e4e44f80228da0799c59 100644 (file)
@@ -85,6 +85,7 @@ _swrast_Bitmap( GLcontext *ctx, GLint px, GLint py,
    INIT_SPAN(span, GL_BITMAP, width, 0, SPAN_XY);
 
    _swrast_span_default_color(ctx, &span);
+   _swrast_span_default_secondary_color(ctx, &span);
    if (ctx->Depth.Test)
       _swrast_span_default_z(ctx, &span);
    if (swrast->_FogEnabled)