projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2235b1c
)
glx: Drop debug fprintf that snug in with the previous commit
author
Kristian Høgsberg
<krh@bitplanet.net>
Mon, 26 Jul 2010 20:06:05 +0000
(16:06 -0400)
committer
Kristian Høgsberg
<krh@bitplanet.net>
Mon, 26 Jul 2010 20:06:05 +0000
(16:06 -0400)
src/glx/glxcmds.c
patch
|
blob
|
history
diff --git
a/src/glx/glxcmds.c
b/src/glx/glxcmds.c
index cc1197b504aba283cee6ec1262a6d7a70e4a5308..0782b1d70f2df9dcd23de41c899ebfc0143ad06b 100644
(file)
--- a/
src/glx/glxcmds.c
+++ b/
src/glx/glxcmds.c
@@
-2575,8
+2575,6
@@
__glXCopySubBufferMESA(Display * dpy, GLXDrawable drawable,
INT32 *x_ptr, *y_ptr, *w_ptr, *h_ptr;
CARD8 opcode;
- fprintf(stderr, "copy sub: %d,%d %dx%d\n", x, y , width, height);
-
#if defined(GLX_DIRECT_RENDERING) && !defined(GLX_USE_APPLEGL)
__GLXDRIdrawable *pdraw = GetGLXDRIDrawable(dpy, drawable);
if (pdraw != NULL) {