projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f430c9
)
Rein in debug slightly
author
Keith Whitwell
<keith@tungstengraphics.com>
Thu, 12 May 2005 10:22:29 +0000
(10:22 +0000)
committer
Keith Whitwell
<keith@tungstengraphics.com>
Thu, 12 May 2005 10:22:29 +0000
(10:22 +0000)
src/mesa/main/context.c
patch
|
blob
|
history
diff --git
a/src/mesa/main/context.c
b/src/mesa/main/context.c
index eb2f2e0c817cab8b15e9f5540f0bea4f931901ae..588ef969f331497e3a759ba86798136e66120e18 100644
(file)
--- a/
src/mesa/main/context.c
+++ b/
src/mesa/main/context.c
@@
-1745,7
+1745,7
@@
void
_mesa_make_current( GLcontext *newCtx, GLframebuffer *drawBuffer,
GLframebuffer *readBuffer )
{
- if (MESA_VERBOSE)
+ if (MESA_VERBOSE
& VERBOSE_API
)
_mesa_debug(newCtx, "_mesa_make_current()\n");
/* Check that the context's and framebuffer's visuals are compatible.