projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e3ae76
)
mesa: remove some temp debug code
author
Brian Paul
<brian.paul@tungstengraphics.com>
Fri, 13 Jun 2008 20:13:25 +0000
(14:13 -0600)
committer
Keith Whitwell
<keith@tungstengraphics.com>
Mon, 22 Sep 2008 05:13:54 +0000
(22:13 -0700)
src/mesa/main/context.c
patch
|
blob
|
history
diff --git
a/src/mesa/main/context.c
b/src/mesa/main/context.c
index a642aa9785c1751a08f01254fee2c4a15156b445..96afbe8b7da05e9b63ae3bd0962bcd90811beaef 100644
(file)
--- a/
src/mesa/main/context.c
+++ b/
src/mesa/main/context.c
@@
-1263,7
+1263,6
@@
_mesa_create_context(const GLvisual *visual,
{
GLcontext *ctx;
- printf("***** enter %s\n", __FUNCTION__);
ASSERT(visual);
ASSERT(driverContext);