Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | implement DDX, DDY instructions | Brian | 2007-07-25 | 2 | -2/+38 |
| | |||||
* | patch things up enough to allow texture sampling to work | Brian | 2007-07-25 | 1 | -0/+21 |
| | |||||
* | use consistent indentation | Brian | 2007-07-24 | 1 | -373/+361 |
| | |||||
* | check return value of tgsi_parse_init() | Brian | 2007-07-24 | 1 | -4/+21 |
| | |||||
* | added PROGRAM_NAMED_PARAM in map_register_file() | Brian | 2007-07-24 | 1 | -1/+1 |
| | |||||
* | added PROGRAM_UNIFORM to map_register_file() | Brian | 2007-07-24 | 1 | -0/+1 |
| | |||||
* | comments | Brian | 2007-07-24 | 1 | -5/+22 |
| | |||||
* | added missing OPCODE_ARL to TGSI_OPCODES[], added sanity check assertion | Brian | 2007-07-24 | 1 | -2/+8 |
| | |||||
* | Execute fs tokens. | michal | 2007-07-23 | 1 | -4/+11 |
| | | | | Fix align128 bug. | ||||
* | Trigger tgsi compilation for fragment programs. | Keith Whitwell | 2007-07-19 | 2 | -0/+6 |
| | | | | Not sure the generated program looks correct though... | ||||
* | Fix function names. | michal | 2007-07-06 | 1 | -2/+2 |
| | |||||
* | Indent. | michal | 2007-07-06 | 1 | -148/+171 |
| | | | | Fix function prototype. | ||||
* | Softpipe: import TGSI tree. Not hooked-up yet. | michal | 2007-07-05 | 19 | -0/+7200 |