[Mesa-dev] [Bug 84566] Unify the format conversion code

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Oct 20 11:59:08 PDT 2014


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

--- Comment #32 from Jason Ekstrand <jason at jlekstrand.net> ---
(In reply to Iago Toral from comment #31)
> Jason, there is an had-hoc path to deal with MESA_FORMAT_YCBCR* in
> texstore.c. Seems that this path only allows conversion between these
> formats, which is mostly a memcpy with some byte swapping when necessary.
> Should we also keep this one as a special case to be handled outside the
> master function?

Yes, there's code for that in texstore.c and in format_unpack.c.  We should
make that consisten either by movint the code from texstore.c to format_pack.c
or move it from format_unpack.c to readpixels.  I'm ok with moving everything
into the packing/unpacking functions and letting the conversion function handle
it.  It is a MESA_FORMAT after all.

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


More information about the mesa-dev mailing list