From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon@freedesktop.org
Subject: [Bug 41170] [RV250Lf] Unexpected texture format in
radeon_update_wrapper()
Date: Fri, 09 Dec 2011 14:58:19 +0000
Message-ID:
References:
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Return-path:
Received: from annarchy.freedesktop.org (annarchy.freedesktop.org
[131.252.210.176])
by gabe.freedesktop.org (Postfix) with ESMTP id 9A79D9E791
for ;
Fri, 9 Dec 2011 06:58:22 -0800 (PST)
In-Reply-To:
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
Sender: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org
Errors-To: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org
To: dri-devel@lists.freedesktop.org
List-Id: dri-devel@lists.freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=41170
--- Comment #6 from Alex Deucher 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.