Re: [Mesa-dev] [PATCH 6/9] r600g/compute: implement compute_memory_demote_item

2014-06-16 Thread Tom Stellard
On Fri, Jun 13, 2014 at 10:35:35PM +0200, Bruno Jiménez wrote: > This function will be used when we want to map an item > that it's already in the pool. > --- > src/gallium/drivers/r600/compute_memory_pool.c | 45 > ++ > src/gallium/drivers/r600/compute_memory_pool.h | 3

[Mesa-dev] [PATCH 6/9] r600g/compute: implement compute_memory_demote_item

2014-06-13 Thread Bruno Jiménez
This function will be used when we want to map an item that it's already in the pool. --- src/gallium/drivers/r600/compute_memory_pool.c | 45 ++ src/gallium/drivers/r600/compute_memory_pool.h | 3 ++ 2 files changed, 48 insertions(+) diff --git a/src/gallium/drivers/r600