Re: [Mesa-dev] [PATCH 22/27] i965: Change resolve flags to enum

2016-12-10 Thread Pohjolainen, Topi
On Thu, Dec 01, 2016 at 02:10:03PM -0800, Ben Widawsky wrote: > From: Ben Widawsky > > In the foreseeable future it doesn't seem to make sense to have multiple > resolve flags. What does make sense is to have the caller give an > indication to the lower layers what it things should be done for >

[Mesa-dev] [PATCH 22/27] i965: Change resolve flags to enum

2016-12-01 Thread Ben Widawsky
From: Ben Widawsky In the foreseeable future it doesn't seem to make sense to have multiple resolve flags. What does make sense is to have the caller give an indication to the lower layers what it things should be done for resolve. The enum change distinguishes this binary selection. Signed-off-