Re: [Mesa-dev] [PATCH 10/10] r600g: use endian_format in texture swapping function

2016-04-11 Thread Marek Olšák
These patches are OK as far as I'm concerned. Marek On Mon, Apr 11, 2016 at 4:34 PM, Oded Gabbay wrote: > For some texture formats we need to take endian_format into account when > configuring their swizzling. We also need to take into account those > formats when we use staging textures. > > Si

[Mesa-dev] [PATCH 10/10] r600g: use endian_format in texture swapping function

2016-04-11 Thread Oded Gabbay
For some texture formats we need to take endian_format into account when configuring their swizzling. We also need to take into account those formats when we use staging textures. Signed-off-by: Oded Gabbay --- src/gallium/drivers/r600/r600_state_common.c | 35 +++- src/g