diff options
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 |