svga: allow copy_region if sample counts match
authorCharmaine Lee <charmainel@vmware.com>
Fri, 28 Oct 2016 18:39:47 +0000 (11:39 -0700)
committerBrian Paul <brianp@vmware.com>
Thu, 3 Nov 2016 20:29:22 +0000 (14:29 -0600)
commitec138d62377adf9aa03bda6a8f882bc3361d170c
tree468aa6867d7d1bfe5cc8709ec55c2e1967e3a80c
parenta2d49c4b466e493954dea750a48cd816bcf3c5d6
svga: allow copy_region if sample counts match

With this patch, we will allow blit with copy_region if the
source and destination textures have the same sample counts.

Fixes failures with piglit tests
 spec@arb_texture_float@multisample-formats 2 gl_arb_texture_float
 spec@arb_texture_rg@multisample-formats 2 gl_arb_texture_rg-float

Reviewed-by: Brian Paul <brianp@vmware.com>
src/gallium/drivers/svga/svga_pipe_blit.c