Re: [Mesa-dev] [PATCH v3 4/4] r600g: use do_endian_swap in texture swapping function

2016-04-22 Thread Marek Olšák
On Thu, Apr 21, 2016 at 4:39 PM, Oded Gabbay wrote: > For some texture formats we need to take "do_endian_swap" into account > when configuring their swizzling. > > Signed-off-by: Oded Gabbay > --- > src/gallium/drivers/r600/r600_state_common.c | 35 > +++- > 1 file chan

[Mesa-dev] [PATCH v3 4/4] r600g: use do_endian_swap in texture swapping function

2016-04-21 Thread Oded Gabbay
For some texture formats we need to take "do_endian_swap" into account when configuring their swizzling. Signed-off-by: Oded Gabbay --- src/gallium/drivers/r600/r600_state_common.c | 35 +++- 1 file changed, 34 insertions(+), 1 deletion(-) diff --git a/src/gallium/driver