lima/ppir: enable vectorize optimization
[mesa.git] / src / gallium / drivers / nouveau / Makefile.sources
index 43ffce63a25046ffb7695fef72627d30aebbef48..6c360992a5349bfe2dbbc44b414032a7122079dc 100644 (file)
@@ -12,7 +12,6 @@ C_SOURCES := \
        nouveau_mm.h \
        nouveau_screen.c \
        nouveau_screen.h \
-       nouveau_statebuf.h \
        nouveau_video.c \
        nouveau_video.h \
        nouveau_vp3_video_bsp.c \
@@ -115,11 +114,16 @@ NV50_CODEGEN_SOURCES := \
        codegen/nv50_ir_build_util.h \
        codegen/nv50_ir_driver.h \
        codegen/nv50_ir_emit_nv50.cpp \
+       codegen/nv50_ir_from_common.cpp \
+       codegen/nv50_ir_from_common.h \
+       codegen/nv50_ir_from_nir.cpp \
        codegen/nv50_ir_from_tgsi.cpp \
        codegen/nv50_ir_graph.cpp \
        codegen/nv50_ir_graph.h \
        codegen/nv50_ir.h \
        codegen/nv50_ir_inlines.h \
+       codegen/nv50_ir_lowering_helper.cpp \
+       codegen/nv50_ir_lowering_helper.h \
        codegen/nv50_ir_lowering_nv50.cpp \
        codegen/nv50_ir_peephole.cpp \
        codegen/nv50_ir_print.cpp \
@@ -150,7 +154,6 @@ NVC0_C_SOURCES := \
        nvc0/gm107_texture.xml.h \
        nvc0/nvc0_3d.xml.h \
        nvc0/nvc0_compute.c \
-       nvc0/nvc0_compute.h \
        nvc0/nvc0_compute.xml.h \
        nvc0/nvc0_context.c \
        nvc0/nvc0_context.h \