Re: [Mesa-dev] [PATCH v2] mesa/formats: don't byteswap when building array formats

2015-08-12 Thread Jason Ekstrand
Reviewed-by: Jason Ekstrand On Wed, Aug 12, 2015 at 8:22 AM, Oded Gabbay wrote: > Because we build here an array format, we don't need to swap the > bytes for big endian. > If it isn't an array format, the bytes will be swapped in > _mesa_format_convert. > > v2: remove temp variable > > Signed-o

[Mesa-dev] [PATCH v2] mesa/formats: don't byteswap when building array formats

2015-08-12 Thread Oded Gabbay
Because we build here an array format, we don't need to swap the bytes for big endian. If it isn't an array format, the bytes will be swapped in _mesa_format_convert. v2: remove temp variable Signed-off-by: Oded Gabbay Cc: Jason Ekstrand Cc: Iago Toral Cc: "10.5 10.6" --- src/mesa/main/glfor