Re: [Mesa-dev] [PATCH 6/8] [v2] i965: Add Gen9 surface state decoding

2015-05-18 Thread Pohjolainen, Topi
On Mon, May 18, 2015 at 10:39:58AM -0700, Ben Widawsky wrote: > On Mon, May 18, 2015 at 11:02:32AM +0300, Pohjolainen, Topi wrote: > > On Fri, May 15, 2015 at 10:06:22PM -0700, Ben Widawsky wrote: > > > Gen9 surface state is very similar to the previous generation. The > > > important > > > change

Re: [Mesa-dev] [PATCH 6/8] [v2] i965: Add Gen9 surface state decoding

2015-05-18 Thread Ben Widawsky
On Mon, May 18, 2015 at 11:02:32AM +0300, Pohjolainen, Topi wrote: > On Fri, May 15, 2015 at 10:06:22PM -0700, Ben Widawsky wrote: > > Gen9 surface state is very similar to the previous generation. The important > > changes here are aux mode, and the way clear colors work. > > > > NOTE: There are

Re: [Mesa-dev] [PATCH 6/8] [v2] i965: Add Gen9 surface state decoding

2015-05-18 Thread Pohjolainen, Topi
On Fri, May 15, 2015 at 10:06:22PM -0700, Ben Widawsky wrote: > Gen9 surface state is very similar to the previous generation. The important > changes here are aux mode, and the way clear colors work. > > NOTE: There are some things intentionally left out of this decoding. > > v2: Redo the string

[Mesa-dev] [PATCH 6/8] [v2] i965: Add Gen9 surface state decoding

2015-05-15 Thread Ben Widawsky
Gen9 surface state is very similar to the previous generation. The important changes here are aux mode, and the way clear colors work. NOTE: There are some things intentionally left out of this decoding. v2: Redo the string for the aux buffer type to address compressed variants. Signed-off-by: B