i965/fs: Lower 32x32 bit multiplication on BXT.
[mesa.git] / src / mesa / drivers / dri / i965 / Makefile.sources
index da484556ea2d8895ecc674e5435ba64736471cd9..dfdad75329dba9375df86cad99e4bf1d272c4ddc 100644 (file)
@@ -17,8 +17,12 @@ i965_FILES = \
        brw_clip_tri.c \
        brw_clip_unfilled.c \
        brw_clip_util.c \
+       brw_compute.c \
+       brw_conditional_render.c \
        brw_context.c \
        brw_context.h \
+       brw_cs.cpp \
+       brw_cs.h \
        brw_cubemap_normalize.cpp \
        brw_curbe.c \
        brw_dead_control_flow.cpp \
@@ -38,13 +42,14 @@ i965_FILES = \
        brw_ff_gs.c \
        brw_ff_gs_emit.c \
        brw_ff_gs.h \
+       brw_fs_builder.h \
        brw_fs_channel_expressions.cpp \
        brw_fs_cmod_propagation.cpp \
+       brw_fs_combine_constants.cpp \
        brw_fs_copy_propagation.cpp \
        brw_fs.cpp \
        brw_fs_cse.cpp \
        brw_fs_dead_code_eliminate.cpp \
-       brw_fs_fp.cpp \
        brw_fs_generator.cpp \
        brw_fs.h \
        brw_fs_live_variables.cpp \
@@ -55,6 +60,8 @@ i965_FILES = \
        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_vector_splitting.cpp \
        brw_fs_visitor.cpp \
        brw_gs.c \
@@ -63,6 +70,9 @@ i965_FILES = \
        brw_gs_surface_state.c \
        brw_inst.h \
        brw_interpolation_map.c \
+       brw_ir_allocator.h \
+       brw_ir_fs.h \
+       brw_ir_vec4.h \
        brw_lower_texture_gradients.cpp \
        brw_lower_unnormalized_offset.cpp \
        brw_meta_fast_clear.c \
@@ -72,9 +82,13 @@ i965_FILES = \
        brw_meta_util.h \
        brw_misc_state.c \
        brw_multisample_state.h \
+       brw_nir.h \
+       brw_nir.c \
+       brw_nir_analyze_boolean_resolves.c \
        brw_object_purgeable.c \
        brw_packed_float.c \
        brw_performance_monitor.c \
+       brw_pipe_control.c \
        brw_primitive_restart.c \
        brw_program.c \
        brw_program.h \
@@ -111,6 +125,8 @@ 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_visitor.cpp \
        brw_vec4_vp.cpp \
@@ -119,6 +135,7 @@ i965_FILES = \
        brw_vs.h \
        brw_vs_state.c \
        brw_vs_surface_state.c \
+       brw_vue_map.c \
        brw_wm.c \
        brw_wm.h \
        brw_wm_iz.cpp \
@@ -209,4 +226,6 @@ i965_FILES = \
        intel_tex_obj.h \
        intel_tex_subimage.c \
        intel_tex_validate.c \
+       intel_tiled_memcpy.c \
+       intel_tiled_memcpy.h \
        intel_upload.c