diff options
author | Dave Airlie <[email protected]> | 2014-01-28 13:04:00 +1000 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2014-02-05 10:49:41 +1000 |
commit | f89394be986843a65150ae9bef761b73e58fd1ba (patch) | |
tree | 69dd943c3250028cd2084822f9c8bc862ace2126 /src/gallium/drivers/r600/r600_shader.h | |
parent | 5191937352f50e214073b1fcdf6018df2ea431a6 (diff) |
r600g: initial VS output layer support
This just adds support for emitting the proper value in the VS out misc.
Signed-off-by: Dave Airlie <[email protected]>
Reviewed-by: Alex Deucher <[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 d31c65f4bc8..89602c7013f 100644 --- a/src/gallium/drivers/r600/r600_shader.h +++ b/src/gallium/drivers/r600/r600_shader.h @@ -62,6 +62,7 @@ struct r600_shader { /* flag is set if the shader writes VS_OUT_MISC_VEC (e.g. for PSIZE) */ boolean vs_out_misc_write; boolean vs_out_point_size; + boolean vs_out_layer; boolean has_txq_cube_array_z_comp; boolean uses_tex_buffers; boolean gs_prim_id_input; |