Re: [Mesa-dev] [PATCH 2/3] mesa: use geometric helper for computing min samples

2016-01-30 Thread eocallaghan
Reviewed-by: Edward O'Callaghan On 2016-01-31 16:58, Ilia Mirkin wrote: In case we have a draw buffer without attachments, we should be looking at the default number of samples. Signed-off-by: Ilia Mirkin --- Still doesn't work properly on nvc0, but at least the right number of min samples g

[Mesa-dev] [PATCH 2/3] mesa: use geometric helper for computing min samples

2016-01-30 Thread Ilia Mirkin
In case we have a draw buffer without attachments, we should be looking at the default number of samples. Signed-off-by: Ilia Mirkin --- Still doesn't work properly on nvc0, but at least the right number of min samples gets passed along. src/mesa/program/program.c | 7 --- 1 file changed,