New arguments for sse_shufps()
[mesa.git] / src / mesa / sources
index c4249a7e491cdb78486d66c6af6c72944d9c2fc3..0b197f47193458f76108e7eddbce7eee39524e64 100644 (file)
@@ -133,8 +133,8 @@ TNL_SOURCES = \
        tnl/t_vb_points.c \
        tnl/t_vp_build.c \
        tnl/t_vertex.c \
-       tnl/t_vertex_c.c \
-       tnl/t_vertex_codegen.c \
+       tnl/t_vertex_sse.c \
+       tnl/t_vertex_generic.c \
        tnl/t_vtx_api.c \
        tnl/t_vtx_generic.c \
        tnl/t_vtx_x86.c \
@@ -149,7 +149,7 @@ SHADER_SOURCES = \
        shader/arbprogram.c \
        shader/arbvertparse.c \
        shader/atifragshader.c \
-       shader/grammar_mesa.c \
+       shader/grammar/grammar_mesa.c \
        shader/nvfragparse.c \
        shader/nvprogram.c \
        shader/nvvertexec.c \
@@ -187,8 +187,15 @@ SLANG_CPP_SOURCES = \
        shader/slang/OSDependent/Linux/ossource.cpp
        
 SLANG_SOURCES =        \
+       shader/slang/slang_assemble.c   \
+       shader/slang/slang_assemble_assignment.c        \
+       shader/slang/slang_assemble_conditional.c       \
+       shader/slang/slang_assemble_constructor.c       \
+       shader/slang/slang_assemble_typeinfo.c  \
        shader/slang/slang_compile.c    \
+       shader/slang/slang_execute.c    \
        shader/slang/slang_preprocess.c \
+       shader/slang/slang_storage.c    \
        shader/slang/slang_utility.c
 
 ASM_C_SOURCES =        \
@@ -196,8 +203,10 @@ ASM_C_SOURCES =    \
        x86/x86.c \
        x86/3dnow.c \
        x86/sse.c \
+       x86/rtasm/x86sse.c \
        sparc/sparc.c \
-       ppc/common_ppc.c
+       ppc/common_ppc.c \
+       x86-64/x86-64.c
 
 X86_SOURCES =                  \
        x86/common_x86_asm.S    \
@@ -222,6 +231,9 @@ X86_SOURCES =                       \
 X86_API =                      \
        x86/glapi_x86.S
 
+X86-64_SOURCES =               \
+       x86-64/xform4.S
+
 SPARC_SOURCES =                        \
        sparc/clip.S            \
        sparc/norm.S            \
@@ -309,6 +321,7 @@ INCLUDE_DIRS = \
        -I$(TOP)/src/mesa/math \
        -I$(TOP)/src/mesa/tnl \
        -I$(TOP)/src/mesa/shader \
+       -I$(TOP)/src/mesa/shader/grammar \
        -I$(TOP)/src/mesa/shader/slang \
        -I$(TOP)/src/mesa/shader/slang/OSDependent/Linux \
        -I$(TOP)/src/mesa/shader/slang/OGLCompilersDLL \