summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mesa/swrast/s_drawpix.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mesa/swrast/s_drawpix.c b/src/mesa/swrast/s_drawpix.c
index bdccd1cad1..b60004b1d6 100644
--- a/src/mesa/swrast/s_drawpix.c
+++ b/src/mesa/swrast/s_drawpix.c
@@ -58,10 +58,6 @@ fast_draw_pixels(GLcontext *ctx, GLint x, GLint y,
INIT_SPAN(span, GL_BITMAP, 0, 0, SPAN_RGBA);
- if (!ctx->Current.RasterPosValid) {
- return GL_TRUE; /* no-op */
- }
-
if (swrast->_RasterMask & MULTI_DRAW_BIT)
return GL_FALSE;