diff options
author | Dave Airlie <[email protected]> | 2015-07-09 16:34:59 +1000 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2015-07-29 10:48:47 +0100 |
commit | 2294ba9565fbae49f1fc77ca171e9d6aafa34005 (patch) | |
tree | 0cff3753ddb8af7af25777d8d53f6d7b64b2a9a1 /src/gallium/drivers/r600/r600_shader.h | |
parent | 3f0e7c28fe5252f0613b548efd1cbf8e4bc0eb9a (diff) |
radeon: add support for streams to the common streamout code. (v2)
This adds to the common radeon streamout code, support
for multiple streams.
It updates radeonsi/r600 to set the enabled mask up.
v2: update for changes in previous patch.
Reviewed-by: Marek Olšák <[email protected]>
Signed-off-by: Dave Airlie <[email protected]>
Diffstat (limited to 'src/gallium/drivers/r600/r600_shader.h')
-rw-r--r-- | src/gallium/drivers/r600/r600_shader.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/r600/r600_shader.h b/src/gallium/drivers/r600/r600_shader.h index dd359d7e959..5d05c8153d7 100644 --- a/src/gallium/drivers/r600/r600_shader.h +++ b/src/gallium/drivers/r600/r600_shader.h @@ -125,6 +125,7 @@ struct r600_pipe_shader { struct r600_shader_key key; unsigned db_shader_control; unsigned ps_depth_export; + unsigned enabled_stream_buffers_mask; }; /* return the table index 0-5 for TGSI_INTERPOLATE_LINEAR/PERSPECTIVE and |