diff options
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/drivers/dri/i965/Makefile.sources | 2 | ||||
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_schedule_instructions.cpp (renamed from src/mesa/drivers/dri/i965/brw_fs_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 9f72a1c333f..a0ffd3abb2d 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 index 5affedfe64f..5affedfe64f 100644 --- a/src/mesa/drivers/dri/i965/brw_fs_schedule_instructions.cpp +++ b/src/mesa/drivers/dri/i965/brw_schedule_instructions.cpp |