aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeon/radeon_setup_tgsi_llvm.c
Commit message (Expand)AuthorAgeFilesLines
* radeon/llvm: add suport for cube texturesVadim Girlin2012-05-081-1/+91
* radeon/llvm: add support for some ALU instructionsVadim Girlin2012-05-081-1/+236
* radeon/llvm: add support for AHSR/LSHR/LSHL instructionsVadim Girlin2012-05-081-0/+32
* radeon/llvm: add support for TXQ/TXF/DDX/DDY instructionsVadim Girlin2012-05-081-4/+10
* radeon/llvm: add support for VertexID, InstanceIDVadim Girlin2012-05-081-0/+9
* radeon/llvm: use integer comparison for IFVadim Girlin2012-05-081-2/+4
* radeon/llvm: use bitcasts for integersVadim Girlin2012-05-081-4/+39
* radeon/llvm: Use a custom emit function for TGSI_OPCODE_KILTom Stellard2012-04-301-1/+16
* radeonsi: initial WIP SI codeTom Stellard2012-04-131-0/+660