projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c6dcb0f
)
Fix typo
author
Keith Whitwell
<keith@tungstengraphics.com>
Mon, 17 Mar 2003 21:38:47 +0000
(21:38 +0000)
committer
Keith Whitwell
<keith@tungstengraphics.com>
Mon, 17 Mar 2003 21:38:47 +0000
(21:38 +0000)
src/mesa/main/stencil.c
patch
|
blob
|
history
diff --git
a/src/mesa/main/stencil.c
b/src/mesa/main/stencil.c
index b6afd660e6cc60576990ad418e6be6e4cd5fd9f8..3bcdd2fe123ec62f0abba035dcbb87d270862ee1 100644
(file)
--- a/
src/mesa/main/stencil.c
+++ b/
src/mesa/main/stencil.c
@@
-1,4
+1,4
@@
-/* $Id: stencil.c,v 1.
29 2002/10/24 23:57:21 brianp
Exp $ */
+/* $Id: stencil.c,v 1.
30 2003/03/17 21:38:47 keithw
Exp $ */
/*
* Mesa 3-D graphics library
@@
-134,7
+134,7
@@
_mesa_StencilOp(GLenum fail, GLenum zfail, GLenum zpass)
break;
case GL_INCR_WRAP_EXT:
case GL_DECR_WRAP_EXT:
- if (
!
ctx->Extensions.EXT_stencil_wrap) {
+ if (ctx->Extensions.EXT_stencil_wrap) {
break;
}
/* FALL-THROUGH */