CVSROOT: /cvs Module name: xenocara Changes by: j...@cvs.openbsd.org 2023/03/02 23:32:18
Modified files: lib/mesa/mk : Makefile lib/mesa/mk/libEGL: Makefile lib/mesa/mk/libGL: Makefile lib/mesa/mk/libOSMesa: Makefile lib/mesa/mk/libgallium_dri: Makefile lib/mesa/mk/libgbm: Makefile lib/mesa/mk/libmesa_util_sse41: Makefile lib/mesa/mk/libvulkan_radeon: Makefile Log message: build libmesa_util_sse41 on all archs swrast_dri.so had an undefined reference to util_streaming_load_memcpy on non-x86 archs. Part of streaming-load-memcpy.c / libmesa_util_sse41. When USE_SSE41 is not defined, memcpy() is used. problem noticed at runtime on arm64 by mlarkin@ with and ok tb@