[Mesa-dev] [PATCH 8/8] RFC: llvmpipe: Fix format manipulation for big-endian
Adhemerval Zanella
azanella at linux.vnet.ibm.com
Thu Nov 22 12:35:30 PST 2012
This patch fixes various format manipulation for big-endian
architectures. Basically it works on two fronts: 1) by adjusting
some algorithms that do shifts/mask on vector or integers and 2)
by correct loading floating-point in memory.
Also, the 'lp_bld_format_aos_array.c' approach to load vectors
is naive (it loads element per element). I plan work on this to
use a better approach to load and permute the vector instead.
Any tips, advices, comments?
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0008-llvmpipe-Fix-format-manipulation-for-big-endian.patch
Type: text/x-patch
Size: 15277 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20121122/5fa8b4d0/attachment-0001.bin>
More information about the mesa-dev
mailing list