summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600/r600_pipe.h
diff options
context:
space:
mode:
authorMarek Olšák <maraeo@gmail.com>2013-02-21 17:06:26 +0100
committerMarek Olšák <maraeo@gmail.com>2013-03-01 13:46:32 +0100
commit58bd926d9e555e7be4af576fae60a65774d9d743 (patch)
tree114f61b33219cf3499e3fcbf3e623c4c9c577b49 /src/gallium/drivers/r600/r600_pipe.h
parent89e2898e9ecfcf93c337b99542b06892a8e30cbe (diff)
downloadexternal_mesa3d-58bd926d9e555e7be4af576fae60a65774d9d743.zip
external_mesa3d-58bd926d9e555e7be4af576fae60a65774d9d743.tar.gz
external_mesa3d-58bd926d9e555e7be4af576fae60a65774d9d743.tar.bz2
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 <andreas.boll.dev@gmail.com>
Diffstat (limited to 'src/gallium/drivers/r600/r600_pipe.h')
-rw-r--r--src/gallium/drivers/r600/r600_pipe.h1
1 files changed, 1 insertions, 0 deletions
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;