summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/radeon/Makefile.am
AgeCommit message (Expand)AuthorFilesLines
2018-04-05radeonsi: don't build libradeon.la separatelyMarek Olšák1-29/+0
2018-04-05radeonsi: move r600_gpu_load.c to si_gpu_load.cMarek Olšák1-3/+1
2018-01-19autotools: include meson build files in tarballDylan Baker1-0/+2
2017-11-29radeonsi: just include si_pipe.h in r600_query.cMarek Olšák1-0/+1
2017-06-05radeon: remove out of date LLVM_REVISION.txtEmil Velikov1-3/+0
2017-05-11radeon: automake: remove unneeded elf Cflags/LibsEmil Velikov1-4/+2
2017-03-07build: Replace NEED_RADEON_LLVM with HAVE_GALLIUM_LLVM.Matt Turner1-1/+1
2017-02-28radeon: remove unused radeon_elf_util.{c,h}Timothy Arceri1-3/+0
2015-12-17configure.ac: use pkg-config for libelfJonathan Gray1-2/+3
2015-04-28r600g,radeonsi: add a driver query returning GPU loadMarek Olšák1-1/+3
2014-12-12gallium: Remove Android files from distribution.Matt Turner1-1/+1
2014-09-05gallium/radeon: ship all files in the tarballEmil Velikov1-0/+3
2014-05-15gallium/radeon: build only a single common library libradeonEmil Velikov1-8/+4
2014-03-07radeon: Include radeon_elf_util.c in the list of LLVM_C_FILES v2Tom Stellard1-0/+1
2013-11-18drivers/radeon: remove unused CXXFLAGS, LLVM_CPP_FILESEmil Velikov1-4/+0
2013-11-16gallium/drivers: compact compiler flags into Automake.incEmil Velikov1-11/+11
2013-10-08gallium/radeon: don't export any private symbolsMarek Olšák1-3/+5
2013-10-01gallium/radeon: drop unused variable LIBGALLIUM_LIBSEmil Velikov1-3/+0
2013-05-06radeon/llvm: Always build libradeonllvm as staticTom Stellard1-15/+8
2013-05-06radeon/llvm: Use LLVM C API for compiling LLVM IR to ISA v2Tom Stellard1-2/+0
2013-05-02radeon/uvd: Fix build failure with non-standard libdrm installation prefixLauri Kasanen1-1/+1
2013-04-15radeon/llvm: Handle ELF formatted binary output from the LLVM backendTom Stellard1-1/+2
2013-04-11radeon/uvd: add UVD implementation v5Christian König1-6/+17
2013-03-19radeon/llvm: Do not link against libgallium when building statically.Maarten Lankhorst1-1/+4
2013-03-19radeon/llvm: Link against libgallium.la to fix an undefined symbolAndreas Boll1-0/+1
2013-03-13radeon/llvm: Implement radeon_llvm_get_kernel_module() using the C APITom Stellard1-0/+1
2013-01-11drivers/radeon: Don't link against libgallium.laTom Stellard1-2/+1
2013-01-10radeon/llvm: Convert to AutomakeTom Stellard1-0/+31