Re: [Mesa-dev] [PATCH] r600g/compute: Fix Warnings

2014-08-10 Thread Bruno Jimenez
On Sat, 2014-08-09 at 23:51 +0200, Marek Olšák wrote: Hi Bruno, Sorry, I fixed the warnings by myself before I saw your patch. Marek Hi Marek, Don't worry, the important thing is that whe warnings are fixed. Thanks! Bruno On Thu, Aug 7, 2014 at 12:07 PM, Bruno Jiménez

Re: [Mesa-dev] [PATCH] r600g/compute: Fix Warnings

2014-08-09 Thread Marek Olšák
Hi Bruno, Sorry, I fixed the warnings by myself before I saw your patch. Marek On Thu, Aug 7, 2014 at 12:07 PM, Bruno Jiménez brunoji...@gmail.com wrote: I have followed the following convention: - Positions in the pool are now 'int' (start_in_dw and related) - Sizes are 'unsigned'

[Mesa-dev] [PATCH] r600g/compute: Fix Warnings

2014-08-07 Thread Bruno Jiménez
I have followed the following convention: - Positions in the pool are now 'int' (start_in_dw and related) - Sizes are 'unsigned' (size_in_dw and related) - IDs are 'unsigned' The pool and item's status are left as uint32_t The shadow has been also left as a pointer to an uint32_t ---