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/r600/r600_pipe.h | |
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/r600/r600_pipe.h')
-rw-r--r-- | src/gallium/drivers/r600/r600_pipe.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/drivers/r600/r600_pipe.h b/src/gallium/drivers/r600/r600_pipe.h index d58cd2e66c8..b3eb70cb424 100644 --- a/src/gallium/drivers/r600/r600_pipe.h +++ b/src/gallium/drivers/r600/r600_pipe.h @@ -205,9 +205,7 @@ struct r600_viewport_state { struct r600_screen { struct r600_common_screen b; - bool has_streamout; bool has_msaa; - bool has_cp_dma; bool has_compressed_msaa_texturing; /*for compute global memory binding, we allocate stuff here, instead of |