Re: [Mesa-dev] [PATCH v2 0/6] texture layout improvements

2016-11-22 Thread Ilia Mirkin
Great, thanks! I'll push these out tonight. On Tue, Nov 22, 2016 at 11:44 AM, Cherniak, Bruce wrote: > The entire set has now been r-v-b. > Reviewed-by: Bruce Cherniak > >> On Nov 17, 2016, at 10:56 PM, Ilia Mirkin wrote: >> >> Some of these are new, others have had some changes done to them. M

Re: [Mesa-dev] [PATCH v2 0/6] texture layout improvements

2016-11-22 Thread Cherniak, Bruce
The entire set has now been r-v-b. Reviewed-by: Bruce Cherniak > On Nov 17, 2016, at 10:56 PM, Ilia Mirkin wrote: > > Some of these are new, others have had some changes done to them. Most > notably, > I've fixed the 1D layout in both the TilingFunctions logic as well as the > frontend. > > A

[Mesa-dev] [PATCH v2 0/6] texture layout improvements

2016-11-17 Thread Ilia Mirkin
Some of these are new, others have had some changes done to them. Most notably, I've fixed the 1D layout in both the TilingFunctions logic as well as the frontend. An update piglit run is available at https://people.freedesktop.org/~imirkin/swr/problems.html which includes all but the last 2 pat