[Mesa-dev] [PATCH v2 0/5] Fix handling of LnAn and RnGn formats for big-endian

2014-09-08 Thread Christian Zigotzky
Hi, Thanks to Richard for these patches. Well done! Are these patches in the latest Mesa version? Rgds, Christian On 07/22/2014 03:51 AM, Richard Sandiford wrote: >> MESA_FORMAT_LnAn_* puts the luminance in the low part of the integer and >> the alpha in the high part. The same goes for MES

Re: [Mesa-dev] [PATCH v2 0/5] Fix handling of LnAn and RnGn formats for big-endian

2014-07-28 Thread Brian Paul
On 07/22/2014 03:51 AM, Richard Sandiford wrote: MESA_FORMAT_LnAn_* puts the luminance in the low part of the integer and the alpha in the high part. The same goes for MESA_FORMAT_RnGn with the red and green channels. This series fixes gallium to be consistent with that layout on big-endian. Fo

[Mesa-dev] [PATCH v2 0/5] Fix handling of LnAn and RnGn formats for big-endian

2014-07-22 Thread Richard Sandiford
> MESA_FORMAT_LnAn_* puts the luminance in the low part of the integer and > the alpha in the high part. The same goes for MESA_FORMAT_RnGn with the > red and green channels. > > This series fixes gallium to be consistent with that layout on big-endian. > Following the convention established last