[Mesa-dev] [PATCH 6/9] i965/fs: add stride restrictions for copy propagation

2015-11-19 Thread Iago Toral Quiroga
From: Connor Abbott There are various restrictions on what the hstride can be that depend on the Gen, and now that we're using hstride == 2 for packing/unpacking doubles, we're going to run into these restrictions a lot more often. Pull them out into a separate

Re: [Mesa-dev] [PATCH 6/9] i965/fs: add stride restrictions for copy propagation

2015-11-19 Thread Matt Turner
On Thu, Nov 19, 2015 at 2:05 AM, Iago Toral Quiroga wrote: > From: Connor Abbott > > There are various restrictions on what the hstride can be that depend on > the Gen, and now that we're using hstride == 2 for packing/unpacking > doubles, we're