intel: Add a batch flush between front-buffer downsample and X protocol.
[mesa.git] / src / mesa / drivers / dri / i965 / Makefile.sources
index 243dda65b23d73dfd39fcabdfa8527c526e8f877..290cd93a107dca665e351ebe5b833e29f7a96498 100644 (file)
@@ -14,7 +14,6 @@ i965_FILES = \
        intel_regions.c \
        intel_resolve_map.c \
        intel_screen.c \
-       intel_span.c \
        intel_pixel.c \
        intel_pixel_bitmap.c \
        intel_pixel_copy.c \
@@ -24,13 +23,13 @@ i965_FILES = \
        intel_syncobj.c \
        intel_tex.c \
        intel_tex_copy.c \
-       intel_tex_format.c \
        intel_tex_image.c \
-       intel_tex_layout.c \
        intel_tex_subimage.c \
        intel_tex_validate.c \
+       intel_upload.c \
        brw_blorp.cpp \
        brw_blorp_blit.cpp \
+       brw_blorp_clear.cpp \
        brw_cc.c \
        brw_cfg.cpp \
        brw_clear.c \
@@ -49,7 +48,6 @@ i965_FILES = \
        brw_draw_upload.c \
        brw_eu.c \
        brw_eu_compact.c \
-       brw_eu_debug.c \
        brw_eu_emit.c \
        brw_eu_util.c \
        brw_fs.cpp \
@@ -60,18 +58,19 @@ i965_FILES = \
        brw_fs_fp.cpp \
        brw_fs_live_variables.cpp \
        brw_fs_reg_allocate.cpp \
-       brw_fs_schedule_instructions.cpp \
        brw_fs_vector_splitting.cpp \
        brw_fs_visitor.cpp \
        brw_gs.c \
        brw_gs_emit.c \
        brw_gs_state.c \
+       brw_interpolation_map.c \
        brw_lower_texture_gradients.cpp \
        brw_misc_state.c \
-       brw_optimize.c \
+       brw_object_purgeable.c \
        brw_program.c \
        brw_primitive_restart.c \
        brw_queryobj.c \
+       brw_schedule_instructions.cpp \
        brw_sf.c \
        brw_sf_emit.c \
        brw_sf_state.c \
@@ -80,6 +79,7 @@ i965_FILES = \
        brw_state_cache.c \
        brw_state_dump.c \
        brw_state_upload.c \
+       brw_surface_formats.c \
        brw_tex.c \
        brw_tex_layout.c \
        brw_urb.c \
@@ -87,12 +87,12 @@ i965_FILES = \
        brw_vec4.cpp \
        brw_vec4_copy_propagation.cpp \
        brw_vec4_emit.cpp \
+       brw_vec4_gs_visitor.cpp \
        brw_vec4_live_variables.cpp \
        brw_vec4_reg_allocate.cpp \
        brw_vec4_visitor.cpp \
        brw_vec4_vp.cpp \
        brw_vs.c \
-       brw_vs_constval.c \
        brw_vs_state.c \
        brw_vs_surface_state.c \
        brw_vtbl.c \
@@ -107,6 +107,7 @@ i965_FILES = \
        gen6_depthstencil.c \
        gen6_gs_state.c \
         gen6_multisample_state.c \
+       gen6_queryobj.c \
        gen6_sampler_state.c \
        gen6_scissor_state.c \
        gen6_sf_state.c \
@@ -116,7 +117,6 @@ i965_FILES = \
        gen6_vs_state.c \
        gen6_wm_state.c \
        gen7_blorp.cpp \
-       gen7_cc_state.c \
        gen7_clip_state.c \
        gen7_disable.c \
        gen7_misc_state.c \