svga: fix src/dst typo in can_blit_via_copy_region_vgpu10()
authorBrian Paul <brianp@vmware.com>
Wed, 17 Aug 2016 14:31:20 +0000 (08:31 -0600)
committerBrian Paul <brianp@vmware.com>
Wed, 17 Aug 2016 18:53:20 +0000 (12:53 -0600)
commit18e6e0796a6b0d714e58ca95d70cff2bbb2027e1
treebdf8d3edf0e5d556f0595b89e82c6e7d26a7ce0d
parent55417140cd2457a2fec7b87fffe9e25eabbb2ca9
svga: fix src/dst typo in can_blit_via_copy_region_vgpu10()

The function was always returning false because of this typo.

Retested with piglit.  There's some sRGB-related blit failures, but
that seems unrelated.

Reviewed-by: Charmaine Lee <charmainel@vmware.com>
Reviewed-by: Neha Bhende <bhenden@vmware.com>
src/gallium/drivers/svga/svga_pipe_blit.c