Re: [Mesa-dev] [PATCH 1/2] r600: Fix some printf format warns pretaining to PRIi64

2015-07-30 Thread Bruno Jimenez
Hi, I don't know if you will believe it or not, but I have just written a very similar patch to yours :) Anyway, yours have come first so have my Reviewed-by: Bruno Jiménez brunoji...@gmail.com Note: I have no permissions in the git repo, you should ask someone to push this patch for you. -

[Mesa-dev] [PATCH 1/2] r600: Fix some printf format warns pretaining to PRIi64

2015-07-29 Thread Edward O'Callaghan
Signed-off-by: Edward O'Callaghan eocallag...@alterapraxis.com --- src/gallium/drivers/r600/compute_memory_pool.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/gallium/drivers/r600/compute_memory_pool.c b/src/gallium/drivers/r600/compute_memory_pool.c index