summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r300/compiler
Commit message (Collapse)AuthorAgeFilesLines
* r300/compiler: Add support for the output modifier (OMOD)Tom Stellard2011-09-1613-2/+282
|
* r300/compiler: Move some helper functions to radeon_compiler_util.cTom Stellard2011-09-163-33/+68
|
* r300/compiler: Don't unroll loops that conditionally increment the counterTom Stellard2011-09-161-2/+14
|
* r300/compiler: Implement ROUNDTom Stellard2011-09-103-0/+55
| | | | | According to the GLSL spec, the implementor can decide which way to round when the fraction is .5. The r300 compiler will round down.
* r300g: silence some warnings about uninitialized variablesBrian Paul2011-08-092-3/+3
|
* r300g: copy the compiler from r300cMarek Olšák2011-07-2660-0/+16933
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.