summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/Makefile.am
AgeCommit message (Expand)AuthorFilesLines
2018-02-01osx: ld doesn't support --build-idJon Turney1-1/+1
2018-01-19autotools: include meson build files in tarballDylan Baker1-0/+2
2017-10-31dri drivers: Always add the sha1 build-idJordan Justen1-0/+1
2017-07-31xmlconfig: move into src/utilNicolai Hähnle1-1/+1
2017-05-04mesa/dri: remove unneeded HAVE_SHARED_GLAPI guardEmil Velikov1-5/+1
2017-05-04mesa/dri: always link against shared glapiEmil Velikov1-7/+9
2016-05-23mesa: dri: Add shared glapi to LIBADD on AndroidNicolas Boichat1-0/+8
2015-06-12mesa: build xmlconfig to a separate static libraryErik Faye-Lund1-0/+1
2014-12-17mesa: Remove unnecessary -f from $(RM).Matt Turner1-3/+3
2014-12-12mesa: Add clean-local rule to remove .lib links.Matt Turner1-0/+6
2014-12-12dri: Add uninstall hooks to handle megadriver hardlinks.Matt Turner1-0/+5
2014-12-12include: Add remaining headers to distribution.Matt Turner1-1/+2
2014-07-13Avoid mesa_dri_drivers import lib being installedJon TURNEY1-2/+1
2014-05-23Fix build for darwinJon TURNEY1-1/+1
2014-04-09Partially revert bba9c28 "configure: use LIB_EXT rather than hardcoded .so"Jon TURNEY1-13/+13
2014-03-31automake: ask the linker to do garbage collectionEmil Velikov1-0/+1
2014-03-11automake: create compat symlinks only for linux systemsEmil Velikov1-0/+2
2014-03-11configure: use LIB_EXT rather than hardcoded .soEmil Velikov1-12/+12
2014-03-11automake: silence folder creationEmil Velikov1-1/+1
2013-10-24mesa: Remove dricore from the build.Eric Anholt1-1/+1
2013-10-24swrast: Build the driver into the shared mesa_dri_drivers.so.Eric Anholt1-1/+3
2013-10-24radeon: Build the driver into the shared mesa_dri_drivers.so.Eric Anholt1-2/+6
2013-10-24i915: Build the driver into the shared mesa_dri_drivers.so.Eric Anholt1-1/+3
2013-10-24nouveau: Build the driver into the shared mesa_dri_drivers.so.Eric Anholt1-1/+3
2013-10-24i965: Build the driver into a shared mesa_dri_drivers.so .Eric Anholt1-1/+46
2013-10-15configure.ac: drop obsolete variable HAVE_COMMON_DRIEmil Velikov1-2/+0
2012-02-06dri: Don't build libdricommon.la if we don't need itJon TURNEY1-1/+5
2012-01-26dri: make sure to build libdricommon.laMatt Turner1-1/+1
2012-01-22dri: install dri_interface.hMatt Turner1-0/+3
2012-01-20automake: src/mesa/drivers/driMatt Turner1-0/+28