Re: [Mesa-dev] [PATCH 00/26] GLSL memory diet

2014-09-09 Thread Ian Romanick
On 09/04/2014 11:14 PM, Matt Turner wrote: > On Fri, Jul 18, 2014 at 4:35 PM, Matt Turner wrote: >> On Tue, Jul 15, 2014 at 10:37 AM, Matt Turner wrote: >>> On Mon, Jul 14, 2014 at 3:48 PM, Ian Romanick wrote: Most of these patches have been sent to the list already in one form or anot

Re: [Mesa-dev] [PATCH 00/26] GLSL memory diet

2014-09-04 Thread Matt Turner
On Fri, Jul 18, 2014 at 4:35 PM, Matt Turner wrote: > On Tue, Jul 15, 2014 at 10:37 AM, Matt Turner wrote: >> On Mon, Jul 14, 2014 at 3:48 PM, Ian Romanick wrote: >>> Most of these patches have been sent to the list already in one form or >>> another. There are a few changes, removals, and addi

Re: [Mesa-dev] [PATCH 00/26] GLSL memory diet

2014-07-18 Thread Matt Turner
On Tue, Jul 15, 2014 at 10:37 AM, Matt Turner wrote: > On Mon, Jul 14, 2014 at 3:48 PM, Ian Romanick wrote: >> Most of these patches have been sent to the list already in one form or >> another. There are a few changes, removals, and additions. The series >> has also been re-ordered. >> >> - Th

Re: [Mesa-dev] [PATCH 00/26] GLSL memory diet

2014-07-15 Thread Matt Turner
On Mon, Jul 14, 2014 at 3:48 PM, Ian Romanick wrote: > Most of these patches have been sent to the list already in one form or > another. There are a few changes, removals, and additions. The series > has also been re-ordered. > > - The extra memory accounting code has been removed. This was su

[Mesa-dev] [PATCH 00/26] GLSL memory diet

2014-07-14 Thread Ian Romanick
Most of these patches have been sent to the list already in one form or another. There are a few changes, removals, and additions. The series has also been re-ordered. - The extra memory accounting code has been removed. This was suggested by Ken. Instead, all memory usage data is from Valgr