OSDN Git Service

i965: Move FS instruction scheduling to a non-FS-specific file.
authorEric Anholt <eric@anholt.net>
Mon, 29 Apr 2013 20:59:38 +0000 (13:59 -0700)
committerEric Anholt <eric@anholt.net>
Thu, 2 May 2013 22:54:35 +0000 (15:54 -0700)
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Matt Turner <mattst88@gmail.com>
src/mesa/drivers/dri/i965/Makefile.sources
src/mesa/drivers/dri/i965/brw_schedule_instructions.cpp [moved from src/mesa/drivers/dri/i965/brw_fs_schedule_instructions.cpp with 100% similarity]

index 9f72a1c..a0ffd3a 100644 (file)
@@ -59,7 +59,6 @@ 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 \
@@ -70,6 +69,7 @@ i965_FILES = \
        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 \