projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b85fcc
)
radeon: remove debugging
author
Dave Airlie
<airlied@redhat.com>
Mon, 2 Mar 2009 17:37:23 +0000
(
03:37
+1000)
committer
Dave Airlie
<airlied@redhat.com>
Mon, 2 Mar 2009 17:37:23 +0000
(
03:37
+1000)
src/mesa/drivers/dri/radeon/radeon_common.c
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/radeon/radeon_common.c
b/src/mesa/drivers/dri/radeon/radeon_common.c
index 1021f9beec6c352a4792280e4eabb883e27f196b..99270c947f31634d8317241fa18c6082dbd6b9d1 100644
(file)
--- a/
src/mesa/drivers/dri/radeon/radeon_common.c
+++ b/
src/mesa/drivers/dri/radeon/radeon_common.c
@@
-175,7
+175,6
@@
void radeonSetCliprects(radeonContextPtr radeon)
struct radeon_framebuffer *const read_rfb = readable->driverPrivate;
int x_off, y_off;
- fprintf(stderr,"cliprects %d %d\n", radeon->front_cliprects, radeon->constant_cliprect);
radeon_get_cliprects(radeon, &radeon->pClipRects,
&radeon->numClipRects, &x_off, &y_off);