vrend: Fix multisampling condition
While Mesa thinks it is a non-multisampling texture if nr_samples
is
set to 1, virglrenderer sometimes treats such a texture is
multisampling. Fix this by consistently treating a texture with
nr_samples
set to 1 as non-multisampling.
Signed-off-by: Akihiko Odaki akihiko.odaki@gmail.com