mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 11:00:11 +01:00
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:
parent
9ea48fc877
commit
a99ff82714
3 changed files with 2 additions and 2 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue