tgsi: remove redundant name tables from tgsi_text, use those from tgsi_dump
authorMarek Olšák <maraeo@gmail.com>
Sun, 26 Dec 2010 21:52:25 +0000 (22:52 +0100)
committerMarek Olšák <maraeo@gmail.com>
Thu, 6 Jan 2011 15:16:30 +0000 (16:16 +0100)
commit92209314df4f12e8b47336a25ba14cb6b9a23df2
tree5de4eee832324a3a00e9c012f8add5a5d843ceee
parent3c9aa3a7b12cfe178c14fea93cfb64a32db0b8ad
tgsi: remove redundant name tables from tgsi_text, use those from tgsi_dump

I also specified the array sizes in the header so that one can use
the Elements macro on it.
src/gallium/auxiliary/tgsi/tgsi_dump.c
src/gallium/auxiliary/tgsi/tgsi_dump.h
src/gallium/auxiliary/tgsi/tgsi_text.c