nouveau: flip DEBUG -> !NDEBUG
[mesa.git] / src / gallium / drivers / nouveau / Makefile.sources
index c79360a5a5647b42db85e1e4f3e6a68c5c0da2fa..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 \
@@ -60,20 +59,29 @@ NV30_C_SOURCES := \
        nv30/nvfx_vertprog.c
 
 NV50_C_SOURCES := \
+       nv50/g80_defs.xml.h \
+       nv50/g80_texture.xml.h \
        nv50/nv50_2d.xml.h \
        nv50/nv50_3ddefs.xml.h \
        nv50/nv50_3d.xml.h \
        nv50/nv50_blit.h \
+       nv50/nv50_compute.c \
+       nv50/nv50_compute.xml.h \
        nv50/nv50_context.c \
        nv50/nv50_context.h \
-       nv50/nv50_defs.xml.h \
-       nv50/nv50_draw.c \
        nv50/nv50_formats.c \
        nv50/nv50_miptree.c \
        nv50/nv50_program.c \
        nv50/nv50_program.h \
        nv50/nv50_push.c \
        nv50/nv50_query.c \
+       nv50/nv50_query.h \
+       nv50/nv50_query_hw.c \
+       nv50/nv50_query_hw.h \
+       nv50/nv50_query_hw_metric.c \
+       nv50/nv50_query_hw_metric.h \
+       nv50/nv50_query_hw_sm.c \
+       nv50/nv50_query_hw_sm.h \
        nv50/nv50_resource.c \
        nv50/nv50_resource.h \
        nv50/nv50_screen.c \
@@ -85,7 +93,6 @@ NV50_C_SOURCES := \
        nv50/nv50_state_validate.c \
        nv50/nv50_surface.c \
        nv50/nv50_tex.c \
-       nv50/nv50_texture.xml.h \
        nv50/nv50_transfer.c \
        nv50/nv50_transfer.h \
        nv50/nv50_vbo.c \
@@ -107,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 \
@@ -122,7 +134,8 @@ NV50_CODEGEN_SOURCES := \
        codegen/nv50_ir_target_nv50.cpp \
        codegen/nv50_ir_target_nv50.h \
        codegen/nv50_ir_util.cpp \
-       codegen/nv50_ir_util.h
+       codegen/nv50_ir_util.h \
+       codegen/unordered_set.h
 
 NVC0_CODEGEN_SOURCES := \
        codegen/nv50_ir_emit_gk110.cpp \
@@ -138,22 +151,28 @@ NVC0_CODEGEN_SOURCES := \
        codegen/nv50_ir_target_nvc0.h
 
 NVC0_C_SOURCES := \
-       nvc0/nvc0_2d.xml.h \
-       nvc0/nvc0_3ddefs.xml.h \
+       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 \
-       nvc0/nvc0_draw.c \
        nvc0/nvc0_formats.c \
        nvc0/nvc0_m2mf.xml.h \
+       nvc0/nvc0_macros.h \
        nvc0/nvc0_miptree.c \
        nvc0/nvc0_program.c \
        nvc0/nvc0_program.h \
-       nvc0/nvc0_push.c \
        nvc0/nvc0_query.c \
+       nvc0/nvc0_query.h \
+       nvc0/nvc0_query_hw.c \
+       nvc0/nvc0_query_hw.h \
+       nvc0/nvc0_query_hw_metric.c \
+       nvc0/nvc0_query_hw_metric.h \
+       nvc0/nvc0_query_hw_sm.c \
+       nvc0/nvc0_query_hw_sm.h \
+       nvc0/nvc0_query_sw.c \
+       nvc0/nvc0_query_sw.h \
        nvc0/nvc0_resource.c \
        nvc0/nvc0_resource.h \
        nvc0/nvc0_screen.c \