Re: [Mesa-dev] [PATCH 8/8] RFC: llvmpipe: Fix format manipulation for big-endian

2012-11-28 Thread Adhemerval Zanella
On 11/22/2012 07:37 PM, Roland Scheidegger wrote: > Am 22.11.2012 21:35, schrieb Adhemerval Zanella: >> 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)

Re: [Mesa-dev] [PATCH 8/8] RFC: llvmpipe: Fix format manipulation for big-endian

2012-11-22 Thread Roland Scheidegger
Am 22.11.2012 21:35, schrieb Adhemerval Zanella: > 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. > > Al

[Mesa-dev] [PATCH 8/8] RFC: llvmpipe: Fix format manipulation for big-endian

2012-11-22 Thread Adhemerval Zanella
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