Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-05-17 | gallium: 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-01 | tgsi: add some const qualifiers to immediate pointers | Keith Whitwell | |
2008-04-22 | gallium: Include dependent header. | José Fonseca | |
2008-03-24 | gallium: added tgsi_num_tokens() function to return number of tokens in ↵ | Brian | |
token array. Maybe move to a different file someday. | |||
2008-03-13 | tgsi: bump MAX_SRC_REGS to 4, for TXD | Keith Whitwell | |
2008-02-27 | gallium: Replace // comments. | José Fonseca | |
2008-02-15 | Code reorganization: s/aux/auxiliary/. | José Fonseca | |
"aux" is a reserved name on Windows (X_X) |