mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-07 02:10:12 +01:00
r600g,radeonsi: remove unused code
This commit is contained in:
parent
6f21009cb3
commit
31169400a0
2 changed files with 0 additions and 4 deletions
|
|
@ -717,9 +717,6 @@ boolean r600_is_format_supported(struct pipe_screen *screen,
|
|||
unsigned usage);
|
||||
void r600_update_db_shader_control(struct r600_context * rctx);
|
||||
|
||||
/* r600_texture.c */
|
||||
void r600_init_screen_texture_functions(struct pipe_screen *screen);
|
||||
|
||||
/* r600_hw_context.c */
|
||||
void r600_get_backend_mask(struct r600_context *ctx);
|
||||
void r600_context_flush(struct r600_context *ctx, unsigned flags);
|
||||
|
|
|
|||
|
|
@ -241,7 +241,6 @@ void r600_init_query_functions(struct r600_context *rctx);
|
|||
void r600_init_context_resource_functions(struct r600_context *r600);
|
||||
|
||||
/* r600_texture.c */
|
||||
void r600_init_screen_texture_functions(struct pipe_screen *screen);
|
||||
void si_init_surface_functions(struct r600_context *r600);
|
||||
|
||||
/* r600_translate.c */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue