Re: [Mesa-dev] [PATCH] cso: add point rasterization sanity check assertion

2017-12-11 Thread Marek Olšák
On Mon, Dec 11, 2017 at 10:41 PM, Roland Scheidegger wrote: > Am 11.12.2017 um 18:42 schrieb Brian Paul: >> --- >> src/gallium/auxiliary/cso_cache/cso_context.c | 5 + >> 1 file changed, 5 insertions(+) >> >> diff --git a/src/gallium/auxiliary/cso_cache/cso_context.c >> b/src/gallium/auxilia

Re: [Mesa-dev] [PATCH] cso: add point rasterization sanity check assertion

2017-12-11 Thread Roland Scheidegger
Am 11.12.2017 um 18:42 schrieb Brian Paul: > --- > src/gallium/auxiliary/cso_cache/cso_context.c | 5 + > 1 file changed, 5 insertions(+) > > diff --git a/src/gallium/auxiliary/cso_cache/cso_context.c > b/src/gallium/auxiliary/cso_cache/cso_context.c > index df5543c..dd9821e 100644 > --- a/s

Re: [Mesa-dev] [PATCH] cso: add point rasterization sanity check assertion

2017-12-11 Thread Nicolai Hähnle
On 11.12.2017 18:42, Brian Paul wrote: --- src/gallium/auxiliary/cso_cache/cso_context.c | 5 + 1 file changed, 5 insertions(+) diff --git a/src/gallium/auxiliary/cso_cache/cso_context.c b/src/gallium/auxiliary/cso_cache/cso_context.c index df5543c..dd9821e 100644 --- a/src/gallium/auxil

[Mesa-dev] [PATCH] cso: add point rasterization sanity check assertion

2017-12-11 Thread Brian Paul
--- src/gallium/auxiliary/cso_cache/cso_context.c | 5 + 1 file changed, 5 insertions(+) diff --git a/src/gallium/auxiliary/cso_cache/cso_context.c b/src/gallium/auxiliary/cso_cache/cso_context.c index df5543c..dd9821e 100644 --- a/src/gallium/auxiliary/cso_cache/cso_context.c +++ b/src/gall