Squashed commit of the following:
[mesa.git] / src / gallium / drivers / svga / Makefile
index 38b63394e388a0976834193174719e677e1a9544..27287793bda9ae0837e5e48da67382ed40093e22 100644 (file)
@@ -27,8 +27,6 @@ C_SOURCES = \
        svga_pipe_vertex.c \
        svga_pipe_vs.c \
        svga_screen.c \
-       svga_screen_buffer.c \
-       svga_screen_texture.c \
        svga_screen_cache.c \
        svga_state.c \
        svga_state_need_swtnl.c \
@@ -45,11 +43,21 @@ C_SOURCES = \
        svga_tgsi.c \
        svga_tgsi_decl_sm20.c \
        svga_tgsi_decl_sm30.c \
-       svga_tgsi_insn.c
+       svga_tgsi_insn.c \
+       svga_sampler_view.c \
+       svga_surface.c \
+       svga_resource.c \
+       svga_resource_texture.c \
+       svga_resource_buffer.c \
+       svga_resource_buffer_upload.c 
+
 
 LIBRARY_INCLUDES = \
        -I$(TOP)/src/gallium/drivers/svga/include
 
+# With linux-debug we get a lots of warnings, filter out the bad flags.
+CFLAGS := $(filter-out -pedantic, $(filter-out -ansi, $(CFLAGS)))
+
 LIBRARY_DEFINES = \
        -std=gnu99 -fvisibility=hidden \
        -DHAVE_STDINT_H -DHAVE_SYS_TYPES_H