gallium: added new tgsi_scan.c / tgsi_scan_shader() function
authorBrian <brian.paul@tungstengraphics.com>
Sat, 23 Feb 2008 23:15:29 +0000 (16:15 -0700)
committerBrian <brian.paul@tungstengraphics.com>
Sat, 23 Feb 2008 23:15:29 +0000 (16:15 -0700)
commit1d77d6caf647424f9c1c481145be0465e96c9e3e
tree1e78c918500bb4c8b009da5349ef7c5aa9df7f92
parente9bb63c8e20361597463b2f7f88d84fe2770c8b9
gallium: added new tgsi_scan.c / tgsi_scan_shader() function

Used to get information about registers, instructions used in a shader.
src/gallium/auxiliary/tgsi/Makefile
src/gallium/auxiliary/tgsi/util/tgsi_scan.c [new file with mode: 0644]
src/gallium/auxiliary/tgsi/util/tgsi_scan.h [new file with mode: 0644]