diff options
author | Marek Olšák <[email protected]> | 2014-12-07 19:20:10 +0100 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2014-12-10 21:59:37 +0100 |
commit | 2b76bb3ba7c9358d1c0fc110199846c0d229776b (patch) | |
tree | e7a1c7ba462aa6feeb7f674c02cc2796acae9cf0 /src/gallium/auxiliary/tgsi/tgsi_scan.h | |
parent | 8115797801c10c5757c34294ef12018702c6bd91 (diff) |
tgsi: add tgsi_shader_info::writes_clipvertex
Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/gallium/auxiliary/tgsi/tgsi_scan.h')
-rw-r--r-- | src/gallium/auxiliary/tgsi/tgsi_scan.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/tgsi/tgsi_scan.h b/src/gallium/auxiliary/tgsi/tgsi_scan.h index 56079977bf1..61ce81342a4 100644 --- a/src/gallium/auxiliary/tgsi/tgsi_scan.h +++ b/src/gallium/auxiliary/tgsi/tgsi_scan.h @@ -77,6 +77,7 @@ struct tgsi_shader_info boolean uses_primid; boolean uses_frontface; boolean writes_psize; + boolean writes_clipvertex; boolean writes_viewport_index; boolean writes_layer; boolean is_msaa_sampler[PIPE_MAX_SAMPLERS]; |