Re: [Mesa-dev] [PATCH 0/5] Some register allocation improvements

2015-08-10 Thread Jason Ekstrand
On Mon, Aug 10, 2015 at 11:24 AM, Matt Turner wrote: > On Fri, Jul 31, 2015 at 10:05 AM, Jason Ekstrand wrote: >> The following 5 patches contain a few register allocation cleanups and >> performance improvements. Chris Wilson noticed that setting up register >> sets on i965 calls reralloc an ab

Re: [Mesa-dev] [PATCH 0/5] Some register allocation improvements

2015-08-10 Thread Matt Turner
On Fri, Jul 31, 2015 at 10:05 AM, Jason Ekstrand wrote: > The following 5 patches contain a few register allocation cleanups and > performance improvements. Chris Wilson noticed that setting up register > sets on i965 calls reralloc an absurd number of times. I did a little > hacking and found o

[Mesa-dev] [PATCH 0/5] Some register allocation improvements

2015-07-31 Thread Jason Ekstrand
The following 5 patches contain a few register allocation cleanups and performance improvements. Chris Wilson noticed that setting up register sets on i965 calls reralloc an absurd number of times. I did a little hacking and found out that the initial size for the collision lists is way too low.