Re: [Mesa-dev] [PATCH] st/nine: Fix multisample limit check

2016-10-17 Thread Emil Velikov
On 16 October 2016 at 23:06, Axel Davy wrote: > I've pushed this just now to be sure it makes it for mesa 13. > Which reminds me that I should beat up our existing get-extra-pick-list.sh to track the offending SHA through the branch and "nominate" the fix. Currently if only

Re: [Mesa-dev] [PATCH] st/nine: Fix multisample limit check

2016-10-16 Thread Axel Davy
I've pushed this just now to be sure it makes it for mesa 13. On 16/10/2016 11:47, Axel Davy wrote: Fixes regression introduced by b5603056872708fdd82f1224854097805a01d4c0 The regression prevents some apps to start. Signed-off-by: Axel Davy ---

[Mesa-dev] [PATCH] st/nine: Fix multisample limit check

2016-10-16 Thread Axel Davy
Fixes regression introduced by b5603056872708fdd82f1224854097805a01d4c0 The regression prevents some apps to start. Signed-off-by: Axel Davy --- src/gallium/state_trackers/nine/adapter9.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git