OSDN Git Service

mesa: rename x86.c -> x86_xform.c
authorBrian Paul <brianp@vmware.com>
Wed, 4 Mar 2009 22:35:21 +0000 (15:35 -0700)
committerBrian Paul <brianp@vmware.com>
Wed, 4 Mar 2009 22:35:21 +0000 (15:35 -0700)
src/mesa/SConscript
src/mesa/sources.mak
src/mesa/x86/x86_xform.c [moved from src/mesa/x86/x86.c with 100% similarity]

index da4026b..f8edb25 100644 (file)
@@ -252,7 +252,7 @@ if env['platform'] != 'winddk':
                ])
                mesa_sources += [
                        'x86/common_x86.c',
-                       'x86/x86.c',
+                       'x86/x86_xform.c',
                        'x86/3dnow.c',
                        'x86/sse.c',
                        'x86/common_x86_asm.S',
index 92c2183..30ee064 100644 (file)
@@ -254,7 +254,7 @@ SLANG_SOURCES =     \
 
 ASM_C_SOURCES =        \
        x86/common_x86.c \
-       x86/x86.c \
+       x86/x86_xform.c \
        x86/3dnow.c \
        x86/sse.c \
        x86/rtasm/x86sse.c \
similarity index 100%
rename from src/mesa/x86/x86.c
rename to src/mesa/x86/x86_xform.c