Re: [Mesa-dev] [PATCH 0/4] Add some memory alloc/free debuging to the r600 driver

2010-06-15 Thread Jonathan Adamczewski
On 16/06/10 06:16, Marvin wrote: > Anyway, I also think there should be a decision to remove all macros or macro- > fy everything - given the statistics from grep, both seems to be the same > amount of work while the latter gives you also some functionality. > What about something like GNU ld'

Re: [Mesa-dev] [PATCH 0/4] Add some memory alloc/free debuging to the r600 driver

2010-06-15 Thread Marvin
Hi Tom, Am Dienstag 15 Juni 2010, 17:12:05 schrieb tom fogal: > Hi, since this hasn't received a reply I figured I'd step in. > > marvi...@gmx.de writes: > > patches below add some memory debuging functions to the r600 driver. > > There was some recent effort to *remove* similar functions thro

Re: [Mesa-dev] [PATCH 0/4] Add some memory alloc/free debuging to the r600 driver

2010-06-15 Thread tom fogal
Hi, since this hasn't received a reply I figured I'd step in. marvi...@gmx.de writes: > patches below add some memory debuging functions to the r600 driver. There was some recent effort to *remove* similar functions throughout the Mesa tree. The justification was that they were useful a while ba

[Mesa-dev] [PATCH 0/4] Add some memory alloc/free debuging to the r600 driver

2010-06-12 Thread marvin24
Hi, patches below add some memory debuging functions to the r600 driver. Unavoidably, some radeon/common code is also touched. I'm willing to update the other radeon drivers if this patch is acceptable. The last patch fix some warnings, hope it is correct. I tested the patch here and it compiles