diff options
author | Emil Velikov <[email protected]> | 2017-03-07 15:35:55 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2017-03-13 11:16:33 +0000 |
commit | c54c379b96f0a14f294daabb60cd282d6dca1084 (patch) | |
tree | 4bc169ba1c57a33bd4070ba58a9e4158cef6c85e | |
parent | b69a03e12aa38ed5d8b60a056630ed445f6097dc (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 <[email protected]>
Reviewed-by: Jason Ekstrand <[email protected]>
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_program.h | 4 |
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 |