[Mesa-dev] [PATCH 10/10] anv: Stop linking against libmesa.la and libdri_test_stubs.la
Kristian Høgsberg
krh at bitplanet.net
Thu May 26 16:46:09 UTC 2016
Update the TODO as well. With that, for the series:
Reviewed-by: Kristian Høgsberg <krh at bitplanet.net>
On Wed, May 25, 2016 at 6:52 PM, Jason Ekstrand <jason at jlekstrand.net> wrote:
> This brings the final size of an optimized non-debug build of the Vulkan
> driver down to 2.9 MB as opposed to 8.7 MB for the dri driver.
> ---
> src/intel/vulkan/Makefile.am | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/src/intel/vulkan/Makefile.am b/src/intel/vulkan/Makefile.am
> index 662d720..8c6ce18 100644
> --- a/src/intel/vulkan/Makefile.am
> +++ b/src/intel/vulkan/Makefile.am
> @@ -112,10 +112,10 @@ libvulkan_common_la_SOURCES = $(VULKAN_SOURCES)
>
> VULKAN_LIB_DEPS += \
> libvulkan_common.la \
> - $(top_builddir)/src/intel/isl/libisl.la \
> $(top_builddir)/src/mesa/drivers/dri/i965/libi965_compiler.la \
> - $(top_builddir)/src/mesa/libmesa.la \
> - $(top_builddir)/src/mesa/drivers/dri/common/libdri_test_stubs.la \
> + $(top_builddir)/src/compiler/nir/libnir.la \
> + $(top_builddir)/src/util/libmesautil.la \
> + $(top_builddir)/src/intel/isl/libisl.la \
> $(PER_GEN_LIBS) \
> $(PTHREAD_LIBS) \
> $(DLOPEN_LIBS) \
> --
> 2.5.0.400.gff86faf
>
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev
More information about the mesa-dev
mailing list