Module: Mesa Branch: master Commit: ecc39b665091d4505044e3631f90c8a599dae06e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ecc39b665091d4505044e3631f90c8a599dae06e
Author: Emil Velikov <[email protected]> Date: Fri Apr 28 13:33:58 2017 +0100 ac: include all sources in the tarball Fixes: e2659176cef ("radeonsi/ac: move vertex export remove to common code.") Signed-off-by: Emil Velikov <[email protected]> --- src/amd/Makefile.sources | 1 + 1 file changed, 1 insertion(+) diff --git a/src/amd/Makefile.sources b/src/amd/Makefile.sources index 38dd48b8d3..620b046cdb 100644 --- a/src/amd/Makefile.sources +++ b/src/amd/Makefile.sources @@ -42,6 +42,7 @@ ADDRLIB_FILES = \ AMD_COMPILER_FILES = \ common/ac_binary.c \ common/ac_binary.h \ + common/ac_exp_param.h \ common/ac_llvm_build.c \ common/ac_llvm_build.h \ common/ac_llvm_helper.cpp \ _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
