diff options
author | Dave Airlie <[email protected]> | 2016-05-13 15:47:34 +1000 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2016-05-23 11:03:44 +1000 |
commit | e6d93893662db45a7ddcc822f744be8d3e5ba30e (patch) | |
tree | c6bc732298704231d1bd6b390147eccd2eef4b98 /src/gallium/include | |
parent | d17062a40e16454a15aa037a4d1d9e9562cedd46 (diff) |
tgsi: remove culldist semantic.
This isn't used anymore in the tree, culldist's
are part of the clipdist semantic, we could in theory
rename it, but I'm not sure there is much point, and
I'd have to be careful with virgl.
Reviewed-by: Roland Scheidegger <[email protected]>
Signed-off-by: Dave Airlie <[email protected]>
Diffstat (limited to 'src/gallium/include')
-rw-r--r-- | src/gallium/include/pipe/p_shader_tokens.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/include/pipe/p_shader_tokens.h b/src/gallium/include/pipe/p_shader_tokens.h index 514b339da71..b9d28fe458c 100644 --- a/src/gallium/include/pipe/p_shader_tokens.h +++ b/src/gallium/include/pipe/p_shader_tokens.h @@ -185,7 +185,6 @@ enum tgsi_semantic { TGSI_SEMANTIC_PCOORD, /**< point sprite coordinate */ TGSI_SEMANTIC_VIEWPORT_INDEX, /**< viewport index */ TGSI_SEMANTIC_LAYER, /**< layer (rendertarget index) */ - TGSI_SEMANTIC_CULLDIST, TGSI_SEMANTIC_SAMPLEID, TGSI_SEMANTIC_SAMPLEPOS, TGSI_SEMANTIC_SAMPLEMASK, |