Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tgsi: Fix build after TGSI declaration interface changes. | Michal Krol | 2008-05-31 | 1 | -16/+1 |
| | |||||
* | gallium: in drivers, make copy of tokens passed to pipe->create_vs/fs_state() | Brian Paul | 2008-05-17 | 1 | -0/+15 |
| | | | | The caller can then free the token array immediately. | ||||
* | tgsi: Fix build on Win32. | Michal Krol | 2008-05-02 | 1 | -2/+2 |
| | |||||
* | gallium: added tgsi_num_tokens() function to return number of tokens in ↵ | Brian | 2008-03-24 | 1 | -0/+13 |
| | | | | | | token array. Maybe move to a different file someday. | ||||
* | Code reorganization: s/aux/auxiliary/. | José Fonseca | 2008-02-15 | 1 | -0/+319 |
"aux" is a reserved name on Windows (X_X) |