summaryrefslogtreecommitdiff
path: root/src/amd/common/ac_llvm_util.h
AgeCommit message (Expand)AuthorFilesLines
2017-03-22ac: consistently use ifndef guards over pragma onceEmil Velikov1-1/+5
2017-03-06gallivm,ac: add LP_FUNC_ATTR_CONVERGENTMarek Olšák1-0/+1
2017-03-03gallivm, ac: add writeonly and inaccessiblememonly attributesMarek Olšák1-0/+2
2017-03-01amd/common: Fix build with new ac_add_function_attr()Tobias Klausmann1-0/+2
2017-03-01gallivm,ac: add function attributes at call sites instead of declarationsMarek Olšák1-8/+9
2017-03-01gallivm,ac: remove unused FUNC_ATTR_LAST enumsMarek Olšák1-1/+0
2017-02-07radeon/ac: move common llvm build functions to a separate file.Dave Airlie1-135/+0
2017-02-03radeonsi/ac: move most of emit_ddxy to shared code.Dave Airlie1-0/+12
2017-02-03radeonsi/ac: move get thread id to shared code.Dave Airlie1-1/+5
2017-02-03radeonsi/ac: move tbuffer store and buffer load to shared code.Dave Airlie1-1/+43
2017-02-03radeonsi/ac: move a bunch of load/store related things to common code.Dave Airlie1-0/+22
2017-02-02radeonsi/ac: move frag interp emission code to shared llvm code.Dave Airlie1-0/+14
2017-01-30radv/ac: Add compiler support for spilling.Bas Nieuwenhuizen1-1/+1
2017-01-29various: Fix missing DumpModule with recent LLVM.Bas Nieuwenhuizen1-0/+3
2017-01-13amd/common: unify cube map coordinate handling between radeonsi and radvNicolai Hähnle1-0/+57
2016-11-03amd/common: add ac_is_sgpr_param helperNicolai Hähnle1-0/+2
2016-11-03amd/common: move llvm helper prototype to ac_llvm_util.hNicolai Hähnle1-0/+10
2016-10-07radv: add initial non-conformant radv vulkan driverDave Airlie1-0/+31