aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi/si_shader_tgsi_alu.c
Commit message (Expand)AuthorAgeFilesLines
* radeonsi: drop support for LLVM 3.8Marek Olšák2017-05-051-4/+2
* radeonsi: access gallivm through ctx in most placesMarek Olšák2017-04-041-2/+2
* radeonsi: remove most uses of lp_build_const*Marek Olšák2017-04-041-1/+1
* radeonsi: drop support for LLVM 3.6 & 3.7Marek Olšák2017-03-061-4/+2
* ac: normalize build helper namesMarek Olšák2017-03-031-8/+8
* radeonsi: replace AMDGPU.bfe.* with amdgcn.*bfeMarek Olšák2017-03-031-7/+4
* radeonsi: move kill intrinsic building into amd/commonMarek Olšák2017-03-031-6/+8
* gallivm,ac: add function attributes at call sites instead of declarationsMarek Olšák2017-03-011-8/+6
* gallium: remove TGSI_OPCODE_CLAMPMarek Olšák2017-02-181-3/+0
* radeonsi: use shared emit_umsb helper.Dave Airlie2017-02-161-22/+2
* radeonsi: use shared emit imsb code.Dave Airlie2017-02-161-25/+3
* radeonsi: remove unused si_prepare_cube_coordsNicolai Hähnle2017-01-131-196/+0
* radeonsi: only touch first three coordinates in si_prepare_cube_coordsNicolai Hähnle2017-01-131-12/+1
* radeonsi: remove unused si_llvm_cube_to_2d_coordsNicolai Hähnle2017-01-131-28/+0
* radeonsi: restrict cube map derivative computations to the correct planeNicolai Hähnle2017-01-131-23/+107
* 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