Re: [Mesa-dev] [PATCH 5/5] Remove compute_memory_defrag declaration

2014-01-04 Thread Tom Stellard
On Sat, Jan 04, 2014 at 01:27:33AM +0100, Bruno Jiménez wrote: > It seems to be unimplemented. > > I think that this function would have been the one that > solves the problem with fragmentation that > compute_memory_finalize_pending has. Reviewed-by: Tom Stellard > --- > src/gallium/drivers/r

[Mesa-dev] [PATCH 5/5] Remove compute_memory_defrag declaration

2014-01-03 Thread Bruno Jiménez
It seems to be unimplemented. I think that this function would have been the one that solves the problem with fragmentation that compute_memory_finalize_pending has. --- src/gallium/drivers/r600/compute_memory_pool.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gallium/drivers/r600/comp