projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc34adf
)
RasterMask was set incorrectly
author
Keith Whitwell
<keith@tungstengraphics.com>
Sun, 19 Sep 1999 23:06:40 +0000
(23:06 +0000)
committer
Keith Whitwell
<keith@tungstengraphics.com>
Sun, 19 Sep 1999 23:06:40 +0000
(23:06 +0000)
src/mesa/main/matrix.c
patch
|
blob
|
history
diff --git
a/src/mesa/main/matrix.c
b/src/mesa/main/matrix.c
index eab6499970d2d5807c1a3d92d725515ed4c79f82..b15b72181dd860c84d280cbce7df9c06e19472de 100644
(file)
--- a/
src/mesa/main/matrix.c
+++ b/
src/mesa/main/matrix.c
@@
-1,4
+1,4
@@
-/* $Id: matrix.c,v 1.
3 1999/09/09 18:49:36 miklos
Exp $ */
+/* $Id: matrix.c,v 1.
4 1999/09/19 23:06:40 keithw
Exp $ */
/*
* Mesa 3-D graphics library
@@
-1332,7
+1332,7
@@
void gl_Viewport( GLcontext *ctx,
gl_ResizeBuffersMESA(ctx);
- ctx->RasterMask &= WINCLIP_BIT;
+ ctx->RasterMask &=
~
WINCLIP_BIT;
if ( ctx->Viewport.X<0
|| ctx->Viewport.X + ctx->Viewport.Width > ctx->Buffer->Width