projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7265556
)
remove unneeded sizeof(GLdepth) test
author
Brian Paul
<brian.paul@tungstengraphics.com>
Tue, 20 Sep 2005 04:35:40 +0000
(
04:35
+0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Tue, 20 Sep 2005 04:35:40 +0000
(
04:35
+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 29356ca4b6971e0c6476225fc02f58b44563bad9..db3232b04f93283b88b9aaa3e5fd0cd213903fad 100644
(file)
--- a/
src/mesa/swrast/s_drawpix.c
+++ b/
src/mesa/swrast/s_drawpix.c
@@
-1,6
+1,6
@@
/*
* Mesa 3-D graphics library
- * Version: 6.
3
+ * Version: 6.
5
*
* Copyright (C) 1999-2005 Brian Paul All Rights Reserved.
*
@@
-631,7
+631,6
@@
draw_depth_pixels( GLcontext *ctx, GLint x, GLint y,
}
}
else if (type == GL_UNSIGNED_INT
- && sizeof(GLdepth) == 4
&& !bias_or_scale
&& !zoom
&& ctx->Visual.rgbMode