aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi/si_shader_tgsi_alu.c
Commit message (Expand)AuthorAgeFilesLines
...
* radeonsi: communicate cube map coordinates more explicitlyNicolai Hähnle2017-01-131-33/+43
* gallium: remove TGSI_OPCODE_ABSMarek Olšák2017-01-051-2/+0
* gallivm: Fix build after removal of deprecated attribute API v3Tom Stellard2016-11-091-12/+12
* radeonsi: fix BFE/BFI lowering for GLSL semanticsNicolai Hähnle2016-11-021-3/+34
* radeonsi: fix behavior of GLSL findLSB(0)Marek Olšák2016-10-291-4/+13
* radeonsi: merge radeon_llvm_context and si_shader_contextMarek Olšák2016-10-181-1/+1
* radeonsi: import all TGSI->LLVM code from gallium/radeonMarek Olšák2016-10-181-1/+0
* radeonsi: move LLVM ALU codegen into radeonsiMarek Olšák2016-10-181-0/+1012