r600g/compute: Fix handling of global buffers in r600_resource_copy_region()
authorTom Stellard <thomas.stellard@amd.com>
Thu, 14 Nov 2013 15:28:09 +0000 (07:28 -0800)
committerTom Stellard <thomas.stellard@amd.com>
Mon, 18 Nov 2013 20:28:13 +0000 (12:28 -0800)
commit1b9511d7ce70a9f9cadd0c03bd0c916b88b6dd43
treea7b6e4762cb0619a6102617fe249af04bac0c904
parent17930a66aad6774224296ad9c845d30e01e4ffe5
r600g/compute: Fix handling of global buffers in r600_resource_copy_region()

Global buffers do not have an associate cs_buf handle, so
we can't copy them using r600_copy_buffer()

https://bugs.freedesktop.org/show_bug.cgi?id=64226

Reviewed-by: Marek Ol????k <marek.olsak@amd.com>
CC: "10.0" <mesa-stable@lists.freedesktop.org>
src/gallium/drivers/r600/r600_blit.c