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
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