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/auxiliary | |
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/auxiliary')
-rw-r--r-- | src/gallium/auxiliary/tgsi/tgsi_strings.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/tgsi/tgsi_strings.c b/src/gallium/auxiliary/tgsi/tgsi_strings.c index 306ab4fefa8..c13f7eaecca 100644 --- a/src/gallium/auxiliary/tgsi/tgsi_strings.c +++ b/src/gallium/auxiliary/tgsi/tgsi_strings.c @@ -85,7 +85,6 @@ const char *tgsi_semantic_names[TGSI_SEMANTIC_COUNT] = "PCOORD", "VIEWPORT_INDEX", "LAYER", - "CULLDIST", "SAMPLEID", "SAMPLEPOS", "SAMPLEMASK", |