Re: [Mesa-dev] i965: Revision of texture surface setup refactoring

2015-05-07 Thread Francisco Jerez
"Pohjolainen, Topi" writes: > On Wed, May 06, 2015 at 02:56:53PM +0300, Francisco Jerez wrote: >> Hi! >> >> Topi Pohjolainen writes: >> >> > This series moves all the decision making of values into common >> > hardware independent dispatcher while leaving the hardware specific >> > logic to de

Re: [Mesa-dev] i965: Revision of texture surface setup refactoring

2015-05-06 Thread Pohjolainen, Topi
On Wed, May 06, 2015 at 02:56:53PM +0300, Francisco Jerez wrote: > Hi! > > Topi Pohjolainen writes: > > > This series moves all the decision making of values into common > > hardware independent dispatcher while leaving the hardware specific > > logic to deal with formatting only. > > > > Curro

Re: [Mesa-dev] i965: Revision of texture surface setup refactoring

2015-05-06 Thread Francisco Jerez
Hi! Topi Pohjolainen writes: > This series moves all the decision making of values into common > hardware independent dispatcher while leaving the hardware specific > logic to deal with formatting only. > > Curro needed a similar refactor for gen7 and gen8. However, that > makes it a harder to a

[Mesa-dev] i965: Revision of texture surface setup refactoring

2015-05-06 Thread Topi Pohjolainen
This series moves all the decision making of values into common hardware independent dispatcher while leaving the hardware specific logic to deal with formatting only. Curro needed a similar refactor for gen7 and gen8. However, that makes it a harder to apply the changes I needed that expand all t