mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 20:08:06 +02:00
radeon: remove debugging
This commit is contained in:
parent
2b85fccae5
commit
54b42c0a4a
1 changed files with 0 additions and 1 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue