[Mesa-dev] [PATCH v2 10/25] i965: remove duplicate declaration of brw_mark_surface_used
Emil Velikov
emil.l.velikov at gmail.com
Thu Mar 9 19:06:59 UTC 2017
From: Emil Velikov <emil.velikov at collabora.com>
Function was made static and moved to another header with earlier
commit.
Cc: Jason Ekstrand <jason at jlekstrand.net>
Fixes: 760c8a1d950 ("i965: Make mark_surface_used a static inline in brw_compiler.h")
Signed-off-by: Emil Velikov <emil.velikov at 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
More information about the mesa-dev
mailing list