mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-03-06 14:20:39 +01:00
radeonsi: rename si_hw_context.c -> si_gfx_cs.c
Acked-by: Timothy Arceri <tarceri@itsqueeze.com>
This commit is contained in:
parent
42500d1dab
commit
fc6a44e169
3 changed files with 2 additions and 2 deletions
|
|
@ -15,7 +15,7 @@ C_SOURCES := \
|
|||
si_dma.c \
|
||||
si_fence.c \
|
||||
si_get.c \
|
||||
si_hw_context.c \
|
||||
si_gfx_cs.c \
|
||||
si_pipe.c \
|
||||
si_pipe.h \
|
||||
si_pm4.c \
|
||||
|
|
|
|||
|
|
@ -728,7 +728,7 @@ struct pipe_fence_handle *si_create_fence(struct pipe_context *ctx,
|
|||
const char *si_get_family_name(const struct si_screen *sscreen);
|
||||
void si_init_screen_get_functions(struct si_screen *sscreen);
|
||||
|
||||
/* si_hw_context.c */
|
||||
/* si_gfx_cs.c */
|
||||
void si_flush_gfx_cs(void *context, unsigned flags,
|
||||
struct pipe_fence_handle **fence);
|
||||
void si_begin_new_gfx_cs(struct si_context *ctx);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue