i965: Generalize predicated break pass for use in vec4 backend.
[mesa.git] / src / mesa / drivers / dri / i965 / Makefile.sources
index 981fe79b132f42c99ecda8c8e6a8e15157a80629..6f97f735addbb0aac6bb38945a8fa95849ffc3cd 100644 (file)
@@ -21,7 +21,7 @@ i965_FILES = \
        brw_conditional_render.c \
        brw_context.c \
        brw_context.h \
-       brw_cs.cpp \
+       brw_cs.c \
        brw_cs.h \
        brw_cubemap_normalize.cpp \
        brw_curbe.c \
@@ -55,11 +55,13 @@ i965_FILES = \
        brw_fs_live_variables.cpp \
        brw_fs_live_variables.h \
        brw_fs_nir.cpp \
-       brw_fs_peephole_predicated_break.cpp \
        brw_fs_reg_allocate.cpp \
        brw_fs_register_coalesce.cpp \
        brw_fs_saturate_propagation.cpp \
        brw_fs_sel_peephole.cpp \
+       brw_fs_surface_builder.cpp \
+       brw_fs_surface_builder.h \
+       brw_fs_validate.cpp \
        brw_fs_vector_splitting.cpp \
        brw_fs_visitor.cpp \
        brw_gs.c \
@@ -83,9 +85,12 @@ i965_FILES = \
        brw_nir.h \
        brw_nir.c \
        brw_nir_analyze_boolean_resolves.c \
+       brw_nir_uniforms.cpp \
        brw_object_purgeable.c \
        brw_packed_float.c \
        brw_performance_monitor.c \
+       brw_pipe_control.c \
+       brw_predicated_break.cpp \
        brw_primitive_restart.c \
        brw_program.c \
        brw_program.h \
@@ -112,6 +117,7 @@ i965_FILES = \
        brw_urb.c \
        brw_util.c \
        brw_util.h \
+       brw_vec4_builder.h \
        brw_vec4_copy_propagation.cpp \
        brw_vec4.cpp \
        brw_vec4_cse.cpp \
@@ -122,9 +128,12 @@ i965_FILES = \
        brw_vec4.h \
        brw_vec4_live_variables.cpp \
        brw_vec4_live_variables.h \
+       brw_vec4_nir.cpp \
+       brw_vec4_gs_nir.cpp \
        brw_vec4_reg_allocate.cpp \
+       brw_vec4_surface_builder.cpp \
+       brw_vec4_surface_builder.h \
        brw_vec4_visitor.cpp \
-       brw_vec4_vp.cpp \
        brw_vec4_vs_visitor.cpp \
        brw_vs.c \
        brw_vs.h \
@@ -158,6 +167,7 @@ i965_FILES = \
        gen6_wm_state.c \
        gen7_blorp.cpp \
        gen7_blorp.h \
+       gen7_cs_state.c \
        gen7_disable.c \
        gen7_gs_state.c \
        gen7_misc_state.c \