Re: [Mesa-dev] [PATCH 00/21] Reduce ir_variable memory usage

2014-05-31 Thread Ian Romanick
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

Re: [Mesa-dev] [PATCH 00/21] Reduce ir_variable memory usage

2014-05-30 Thread Ian Romanick
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

Re: [Mesa-dev] [PATCH 00/21] Reduce ir_variable memory usage

2014-05-30 Thread Kenneth Graunke
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

Re: [Mesa-dev] [PATCH 00/21] Reduce ir_variable memory usage

2014-05-30 Thread Eric Anholt
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

Re: [Mesa-dev] [PATCH 00/21] Reduce ir_variable memory usage

2014-05-30 Thread Tapani Pälli
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

Re: [Mesa-dev] [PATCH 00/21] Reduce ir_variable memory usage

2014-05-28 Thread Tapani Pälli
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

[Mesa-dev] [PATCH 00/21] Reduce ir_variable memory usage

2014-05-27 Thread Ian Romanick
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