aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/tgsi/util/tgsi_parse.c
Commit message (Collapse)AuthorAgeFilesLines
* tgsi: Fix build after TGSI declaration interface changes.Michal Krol2008-05-311-16/+1
|
* gallium: in drivers, make copy of tokens passed to pipe->create_vs/fs_state()Brian Paul2008-05-171-0/+15
| | | | The caller can then free the token array immediately.
* tgsi: Fix build on Win32.Michal Krol2008-05-021-2/+2
|
* gallium: added tgsi_num_tokens() function to return number of tokens in ↵Brian2008-03-241-0/+13
| | | | | | token array. Maybe move to a different file someday.
* Code reorganization: s/aux/auxiliary/.José Fonseca2008-02-151-0/+319
"aux" is a reserved name on Windows (X_X)