diff options
author | Chad Versace <[email protected]> | 2016-09-27 23:33:45 -0700 |
---|---|---|
committer | Chad Versace <[email protected]> | 2016-10-05 17:09:25 -0700 |
commit | a99ff827140f82fb1742d79a8b14f62800d3a700 (patch) | |
tree | 71bc684d8a6242ec03f9c6af4e0c0f76a34f524a | |
parent | 9ea48fc877f1b0d78edb37cafb4067bab776a74a (diff) |
i965/sync: Rename intel_syncobj.c -> brw_sync.c
Reviewed-by: Iago Toral Quiroga <[email protected]>
Reviewed-by: Kenneth Graunke <[email protected]>
-rw-r--r-- | src/mesa/drivers/dri/i965/Makefile.sources | 2 | ||||
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_context.h | 2 | ||||
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_sync.c (renamed from src/mesa/drivers/dri/i965/intel_syncobj.c) | 0 |
3 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/i965/Makefile.sources b/src/mesa/drivers/dri/i965/Makefile.sources index df90cb49c4d..49173581545 100644 --- a/src/mesa/drivers/dri/i965/Makefile.sources +++ b/src/mesa/drivers/dri/i965/Makefile.sources @@ -154,6 +154,7 @@ i965_FILES = \ brw_state_upload.c \ brw_structs.h \ brw_surface_formats.c \ + brw_sync.c \ brw_tcs.c \ brw_tcs_surface_state.c \ brw_tes.c \ @@ -239,7 +240,6 @@ i965_FILES = \ intel_screen.c \ intel_screen.h \ intel_state.c \ - intel_syncobj.c \ intel_tex.c \ intel_tex_copy.c \ intel_tex.h \ diff --git a/src/mesa/drivers/dri/i965/brw_context.h b/src/mesa/drivers/dri/i965/brw_context.h index a737c2da15c..dcda574a705 100644 --- a/src/mesa/drivers/dri/i965/brw_context.h +++ b/src/mesa/drivers/dri/i965/brw_context.h @@ -1603,7 +1603,7 @@ extern int intel_translate_compare_func(GLenum func); extern int intel_translate_stencil_op(GLenum op); extern int intel_translate_logic_op(GLenum opcode); -/* intel_syncobj.c */ +/* brw_sync.c */ void brw_init_syncobj_functions(struct dd_function_table *functions); /* gen6_sol.c */ diff --git a/src/mesa/drivers/dri/i965/intel_syncobj.c b/src/mesa/drivers/dri/i965/brw_sync.c index cecf3c352d6..cecf3c352d6 100644 --- a/src/mesa/drivers/dri/i965/intel_syncobj.c +++ b/src/mesa/drivers/dri/i965/brw_sync.c |