tgsi: s/unsigned/enum tgsi_semantic/ in ureg_DECL_output()
authorBrian Paul <brianp@vmware.com>
Thu, 8 Feb 2018 16:54:52 +0000 (09:54 -0700)
committerBrian Paul <brianp@vmware.com>
Thu, 8 Feb 2018 17:27:19 +0000 (10:27 -0700)
commit4b0a45da25a5b49b927e6139528bbf74eec9a9ff
treecef5d27f837d6c173bfd1812cc96cea4cfa402a9
parentd95c2d86cc095d73759b4db1b2689013af66f622
tgsi: s/unsigned/enum tgsi_semantic/ in ureg_DECL_output()

So the function matches the prototype.  Found with clang.
v2: fix copy&paste error

Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
src/gallium/auxiliary/tgsi/tgsi_ureg.c