i965/fs: Lower 32x32 bit multiplication on BXT.
[mesa.git] / src / mesa / drivers / dri / i965 / Makefile.sources
index a24c20aada4fbb74d9cad72dbbc78028e1fcc7c5..dfdad75329dba9375df86cad99e4bf1d272c4ddc 100644 (file)
@@ -22,6 +22,7 @@ i965_FILES = \
        brw_context.c \
        brw_context.h \
        brw_cs.cpp \
+       brw_cs.h \
        brw_cubemap_normalize.cpp \
        brw_curbe.c \
        brw_dead_control_flow.cpp \
@@ -41,6 +42,7 @@ 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 \
@@ -48,7 +50,6 @@ i965_FILES = \
        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 \
@@ -59,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 \
@@ -85,6 +88,7 @@ i965_FILES = \
        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 \
@@ -121,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 \
@@ -129,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 \