Cell: some basic blending code
[mesa.git] / src / mesa / sources
index 4a5a97b47dfe228a8186bbe15cdd1871a0229f5f..e31d8cc4667cf2dbe9bc56947d383a4b20804d2d 100644 (file)
@@ -165,6 +165,7 @@ DRAW_SOURCES = \
        pipe/draw/draw_flatshade.c \
        pipe/draw/draw_offset.c \
        pipe/draw/draw_prim.c \
+       pipe/draw/draw_stipple.c \
        pipe/draw/draw_twoside.c \
        pipe/draw/draw_unfilled.c \
        pipe/draw/draw_validate.c \
@@ -174,6 +175,9 @@ DRAW_SOURCES = \
        pipe/draw/draw_vertex_fetch.c \
        pipe/draw/draw_vertex_shader.c \
        pipe/draw/draw_vertex_shader_llvm.c \
+       pipe/draw/draw_vf.c \
+       pipe/draw/draw_vf_generic.c \
+       pipe/draw/draw_vf_sse.c \
        pipe/draw/draw_wide_prims.c
 
 TGSIEXEC_SOURCES = \
@@ -186,21 +190,17 @@ TGSIUTIL_SOURCES = \
        pipe/tgsi/util/tgsi_parse.c \
        pipe/tgsi/util/tgsi_util.c
 
-
-LLVMTGSI_SOURCES = \
-       pipe/llvm/gallivm.cpp \
-       pipe/llvm/storage.cpp \
-       pipe/llvm/instructions.cpp
-
 STATECACHE_SOURCES = \
        pipe/cso_cache/cso_hash.c \
        pipe/cso_cache/cso_cache.c
 
+PIPEUTIL_SOURCES = \
+       pipe/util/p_tile.c \
+       pipe/util/p_util.c
+
 STATETRACKER_SOURCES = \
        state_tracker/st_atom.c \
-       state_tracker/st_atom_alphatest.c \
        state_tracker/st_atom_blend.c \
-       state_tracker/st_atom_clear_color.c \
        state_tracker/st_atom_clip.c \
        state_tracker/st_atom_constbuf.c \
        state_tracker/st_atom_depth.c \
@@ -369,7 +369,6 @@ FBDEV_DRIVER_SOURCES =                      \
 ALL_SOURCES = \
        $(GLAPI_SOURCES)        \
        $(SOLO_SOURCES)         \
-        $(LLVMTGSI_SOURCES)     \
        $(ASM_SOURCES)          \
        $(COMMON_DRIVER_SOURCES)\
        $(X11_DRIVER_SOURCES)   \
@@ -384,6 +383,7 @@ SOLO_SOURCES = \
        $(DRAW_SOURCES)         \
        $(TGSIEXEC_SOURCES)     \
        $(TGSIUTIL_SOURCES)     \
+       $(PIPEUTIL_SOURCES)     \
        $(STATECACHE_SOURCES)   \
        $(STATETRACKER_SOURCES) \
        $(TNL_SOURCES)          \
@@ -395,15 +395,13 @@ SOLO_SOURCES = \
 
 CORE_SOURCES = \
        $(GLAPI_SOURCES)        \
-       $(SOLO_SOURCES)         \
-       $(LLVMTGSI_SOURCES)
+       $(SOLO_SOURCES)
 
 
 ### Object files
 
 SOLO_OBJECTS = \
        $(SOLO_SOURCES:.c=.o) \
-       $(LLVMTGSI_SOURCES:.cpp=.o) \
        $(ASM_SOURCES:.S=.o)
 
 GLAPI_OBJECTS = \
@@ -425,13 +423,14 @@ FBDEV_DRIVER_OBJECTS = $(FBDEV_DRIVER_SOURCES:.c=.o)
 INCLUDE_DIRS = \
        -I$(TOP)/include \
        -I$(TOP)/src/mesa \
-       -I$(TOP)/src/mesa/main \
-       -I$(TOP)/src/mesa/glapi \
-       -I$(TOP)/src/mesa/math \
+       -I$(TOP)/src/mesa/main
+
+OLD_INCLUDE_DIRS = \
        -I$(TOP)/src/mesa/tnl \
+       -I$(TOP)/src/mesa/math \
+       -I$(TOP)/src/mesa/swrast \
+       -I$(TOP)/src/mesa/swrast_setup \
        -I$(TOP)/src/mesa/shader \
        -I$(TOP)/src/mesa/shader/grammar \
        -I$(TOP)/src/mesa/shader/slang \
-       -I$(TOP)/src/mesa/swrast \
-       -I$(TOP)/src/mesa/swrast_setup \
        -I$(TOP)/src/mesa/pipe/tgsi