From: Emil Velikov Date: Tue, 7 Mar 2017 15:35:55 +0000 (+0000) Subject: i965: remove duplicate declaration of brw_mark_surface_used X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c54c379b96f0a14f294daabb60cd282d6dca1084;p=mesa.git i965: remove duplicate declaration of brw_mark_surface_used Function was made static and moved to another header with earlier commit. Fixes: 760c8a1d950 ("i965: Make mark_surface_used a static inline in brw_compiler.h") Signed-off-by: Emil Velikov Reviewed-by: Jason Ekstrand --- diff --git a/src/mesa/drivers/dri/i965/brw_program.h b/src/mesa/drivers/dri/i965/brw_program.h index c961c702b0b..687b554b3b7 100644 --- a/src/mesa/drivers/dri/i965/brw_program.h +++ b/src/mesa/drivers/dri/i965/brw_program.h @@ -58,10 +58,6 @@ brw_assign_common_binding_table_offsets(const struct gen_device_info *devinfo, struct brw_stage_prog_data *stage_prog_data, uint32_t next_binding_table_offset); -void -brw_mark_surface_used(struct brw_stage_prog_data *prog_data, - unsigned surf_index); - void brw_stage_prog_data_free(const void *prog_data);