Module: Mesa Branch: master Commit: ee0223ba2a2edcc276f938774689fd0e62deb501 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ee0223ba2a2edcc276f938774689fd0e62deb501
Author: Eric Anholt <[email protected]> Date: Mon Apr 29 13:59:38 2013 -0700 i965: Move FS instruction scheduling to a non-FS-specific file. Reviewed-by: Kenneth Graunke <[email protected]> Reviewed-by: Matt Turner <[email protected]> --- src/mesa/drivers/dri/i965/Makefile.sources | 2 +- ...tructions.cpp => brw_schedule_instructions.cpp} | 0 2 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/mesa/drivers/dri/i965/Makefile.sources b/src/mesa/drivers/dri/i965/Makefile.sources index 9f72a1c..a0ffd3a 100644 --- a/src/mesa/drivers/dri/i965/Makefile.sources +++ b/src/mesa/drivers/dri/i965/Makefile.sources @@ -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 \ diff --git a/src/mesa/drivers/dri/i965/brw_fs_schedule_instructions.cpp b/src/mesa/drivers/dri/i965/brw_schedule_instructions.cpp similarity index 100% rename from src/mesa/drivers/dri/i965/brw_fs_schedule_instructions.cpp rename to src/mesa/drivers/dri/i965/brw_schedule_instructions.cpp _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
