<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - glTexImage2D regression by texstore_rgba switch to _mesa_format_convert"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=89068#c4">Comment # 4</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - glTexImage2D regression by texstore_rgba switch to _mesa_format_convert"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=89068">bug 89068</a>
              from <span class="vcard"><a class="email" href="mailto:itoral@igalia.com" title="Iago Toral <itoral@igalia.com>"> <span class="fn">Iago Toral</span></a>
</span></b>
        <pre>(In reply to Brad King from <a href="show_bug.cgi?id=89068#c0">comment #0</a>)
(...)
<span class="quote">> After the change, _mesa_format_convert is called but none of the coe paths
> invoking _mesa_pack_ubyte_rgba_row is taken.  Instead the path using
> compute_src2dst_component_mapping is taken and the result is different.</span >

Brad, it would be super helpful for me to understand what is going on if you
could run a gdb session and print:

a) the values of the parameters passed to compute_src2dst_component_mapping
_after_ it has been called (they all are 4-element arrays, the last one is an
out parameter so that is why I need the values after the call has been done)

b) The following input parameters for the call to _mesa_swizzle_and_convert
right after: src_type, dst_type, dst_num_channels, src_num_channels,
normalized, width.

Could you do this?</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the QA Contact for the bug.</li>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>