Re: [Mesa-dev] [PATCH 2/3] i965: Use ISL for emitting null surface states.

2017-08-19 Thread Kenneth Graunke
On Friday, August 18, 2017 10:05:46 PM PDT Jason Ekstrand wrote: > On Thu, Aug 17, 2017 at 4:36 PM, Kenneth Graunke > wrote: > > > We handle the Sandybridge multisampled 2D surface hack here, rather > > than in ISL, because it requires allocating a BO, and is kind of

Re: [Mesa-dev] [PATCH 2/3] i965: Use ISL for emitting null surface states.

2017-08-18 Thread Jason Ekstrand
On Thu, Aug 17, 2017 at 4:36 PM, Kenneth Graunke wrote: > We handle the Sandybridge multisampled 2D surface hack here, rather > than in ISL, because it requires allocating a BO, and is kind of messy. > --- > src/mesa/drivers/dri/i965/Makefile.sources| 2 - >

[Mesa-dev] [PATCH 2/3] i965: Use ISL for emitting null surface states.

2017-08-17 Thread Kenneth Graunke
We handle the Sandybridge multisampled 2D surface hack here, rather than in ISL, because it requires allocating a BO, and is kind of messy. --- src/mesa/drivers/dri/i965/Makefile.sources| 2 - src/mesa/drivers/dri/i965/brw_context.c | 4 +-