Module: Mesa Branch: gallium-master-merge Commit: 7e0bc2eb8df6f83a67410cd422b709981f88cd87 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7e0bc2eb8df6f83a67410cd422b709981f88cd87
Author: Brian Paul <[email protected]> Date: Mon Feb 9 15:41:06 2009 -0700 mesa: add x86/rtasm/x86sse.c to fix linux-x86 build --- src/mesa/sources.mak | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/mesa/sources.mak b/src/mesa/sources.mak index 13ec1fa..dfafbc9 100644 --- a/src/mesa/sources.mak +++ b/src/mesa/sources.mak @@ -259,6 +259,7 @@ ASM_C_SOURCES = \ x86/x86.c \ x86/3dnow.c \ x86/sse.c \ + x86/rtasm/x86sse.c \ sparc/sparc.c \ ppc/common_ppc.c \ x86-64/x86-64.c _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
