radeon: Fix printf formatings to match te values.

This commit is contained in:
Pauli Nieminen
2010-02-10 03:20:02 +02:00
parent 42026a8ccf
commit 77e6fb17d9
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -530,7 +530,7 @@ radeon_render_texture(GLcontext * ctx,
GLuint imageOffset;
radeon_print(RADEON_TEXTURE, RADEON_TRACE,
"%s(%p, fb %p, rrb %p, att att)\n",
"%s(%p, fb %p, rrb %p, att %p)\n",
__func__, ctx, fb, rrb, att);
(void) fb;
+1 -1
View File
@@ -284,7 +284,7 @@ void radeonGenerateMipmap(GLcontext* ctx, GLenum target, struct gl_texture_objec
radeon_print(RADEON_TEXTURE, RADEON_TRACE,
"%s(%p, target %s, tex %p)\n",
__func__, _mesa_lookup_enum_by_nr(target),
__func__, ctx, _mesa_lookup_enum_by_nr(target),
texObj);
if (bo && radeon_bo_is_referenced_by_cs(bo, rmesa->cmdbuf.cs)) {