Re: [Mesa-dev] [PATCH] gallium/radeon: handle PIPE_TRANSFER_FLUSH_EXPLICIT

2015-09-08 Thread Michel Dänzer
On 07.09.2015 07:16, Marek Olšák wrote: > From: Marek Olšák > > Basically, do the same thing as for buffer_unmap, but use the explicit range > instead. It's for apps which want to map a whole buffer and mark touched > ranges explicitly. Reviewed-by: Michel Dänzer -- Earthling Michel Dänzer

[Mesa-dev] [PATCH] gallium/radeon: handle PIPE_TRANSFER_FLUSH_EXPLICIT

2015-09-06 Thread Marek Olšák
From: Marek Olšák Basically, do the same thing as for buffer_unmap, but use the explicit range instead. It's for apps which want to map a whole buffer and mark touched ranges explicitly. --- src/gallium/drivers/radeon/r600_buffer_common.c | 62 + src/gallium/drivers/radeo