summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_program.h
diff options
context:
space:
mode:
authorEmil Velikov <emil.velikov@collabora.com>2017-03-07 15:35:55 +0000
committerEmil Velikov <emil.l.velikov@gmail.com>2017-03-13 11:16:33 +0000
commitc54c379b96f0a14f294daabb60cd282d6dca1084 (patch)
tree4bc169ba1c57a33bd4070ba58a9e4158cef6c85e /src/mesa/drivers/dri/i965/brw_program.h
parentb69a03e12aa38ed5d8b60a056630ed445f6097dc (diff)
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 <emil.velikov@collabora.com> Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_program.h')
-rw-r--r--src/mesa/drivers/dri/i965/brw_program.h4
1 files changed, 0 insertions, 4 deletions
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
@@ -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