Re: [Mesa-dev] [PATCH 5/7] i965: Add Gen9 surface state decoding

2015-05-18 Thread Pohjolainen, Topi
On Fri, May 15, 2015 at 08:26:33PM -0700, Ben Widawsky wrote: > On Fri, May 15, 2015 at 08:22:29PM -0700, Ben Widawsky wrote: > > On Fri, Apr 24, 2015 at 09:05:44PM +0300, Pohjolainen, Topi wrote: > > > On Thu, Apr 23, 2015 at 04:50:02PM -0700, Ben Widawsky wrote: > > > > Gen9 surface state is very

Re: [Mesa-dev] [PATCH 5/7] i965: Add Gen9 surface state decoding

2015-05-15 Thread Ben Widawsky
On Fri, May 15, 2015 at 08:22:29PM -0700, Ben Widawsky wrote: > On Fri, Apr 24, 2015 at 09:05:44PM +0300, Pohjolainen, Topi wrote: > > On Thu, Apr 23, 2015 at 04:50:02PM -0700, Ben Widawsky wrote: > > > Gen9 surface state is very similar to the previous generation. The > > > important > > > change

Re: [Mesa-dev] [PATCH 5/7] i965: Add Gen9 surface state decoding

2015-05-15 Thread Ben Widawsky
On Fri, Apr 24, 2015 at 09:05:44PM +0300, Pohjolainen, Topi wrote: > On Thu, Apr 23, 2015 at 04:50:02PM -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 5/7] i965: Add Gen9 surface state decoding

2015-04-24 Thread Pohjolainen, Topi
On Thu, Apr 23, 2015 at 04:50:02PM -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. > > Signed-off-by: Ben

[Mesa-dev] [PATCH 5/7] i965: Add Gen9 surface state decoding

2015-04-23 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. Signed-off-by: Ben Widawsky --- src/mesa/drivers/dri/i965/brw_state_dump.c | 36 +++