projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c4afba3
)
fixed typo in depth_test_pixels(), should fix reported VTK failures
author
Brian Paul
<brian.paul@tungstengraphics.com>
Wed, 6 Feb 2002 03:22:00 +0000
(
03:22
+0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Wed, 6 Feb 2002 03:22:00 +0000
(
03:22
+0000)
src/mesa/swrast/s_depth.c
patch
|
blob
|
history
diff --git
a/src/mesa/swrast/s_depth.c
b/src/mesa/swrast/s_depth.c
index fb466b0391998a25a9c27cff9a482436b1cae29e..a62926cc42b4ca2ed5298e41d0cedad9f9097e44 100644
(file)
--- a/
src/mesa/swrast/s_depth.c
+++ b/
src/mesa/swrast/s_depth.c
@@
-1,4
+1,4
@@
-/* $Id: s_depth.c,v 1.1
6 2002/02/04 15:59:29
brianp Exp $ */
+/* $Id: s_depth.c,v 1.1
7 2002/02/06 03:22:00
brianp Exp $ */
/*
* Mesa 3-D graphics library
@@
-1308,7
+1308,7
@@
depth_test_pixels( GLcontext *ctx, struct sw_span *span )
SWcontext *swrast = SWRAST_CONTEXT(ctx);
const GLuint n = span->end;
const GLint *x = span->xArray;
- const GLint *y = span->
x
Array;
+ const GLint *y = span->
y
Array;
const GLdepth *z = span->zArray;
GLubyte *mask = span->mask;