Re: [Mesa-dev] [PATCH 02/16] i965/miptree: Use > 1 instead of > 0 to check for multisampling

2017-07-17 Thread Emil Velikov
On 17 July 2017 at 14:34, Topi Pohjolainen wrote: > Checking against zero currently works as single sampling is > represented with zero. Once one moves to isl single sampling > really has sample number of one. > > This keeps later patches simpler. > After ISL lands we can cleanup some of the remai

[Mesa-dev] [PATCH 02/16] i965/miptree: Use > 1 instead of > 0 to check for multisampling

2017-07-17 Thread Topi Pohjolainen
Checking against zero currently works as single sampling is represented with zero. Once one moves to isl single sampling really has sample number of one. This keeps later patches simpler. Signed-off-by: Topi Pohjolainen --- src/mesa/drivers/dri/i965/intel_blit.c | 4 ++-- 1 file changed, 2 inse