draw/gs: fix emitting inactive primitives crash
[mesa.git] / src / gallium / auxiliary / Makefile.sources
index d31f71aaf99e933505ec26e0034adfe4decd855e..e2babbcd3adb69c57cfc4c2f8690eaad5c533ab9 100644 (file)
@@ -26,6 +26,7 @@ C_SOURCES := \
        draw/draw_pipe_stipple.c \
        draw/draw_pipe_twoside.c \
        draw/draw_pipe_unfilled.c \
+       draw/draw_pipe_user_cull.c \
        draw/draw_pipe_util.c \
        draw/draw_pipe_validate.c \
        draw/draw_pipe_vbuf.c \
@@ -50,6 +51,8 @@ C_SOURCES := \
        draw/draw_pt_vsplit_tmp.h \
        draw/draw_so_emit_tmp.h \
        draw/draw_split_tmp.h \
+       draw/draw_tess.c \
+       draw/draw_tess.h \
        draw/draw_vbuf.h \
        draw/draw_vertex.c \
        draw/draw_vertex.h \
@@ -154,12 +157,17 @@ C_SOURCES := \
        rtasm/rtasm_execmem.h \
        rtasm/rtasm_x86sse.c \
        rtasm/rtasm_x86sse.h \
+       tessellator/p_tessellator.cpp \
+       tessellator/p_tessellator.h \
+       tessellator/tessellator.cpp \
+       tessellator/tessellator.hpp \
        tgsi/tgsi_aa_point.c \
        tgsi/tgsi_aa_point.h \
        tgsi/tgsi_build.c \
        tgsi/tgsi_build.h \
        tgsi/tgsi_dump.c \
        tgsi/tgsi_dump.h \
+       tgsi/tgsi_dynamic_indexing.c \
        tgsi/tgsi_exec.c \
        tgsi/tgsi_exec.h \
        tgsi/tgsi_emulate.c \
@@ -194,6 +202,7 @@ C_SOURCES := \
        tgsi/tgsi_ureg.h \
        tgsi/tgsi_util.c \
        tgsi/tgsi_util.h \
+       tgsi/tgsi_vpos.c \
        translate/translate.c \
        translate/translate.h \
        translate/translate_cache.c \
@@ -216,15 +225,12 @@ C_SOURCES := \
        util/u_cache.h \
        util/u_compute.c \
        util/u_compute.h \
-       util/u_debug_gallium.h \
-       util/u_debug_gallium.c \
        util/u_debug_describe.c \
        util/u_debug_describe.h \
        util/u_debug_flush.c \
        util/u_debug_flush.h \
        util/u_debug_image.c \
        util/u_debug_image.h \
-       util/u_debug_memory.c \
        util/u_debug_refcnt.c \
        util/u_debug_refcnt.h \
        util/u_debug_stack.c \
@@ -262,6 +268,8 @@ C_SOURCES := \
        util/u_inlines.h \
        util/u_linear.c \
        util/u_linear.h \
+       util/u_live_shader_cache.c \
+       util/u_live_shader_cache.h \
        util/u_log.c \
        util/u_log.h \
        util/u_network.c \
@@ -293,8 +301,6 @@ C_SOURCES := \
        util/u_suballoc.h \
        util/u_surface.c \
        util/u_surface.h \
-       util/u_surfaces.c \
-       util/u_surfaces.h \
        util/u_tests.c \
        util/u_tests.h \
        util/u_texture.c \