Re: [Mesa-dev] [PATCH v2 1/4] mesa: introduce MS variants of line width min/max/granularity

2016-09-12 Thread Ilia Mirkin
On Mon, Sep 12, 2016 at 8:55 PM, Kenneth Graunke wrote: > On Tuesday, September 6, 2016 11:49:59 PM PDT Ilia Mirkin wrote: >> These are exposed in ES 3.2. However this moves all st/mesa to clamping >> on the MS variants. But for now the MS variants are initialized to the >>

Re: [Mesa-dev] [PATCH v2 1/4] mesa: introduce MS variants of line width min/max/granularity

2016-09-12 Thread Kenneth Graunke
On Tuesday, September 6, 2016 11:49:59 PM PDT Ilia Mirkin wrote: > These are exposed in ES 3.2. However this moves all st/mesa to clamping > on the MS variants. But for now the MS variants are initialized to the > AA values. > > Signed-off-by: Ilia Mirkin So... -

[Mesa-dev] [PATCH v2 1/4] mesa: introduce MS variants of line width min/max/granularity

2016-09-06 Thread Ilia Mirkin
These are exposed in ES 3.2. However this moves all st/mesa to clamping on the MS variants. But for now the MS variants are initialized to the AA values. Signed-off-by: Ilia Mirkin --- src/mesa/drivers/dri/i965/brw_context.c | 5 + src/mesa/main/context.c