projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
98a9ad9
)
remove stray span.y++
author
Brian Paul
<brian.paul@tungstengraphics.com>
Sat, 29 Jan 2005 17:28:45 +0000
(17:28 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Sat, 29 Jan 2005 17:28:45 +0000
(17:28 +0000)
src/mesa/swrast/s_bitmap.c
patch
|
blob
|
history
diff --git
a/src/mesa/swrast/s_bitmap.c
b/src/mesa/swrast/s_bitmap.c
index 1afb4875468febeb30b7448697290a5ce07d6acf..84f0864ae8e6587fdffec62ac868964f5a09197e 100644
(file)
--- a/
src/mesa/swrast/s_bitmap.c
+++ b/
src/mesa/swrast/s_bitmap.c
@@
-103,7
+103,7
@@
_swrast_Bitmap( GLcontext *ctx, GLint px, GLint py,
if (ctx->Texture._EnabledCoordUnits)
_swrast_span_default_texcoords(ctx, &span);
- for (row = 0; row < height; row++
, span.y++
) {
+ for (row = 0; row < height; row++) {
const GLubyte *src = (const GLubyte *) _mesa_image_address2d(unpack,
bitmap, width, height, GL_COLOR_INDEX, GL_BITMAP, row, 0);