Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | r300g/compiler: Fix typo in comment | Tom Stellard | 2013-02-21 | 1 | -1/+1 |
| | | | | Reviewed-by: Marek Olšák <[email protected]> | ||||
* | r300/compiler: Fix regalloc for values with multiple writers | Tom Stellard | 2011-09-18 | 1 | -3/+6 |
| | | | | | | | https://bugs.freedesktop.org/show_bug.cgi?id=40062 https://bugs.freedesktop.org/show_bug.cgi?id=36939 Note: This is a candidate for the 7.11 branch. | ||||
* | r300/compiler: Add support for the output modifier (OMOD) | Tom Stellard | 2011-09-16 | 1 | -0/+16 |
| | |||||
* | r300g: copy the compiler from r300c | Marek Olšák | 2011-07-26 | 1 | -0/+517 |
What a beast. r300g doesn't depend on files from r300c anymore, so r300c is now left to its own fate. BTW 'make test' can be invoked from the gallium/r300 directory to run some compiler unit tests. |