Module: Mesa Branch: master Commit: 6b4b2a4dd6cc851c881864542c6f360af1c96c94 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6b4b2a4dd6cc851c881864542c6f360af1c96c94
Author: Emil Velikov <[email protected]> Date: Mon Aug 15 12:10:47 2016 +0100 anv: add genX_multisample.h to the sources list(s). Otherwise it won't end up in the release tarball. Signed-off-by: Emil Velikov <[email protected]> --- src/intel/vulkan/Makefile.sources | 1 + 1 file changed, 1 insertion(+) diff --git a/src/intel/vulkan/Makefile.sources b/src/intel/vulkan/Makefile.sources index 7303995..9e56fe7 100644 --- a/src/intel/vulkan/Makefile.sources +++ b/src/intel/vulkan/Makefile.sources @@ -49,6 +49,7 @@ VULKAN_FILES := \ anv_util.c \ anv_wsi.c \ anv_wsi.h \ + genX_multisample.h \ genX_pipeline_util.h \ vk_format_info.h _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
