dri-devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: bugzilla-daemon@freedesktop.org
To: dri-devel@lists.freedesktop.org
Subject: [Bug 41170] [RV250Lf] Unexpected texture format in radeon_update_wrapper()
Date: Fri, 09 Dec 2011 14:58:19 +0000	[thread overview]
Message-ID: <bug-41170-502-UUTuvk9TzP@http.bugs.freedesktop.org/> (raw)
In-Reply-To: <bug-41170-502@http.bugs.freedesktop.org/>

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

--- Comment #6 from Alex Deucher <agd5f@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.

  parent reply	other threads:[~2011-12-09 14:58 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-09-24 13:41 [Bug 41170] New: [RV250Lf] Unexpected texture format in radeon_update_wrapper() bugzilla-daemon
2011-09-25 18:15 ` [Bug 41170] " bugzilla-daemon
2011-12-09 10:35 ` bugzilla-daemon
2011-12-09 10:37 ` bugzilla-daemon
2011-12-09 14:20 ` bugzilla-daemon
2011-12-09 14:47 ` bugzilla-daemon
2011-12-09 14:48 ` bugzilla-daemon
2011-12-09 14:58 ` bugzilla-daemon [this message]
2011-12-10 11:12 ` bugzilla-daemon
2011-12-22 20:35 ` bugzilla-daemon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-41170-502-UUTuvk9TzP@http.bugs.freedesktop.org/ \
    --to=bugzilla-daemon@freedesktop.org \
    --cc=dri-devel@lists.freedesktop.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox