From: Emil Velikov <emil.veli...@collabora.com>

Function was made static and moved to another header with earlier
commit.

Cc: Jason Ekstrand <ja...@jlekstrand.net>
Fixes: 760c8a1d950 ("i965: Make mark_surface_used a static inline in 
brw_compiler.h")
Signed-off-by: Emil Velikov <emil.veli...@collabora.com>
---
 src/mesa/drivers/dri/i965/brw_program.h | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/src/mesa/drivers/dri/i965/brw_program.h 
b/src/mesa/drivers/dri/i965/brw_program.h
index c961c702b0..687b554b3b 100644
--- a/src/mesa/drivers/dri/i965/brw_program.h
+++ b/src/mesa/drivers/dri/i965/brw_program.h
@@ -59,10 +59,6 @@ brw_assign_common_binding_table_offsets(const struct 
gen_device_info *devinfo,
                                         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);
 
 void
-- 
2.11.1

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to