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
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