[Mesa-dev] [Bug 89068] glTexImage2D regression by texstore_rgba switch to _mesa_format_convert

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Feb 10 23:52:28 PST 2015


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

--- Comment #4 from Iago Toral <itoral at igalia.com> ---
(In reply to Brad King from comment #0)
(...)
> 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.

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?

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20150211/b2cf42ce/attachment.html>


More information about the mesa-dev mailing list