summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/radeonsi/si_shader_tgsi_alu.c
AgeCommit message (Expand)AuthorFilesLines
2017-05-05radeonsi: drop support for LLVM 3.8Marek Olšák1-4/+2
2017-04-04radeonsi: access gallivm through ctx in most placesMarek Olšák1-2/+2
2017-04-04radeonsi: remove most uses of lp_build_const*Marek Olšák1-1/+1
2017-03-06radeonsi: drop support for LLVM 3.6 & 3.7Marek Olšák1-4/+2
2017-03-03ac: normalize build helper namesMarek Olšák1-8/+8
2017-03-03radeonsi: replace AMDGPU.bfe.* with amdgcn.*bfeMarek Olšák1-7/+4
2017-03-03radeonsi: move kill intrinsic building into amd/commonMarek Olšák1-6/+8
2017-03-01gallivm,ac: add function attributes at call sites instead of declarationsMarek Olšák1-8/+6
2017-02-18gallium: remove TGSI_OPCODE_CLAMPMarek Olšák1-3/+0
2017-02-16radeonsi: use shared emit_umsb helper.Dave Airlie1-22/+2
2017-02-16radeonsi: use shared emit imsb code.Dave Airlie1-25/+3
2017-01-13radeonsi: remove unused si_prepare_cube_coordsNicolai Hähnle1-196/+0
2017-01-13radeonsi: only touch first three coordinates in si_prepare_cube_coordsNicolai Hähnle1-12/+1
2017-01-13radeonsi: remove unused si_llvm_cube_to_2d_coordsNicolai Hähnle1-28/+0
2017-01-13radeonsi: restrict cube map derivative computations to the correct planeNicolai Hähnle1-23/+107
2017-01-13radeonsi: communicate cube map coordinates more explicitlyNicolai Hähnle1-33/+43
2017-01-05gallium: remove TGSI_OPCODE_ABSMarek Olšák1-2/+0
2016-11-09gallivm: Fix build after removal of deprecated attribute API v3Tom Stellard1-12/+12
2016-11-02radeonsi: fix BFE/BFI lowering for GLSL semanticsNicolai Hähnle1-3/+34
2016-10-29radeonsi: fix behavior of GLSL findLSB(0)Marek Olšák1-4/+13
2016-10-18radeonsi: merge radeon_llvm_context and si_shader_contextMarek Olšák1-1/+1
2016-10-18radeonsi: import all TGSI->LLVM code from gallium/radeonMarek Olšák1-1/+0
2016-10-18radeonsi: move LLVM ALU codegen into radeonsiMarek Olšák1-0/+1012