diff options
author | Marek Olšák <[email protected]> | 2013-11-28 15:09:35 +0100 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2013-12-12 18:34:11 +0100 |
commit | bba39d88046670bdd4db2ab1e7ba07b7e4ae277c (patch) | |
tree | 5032f301e11eccd53559f169cec273f3e418d654 /src/gallium/drivers/radeon | |
parent | 32fd445daa9a7ba4072c0f0ba851f06b8574e9f8 (diff) |
r600g,radeonsi: share flags has_cp_dma and has_streamout
Reviewed-by: Michel Dänzer <[email protected]>
Diffstat (limited to 'src/gallium/drivers/radeon')
-rw-r--r-- | src/gallium/drivers/radeon/r600_pipe_common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/radeon/r600_pipe_common.h b/src/gallium/drivers/radeon/r600_pipe_common.h index eb54b2a1c46..4a5476e5406 100644 --- a/src/gallium/drivers/radeon/r600_pipe_common.h +++ b/src/gallium/drivers/radeon/r600_pipe_common.h @@ -161,6 +161,8 @@ struct r600_common_screen { struct radeon_info info; struct r600_tiling_info tiling_info; unsigned debug_flags; + bool has_cp_dma; + bool has_streamout; /* Auxiliary context. Mainly used to initialize resources. * It must be locked prior to using and flushed before unlocking. */ |