i965/fs: New peephole optimization to flatten IF/BREAK/ENDIF.
[mesa.git] / src / mesa / drivers / dri / i965 / Makefile.sources
index 4e06ee2a55e5d0d4a91ffbf82c8e49587b4209d9..43f152e4d45a1f33264a2d2849ed082e0dad1ae1 100644 (file)
@@ -7,7 +7,6 @@ i965_FILES = \
        intel_blit.c \
        intel_buffer_objects.c \
        intel_buffers.c \
-       intel_context.c \
        intel_debug.c \
        intel_extensions.c \
        intel_fbo.c \
@@ -45,6 +44,7 @@ i965_FILES = \
        brw_context.c \
        brw_cubemap_normalize.cpp \
        brw_curbe.c \
+       brw_dead_control_flow.cpp \
        brw_device_info.c \
        brw_disasm.c \
        brw_draw.c \
@@ -60,7 +60,9 @@ i965_FILES = \
        brw_fs_fp.cpp \
        brw_fs_generator.cpp \
        brw_fs_live_variables.cpp \
+       brw_fs_peephole_predicated_break.cpp \
        brw_fs_reg_allocate.cpp \
+       brw_fs_sel_peephole.cpp \
        brw_fs_vector_splitting.cpp \
        brw_fs_visitor.cpp \
        brw_gs.c \
@@ -69,12 +71,15 @@ i965_FILES = \
        brw_gs_surface_state.c \
        brw_interpolation_map.c \
        brw_lower_texture_gradients.cpp \
+       brw_lower_offset_array.cpp \
+       brw_lower_unnormalized_offset.cpp \
        brw_misc_state.c \
        brw_object_purgeable.c \
        brw_performance_monitor.c \
        brw_program.c \
        brw_primitive_restart.c \
        brw_queryobj.c \
+       brw_reset.c \
        brw_schedule_instructions.cpp \
        brw_sf.c \
        brw_sf_emit.c \
@@ -102,7 +107,6 @@ i965_FILES = \
        brw_vs.c \
        brw_vs_state.c \
        brw_vs_surface_state.c \
-       brw_vtbl.c \
        brw_wm.c \
        brw_wm_iz.cpp \
        brw_wm_sampler_state.c \
@@ -124,7 +128,6 @@ i965_FILES = \
        gen6_vs_state.c \
        gen6_wm_state.c \
        gen7_blorp.cpp \
-       gen7_clip_state.c \
        gen7_disable.c \
         gen7_gs_state.c \
        gen7_misc_state.c \