Module: Mesa Branch: gallium-mesa-7.4 Commit: ec385f24eecf12190667427a39790a28988894d0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ec385f24eecf12190667427a39790a28988894d0
Author: Alan Hourihane <[email protected]> Date: Tue Feb 10 19:36:48 2009 +0000 add xcb configs --- configs/linux-dri-xcb-debug | 16 ++++++++++++++++ configs/linux-dri-xcb-x86 | 13 +++++++++++++ 2 files changed, 29 insertions(+), 0 deletions(-) diff --git a/configs/linux-dri-xcb-debug b/configs/linux-dri-xcb-debug new file mode 100644 index 0000000..2db69ab --- /dev/null +++ b/configs/linux-dri-xcb-debug @@ -0,0 +1,16 @@ +# -*-makefile-*- +# Configuration for linux-dri-debug: Linux DRI hardware drivers for XFree86 & others + +include $(TOP)/configs/linux-dri-xcb + +CONFIG_NAME = linux-dri-debug +OPT_FLAGS = -O0 -g +ARCH_FLAGS = -DDEBUG + +# Helpful to reduce the amount of stuff that gets built sometimes: +#DRI_DIRS = i915tex i915 +#DRI_DIRS = i965 +#DRI_DIRS = radeon r200 r300 +#DRI_DIRS = unichrome sis trident +#DRI_DIRS = i810 mga r128 tdfx + diff --git a/configs/linux-dri-xcb-x86 b/configs/linux-dri-xcb-x86 new file mode 100644 index 0000000..e49a28c --- /dev/null +++ b/configs/linux-dri-xcb-x86 @@ -0,0 +1,13 @@ +# -*-makefile-*- +# Configuration for linux-dri: Linux DRI hardware drivers for XFree86 & others + +include $(TOP)/configs/linux-dri-xcb + +CONFIG_NAME = linux-dri-x86 + +ARCH_FLAGS = -m32 -mmmx -msse -msse2 + +ASM_FLAGS = -DUSE_X86_ASM -DUSE_MMX_ASM -DUSE_3DNOW_ASM -DUSE_SSE_ASM +MESA_ASM_SOURCES = $(X86_SOURCES) +GLAPI_ASM_SOURCES = $(X86_API) + _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
