Re: [Mesa-dev] [PATCH 4/4] main: Use a derived value for the default sample count

2016-02-04 Thread Ilia Mirkin
On Thu, Feb 4, 2016 at 11:17 AM, Ilia Mirkin wrote: > On Thu, Feb 4, 2016 at 11:12 AM, Neil Roberts wrote: >> Previously the framebuffer default sample count was taken directly >> from the value given by the application. On the i965 driver on HSW if >> the value wasn't one that is supported by th

Re: [Mesa-dev] [PATCH 4/4] main: Use a derived value for the default sample count

2016-02-04 Thread Ilia Mirkin
On Thu, Feb 4, 2016 at 11:12 AM, Neil Roberts wrote: > Previously the framebuffer default sample count was taken directly > from the value given by the application. On the i965 driver on HSW if > the value wasn't one that is supported by the hardware it would hit an > assert when it tried to progr

[Mesa-dev] [PATCH 4/4] main: Use a derived value for the default sample count

2016-02-04 Thread Neil Roberts
Previously the framebuffer default sample count was taken directly from the value given by the application. On the i965 driver on HSW if the value wasn't one that is supported by the hardware it would hit an assert when it tried to program the state for it. This patch fixes it by adding a derived s