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

--- Comment #4 from Iago Toral <ito...@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.
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to