diff options
author | Bryan Cain <[email protected]> | 2012-01-02 14:48:47 -0600 |
---|---|---|
committer | Bryan Cain <[email protected]> | 2012-01-05 13:03:25 -0600 |
commit | 6951870e5790a4b563bfa3b943ed338f9c5922ac (patch) | |
tree | 68d750d017428585b8304dde77a7c18c06b0e657 /src/gallium/auxiliary/tgsi/tgsi_strings.c | |
parent | f82d40d4b1aa60364c03c32578ecd675d4d86dcf (diff) |
gallium: add support for clip distances
Diffstat (limited to 'src/gallium/auxiliary/tgsi/tgsi_strings.c')
-rw-r--r-- | src/gallium/auxiliary/tgsi/tgsi_strings.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/tgsi/tgsi_strings.c b/src/gallium/auxiliary/tgsi/tgsi_strings.c index ee4ce080cbe..9516095bd8b 100644 --- a/src/gallium/auxiliary/tgsi/tgsi_strings.c +++ b/src/gallium/auxiliary/tgsi/tgsi_strings.c @@ -70,7 +70,8 @@ const char *tgsi_semantic_names[TGSI_SEMANTIC_COUNT] = "PRIM_ID", "INSTANCEID", "VERTEXID", - "STENCIL" + "STENCIL", + "CLIPDIST" }; const char *tgsi_texture_names[TGSI_TEXTURE_COUNT] = |