Re: [Mesa-dev] [PATCH 03/14] gallium/radeon: use a common function for DMA blit preparation

2016-05-09 Thread Nicolai Hähnle
On 09.05.2016 06:29, Marek Olšák wrote: On Sun, May 8, 2016 at 6:11 PM, Nicolai Hähnle wrote: On 04.05.2016 18:43, Marek Olšák wrote: From: Marek Olšák this is more robust and probably fixes some bugs already --- src/gallium/drivers/r600/evergreen_state.c| 10 ++--- src/gallium/dri

Re: [Mesa-dev] [PATCH 03/14] gallium/radeon: use a common function for DMA blit preparation

2016-05-09 Thread Marek Olšák
On Sun, May 8, 2016 at 6:11 PM, Nicolai Hähnle wrote: > On 04.05.2016 18:43, Marek Olšák wrote: >> >> From: Marek Olšák >> >> this is more robust and probably fixes some bugs already >> --- >> src/gallium/drivers/r600/evergreen_state.c| 10 ++--- >> src/gallium/drivers/r600/r600_state.c

Re: [Mesa-dev] [PATCH 03/14] gallium/radeon: use a common function for DMA blit preparation

2016-05-08 Thread Nicolai Hähnle
On 04.05.2016 18:43, Marek Olšák wrote: From: Marek Olšák this is more robust and probably fixes some bugs already --- src/gallium/drivers/r600/evergreen_state.c| 10 ++--- src/gallium/drivers/r600/r600_state.c | 5 ++- src/gallium/drivers/radeon/r600_pipe_common.h | 7

[Mesa-dev] [PATCH 03/14] gallium/radeon: use a common function for DMA blit preparation

2016-05-04 Thread Marek Olšák
From: Marek Olšák this is more robust and probably fixes some bugs already --- src/gallium/drivers/r600/evergreen_state.c| 10 ++--- src/gallium/drivers/r600/r600_state.c | 5 ++- src/gallium/drivers/radeon/r600_pipe_common.h | 7 src/gallium/drivers/radeon/r600_texture.c