Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | r300/compiler: Fix error in OMOD optimization | Tom Stellard | 2011-10-02 | 1 | -0/+16 |
* | r300/compiler: Rewrite source swizzles when using OMOD | Tom Stellard | 2011-10-02 | 1 | -1/+6 |
* | r300/compiler: Fix rc_normal_rewrite_writemask() | Tom Stellard | 2011-10-02 | 1 | -5/+4 |
* | r300/compiler: Use consistent src swizzles for transcendent instructions | Tom Stellard | 2011-10-02 | 5 | -6/+33 |
* | r300/compiler: Fix regalloc for values with multiple writers | Tom Stellard | 2011-09-18 | 1 | -3/+6 |
* | r300/compiler: Add support for the output modifier (OMOD) | Tom Stellard | 2011-09-16 | 13 | -2/+282 |
* | r300/compiler: Move some helper functions to radeon_compiler_util.c | Tom Stellard | 2011-09-16 | 3 | -33/+68 |
* | r300/compiler: Don't unroll loops that conditionally increment the counter | Tom Stellard | 2011-09-16 | 1 | -2/+14 |
* | r300/compiler: Implement ROUND | Tom Stellard | 2011-09-10 | 3 | -0/+55 |
* | r300g: silence some warnings about uninitialized variables | Brian Paul | 2011-08-09 | 2 | -3/+3 |
* | r300g: copy the compiler from r300c | Marek Olšák | 2011-07-26 | 60 | -0/+16933 |