Re: [Mesa-dev] [RFC] i965: Attempt to merge some surface state setup logic

2014-08-27 Thread Jordan Justen
On 2014-07-30 10:03:56, Topi Pohjolainen wrote: > First five patches refactor common decision making found in depth, > texture and renderbuffer surface setup logic. > > In principle, there is opportunity to share code between texture and > renderbuffer setup logic (Kenneth has experimented with th

Re: [Mesa-dev] [RFC] i965: Attempt to merge some surface state setup logic

2014-07-31 Thread Ben Widawsky
On Wed, Jul 30, 2014 at 08:03:56PM +0300, Topi Pohjolainen wrote: > First five patches refactor common decision making found in depth, > texture and renderbuffer surface setup logic. > > In principle, there is opportunity to share code between texture and > renderbuffer setup logic (Kenneth has ex

[Mesa-dev] [RFC] i965: Attempt to merge some surface state setup logic

2014-07-30 Thread Topi Pohjolainen
First five patches refactor common decision making found in depth, texture and renderbuffer surface setup logic. In principle, there is opportunity to share code between texture and renderbuffer setup logic (Kenneth has experimented with this earlier [1]). On the other hand there is also a lot of