st/nine: Fix volumetexture dtor on ctor failure
[mesa.git] / src / gallium / state_trackers / nine / Makefile.sources
index b8219613f6c3ddea739f75f11c8eeb7d044d95b3..56698a19f10d88a82af2cc3b99402c67906a4b1e 100644 (file)
@@ -5,6 +5,8 @@ C_SOURCES := \
        authenticatedchannel9.h \
        basetexture9.c \
        basetexture9.h \
+       buffer9.c \
+       buffer9.h \
        cryptosession9.c \
        cryptosession9.h \
        cubetexture9.c \
@@ -21,6 +23,9 @@ C_SOURCES := \
        indexbuffer9.h \
        iunknown.c \
        iunknown.h \
+       nine_buffer_upload.c \
+       nine_buffer_upload.h \
+       nine_csmt_helper.h \
        nine_debug.c \
        nine_debug.h \
        nine_defines.h \
@@ -30,8 +35,10 @@ C_SOURCES := \
        nineexoverlayextension.h \
        nine_ff.c \
        nine_ff.h \
+       nine_flags.h \
        nine_helpers.c \
        nine_helpers.h \
+       nine_limits.h \
        nine_lock.c \
        nine_lock.h \
        nine_pdata.h \
@@ -39,6 +46,8 @@ C_SOURCES := \
        nine_pipe.h \
        nine_quirk.c \
        nine_quirk.h \
+       nine_queue.c \
+       nine_queue.h \
        nine_shader.c \
        nine_shader.h \
        nine_state.c \
@@ -59,6 +68,8 @@ C_SOURCES := \
        swapchain9.h \
        texture9.c \
        texture9.h \
+       threadpool.c \
+       threadpool.h \
        vertexbuffer9.c \
        vertexbuffer9.h \
        vertexdeclaration9.c \