[Bug 41170] [RV250Lf] Unexpected texture format in radeon_update_wrapper()

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Fri Dec 9 06:58:19 PST 2011


https://bugs.freedesktop.org/show_bug.cgi?id=41170

--- Comment #6 from Alex Deucher <agd5f at yahoo.com> 2011-12-09 06:58:19 PST ---
argh, the output from the function I wanted it TRACE level only.  Can you
attach the output of this patch:

diff --git a/src/mesa/drivers/dri/radeon/radeon_fbo.c
b/src/mesa/drivers/dri/radeon/radeon_fbo.c
index 3140657..5badadd 100644
--- a/src/mesa/drivers/dri/radeon/radeon_fbo.c
+++ b/src/mesa/drivers/dri/radeon/radeon_fbo.c
@@ -854,6 +854,8 @@ radeon_update_wrapper(struct gl_context *ctx, struct
radeon_renderbuffer *rrb,
                        rrb->base.DataType = GL_UNSIGNED_INT_24_8_EXT;
                        break;
                default:
+                       fprintf("%s(%p, rrb %p, texImage %p, texFormat %s) \n",
+                               __func__, ctx, rrb, texImage,
_mesa_get_format_name(texImage->TexFormat));
                        _mesa_problem(ctx, "Unexpected texture format in
radeon_update_wrapper()");
        }

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the dri-devel mailing list