From 58bd926d9e555e7be4af576fae60a65774d9d743 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Ol=C5=A1=C3=A1k?= Date: Thu, 21 Feb 2013 17:06:26 +0100 Subject: r600g: don't require dword alignment with CP DMA for buffer transfers which is a leftover from the days when we used streamout to copy buffers Tested-by: Andreas Boll --- src/gallium/drivers/r600/r600_pipe.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gallium/drivers/r600/r600_pipe.h') diff --git a/src/gallium/drivers/r600/r600_pipe.h b/src/gallium/drivers/r600/r600_pipe.h index f9519d7..cb52083 100644 --- a/src/gallium/drivers/r600/r600_pipe.h +++ b/src/gallium/drivers/r600/r600_pipe.h @@ -232,6 +232,7 @@ struct r600_screen { struct radeon_info info; bool has_streamout; bool has_msaa; + bool has_cp_dma; enum r600_msaa_texture_mode msaa_texture_support; bool use_hyperz; struct r600_tiling_info tiling_info; -- cgit v1.1