diff options
author | Jerome Glisse <[email protected]> | 2006-11-04 23:50:27 +0000 |
---|---|---|
committer | Jerome Glisse <[email protected]> | 2006-11-04 23:50:27 +0000 |
commit | 0056ea5417d6d3c3ca875cf86a085611c83f8afb (patch) | |
tree | 43dda2034dd6e4652067f04645004247b527e36e /src/mesa/drivers/dri/r300/radeon_state.c | |
parent | 120584a1e650c5c72c889666a82624af4f5df1c1 (diff) |
Add cos instruction and remove left over debug.
Diffstat (limited to 'src/mesa/drivers/dri/r300/radeon_state.c')
-rw-r--r-- | src/mesa/drivers/dri/r300/radeon_state.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mesa/drivers/dri/r300/radeon_state.c b/src/mesa/drivers/dri/r300/radeon_state.c index 3142fee98a6..0ceaf7ebb7d 100644 --- a/src/mesa/drivers/dri/r300/radeon_state.c +++ b/src/mesa/drivers/dri/r300/radeon_state.c @@ -169,10 +169,6 @@ void radeonSetCliprects(radeonContextPtr radeon) if ((draw_fb->Width != drawable->w) || (draw_fb->Height != drawable->h)) { - printf("w,h %d %d\n", - radeon->glCtx->DrawBuffer->Width, - radeon->glCtx->DrawBuffer->Height); - _mesa_resize_framebuffer(radeon->glCtx, draw_fb, drawable->w, drawable->h); draw_fb->Initialized = GL_TRUE; |