summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600/llvm_wrapper.cpp
Commit message (Collapse)AuthorAgeFilesLines
* r600g/llvm: Move llvm wrapper functions into the radeon directoryTom Stellard2013-03-131-61/+0
|
* radeon/llvm: Fix build with LLVM 3.3Tom Stellard2013-02-191-0/+4
|
* r600g: Handle multiple kernels in the same program v2Tom Stellard2012-09-251-0/+38
| | | | | v2: - Use pc parameter of launch_grid
* r600g: compute support for evergreenAdam Rak2012-06-011-0/+19
Tom Stellard: - Updated for gallium interface changes - Fixed a few bugs: + Set the loop counter + Calculate the correct number of pipes - Added hooks into the LLVM compiler