i965/sync: Rename intel_syncobj.c -> brw_sync.c

Reviewed-by: Iago Toral Quiroga <itoral@igalia.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
Chad Versace 2016-09-27 23:33:45 -07:00
parent 9ea48fc877
commit a99ff82714
3 changed files with 2 additions and 2 deletions

View file

@ -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 \

View file

@ -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 */