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

2016-04-25 Thread Marek Olšák
For the series: Reviewed-by: Marek Olšák Marek On Sat, Apr 23, 2016 at 11:36 AM, 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

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

2016-04-23 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