Re: [Mesa-dev] [PATCH v3 02/48] intel/fs: Be more explicit about our placement of [un]zip

2017-10-26 Thread Jason Ekstrand
On Thu, Oct 26, 2017 at 1:39 AM, Iago Toral wrote: > On Wed, 2017-10-25 at 16:25 -0700, Jason Ekstrand wrote: > > Before, we were careful to place the zip after the last of the split > > instructions but did unzip on-demand. This changes things so that > > the > > unzips go

Re: [Mesa-dev] [PATCH v3 02/48] intel/fs: Be more explicit about our placement of [un]zip

2017-10-26 Thread Iago Toral
On Wed, 2017-10-25 at 16:25 -0700, Jason Ekstrand wrote: > Before, we were careful to place the zip after the last of the split > instructions but did unzip on-demand.  This changes things so that > the > unzips go before all of the split instructions and the unzip comes > explicitly after all the

[Mesa-dev] [PATCH v3 02/48] intel/fs: Be more explicit about our placement of [un]zip

2017-10-25 Thread Jason Ekstrand
Before, we were careful to place the zip after the last of the split instructions but did unzip on-demand. This changes things so that the unzips go before all of the split instructions and the unzip comes explicitly after all the split instructions. As a side-effect of this change, we now emit