Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gallium: don't range check tgsi register index for indirect accesses | Brian | 2008-11-05 | 1 | -5/+9 |
| | | | | Fixes progs/vp/arl.txt test. | ||||
* | gallium: fix tgsi sanity checker with respect to END. | Brian Paul | 2008-09-17 | 1 | -9/+7 |
| | | | | | | Subroutine code may be found after the END instruction so it's not always the last instruction. At least check for presence of exactly one END instruction though. | ||||
* | tgsi: Make tgsi_sanity.c compile with make | Jakob Bornecrantz | 2008-09-16 | 1 | -0/+6 |
| | |||||
* | tgsi: Fix newline pos. | José Fonseca | 2008-09-10 | 1 | -1/+1 |
| | |||||
* | tgsi: Validate instruction opcode and operand counts. | Michal Krol | 2008-08-13 | 1 | -0/+15 |
| | |||||
* | Merge tgsi/exec and tgsi/util directories. | José Fonseca | 2008-07-28 | 1 | -0/+341 |