summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/tgsi/util/tgsi_parse.c
AgeCommit message (Collapse)Author
2008-05-31tgsi: Fix build after TGSI declaration interface changes.Michal Krol
2008-05-17gallium: in drivers, make copy of tokens passed to pipe->create_vs/fs_state()Brian Paul
The caller can then free the token array immediately.
2008-05-02tgsi: Fix build on Win32.Michal Krol
2008-03-24gallium: added tgsi_num_tokens() function to return number of tokens in ↵Brian
token array. Maybe move to a different file someday.
2008-02-15Code reorganization: s/aux/auxiliary/.José Fonseca
"aux" is a reserved name on Windows (X_X)