diff options
author | Marek Olšák <[email protected]> | 2012-06-17 17:54:38 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2012-06-17 18:28:32 +0200 |
commit | 6e7756db14c362ede6fdc97454267a32b8eab1d4 (patch) | |
tree | 6978ebe61253e66c5903ab0dc7f6a2d1f8c08ec9 /src/gallium/drivers/r600/r600_pipe.h | |
parent | 7c3786d780e1c475b219c3f2ddbe33554177be02 (diff) |
r600g: enable streamout by default on r7xx and DRM 2.17.0
Now that it's in Linus's tree.
Has anyone had a chance to test streamout on Cayman recently?
Diffstat (limited to 'src/gallium/drivers/r600/r600_pipe.h')
-rw-r--r-- | src/gallium/drivers/r600/r600_pipe.h | 1 |
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 f2865d2a22e..b5eff347987 100644 --- a/src/gallium/drivers/r600/r600_pipe.h +++ b/src/gallium/drivers/r600/r600_pipe.h @@ -128,6 +128,7 @@ struct r600_screen { unsigned family; enum chip_class chip_class; struct radeon_info info; + bool has_streamout; struct r600_tiling_info tiling_info; struct r600_pipe_fences fences; |