Re: [Mesa-dev] [PATCH 8/8] gallium/radeon: do not reallocate user memory buffers

2016-01-13 Thread Marek Olšák
Patches 3-8: Reviewed-by: Marek Olšák Marek On Tue, Jan 12, 2016 at 5:06 PM, Nicolai Hähnle wrote: > From: Nicolai Hähnle > > The whole point of AMD_pinned_memory is that applications don't have to map > buffers via OpenGL - but they're still allowed to, so make sure we don't break > the link

[Mesa-dev] [PATCH 8/8] gallium/radeon: do not reallocate user memory buffers

2016-01-12 Thread Nicolai Hähnle
From: Nicolai Hähnle The whole point of AMD_pinned_memory is that applications don't have to map buffers via OpenGL - but they're still allowed to, so make sure we don't break the link between buffer object and user memory unless explicitly instructed to. --- src/gallium/drivers/radeon/r600_buff