On 05/30/2014 05:52 PM, Kenneth Graunke wrote:
> On Friday, May 30, 2014 11:07:03 AM Eric Anholt wrote:
>> Ian Romanick writes:
>>> This series reduces the memory usage of ir_variable quite significantly.
>>>
>>> The first couple patches add a mechanism to determine the amount of
>>> memory used b
On 05/30/2014 05:52 PM, Kenneth Graunke wrote:
> On Friday, May 30, 2014 11:07:03 AM Eric Anholt wrote:
>> Ian Romanick writes:
>>> This series reduces the memory usage of ir_variable quite significantly.
>>>
>>> The first couple patches add a mechanism to determine the amount of
>>> memory used b
On Friday, May 30, 2014 11:07:03 AM Eric Anholt wrote:
> Ian Romanick writes:
> > This series reduces the memory usage of ir_variable quite significantly.
> >
> > The first couple patches add a mechanism to determine the amount of
> > memory used by any kind of IR object. This is used to collect
Ian Romanick writes:
> This series reduces the memory usage of ir_variable quite significantly.
>
> The first couple patches add a mechanism to determine the amount of
> memory used by any kind of IR object. This is used to collect the data
> that is shown in the commit messages through the seri
Just one nitpick about spec for patch 4 (feel free to ignore), otherwise
Reviewed-by: Tapani Pälli
(I also run Piglit quick, no regressions)
On 05/28/2014 05:48 AM, Ian Romanick wrote:
> This series reduces the memory usage of ir_variable quite significantly.
>
> The first couple patches add a
On 05/28/2014 05:48 AM, Ian Romanick wrote:
> This series reduces the memory usage of ir_variable quite significantly.
>
> The first couple patches add a mechanism to determine the amount of
> memory used by any kind of IR object. This is used to collect the data
> that is shown in the commit mess
This series reduces the memory usage of ir_variable quite significantly.
The first couple patches add a mechanism to determine the amount of
memory used by any kind of IR object. This is used to collect the data
that is shown in the commit messages through the series.
Most of the rest of the pat