projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b98b40
)
remove unneeded RasterPosValid check
author
Brian Paul
<brian.paul@tungstengraphics.com>
Mon, 14 Nov 2005 18:23:56 +0000
(18:23 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Mon, 14 Nov 2005 18:23:56 +0000
(18:23 +0000)
src/mesa/swrast/s_drawpix.c
patch
|
blob
|
history
diff --git
a/src/mesa/swrast/s_drawpix.c
b/src/mesa/swrast/s_drawpix.c
index bdccd1cad1957810564eaabce41c5e30c86a6e40..b60004b1d68a58452d5593e5d6290525d5856a23 100644
(file)
--- 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;