diff options
author | Jason Ekstrand <[email protected]> | 2017-08-02 11:22:34 -0700 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2017-08-07 09:31:11 -0700 |
commit | 17794991668193a9ff0dce1f5a7dff5473472880 (patch) | |
tree | 340d2988c5143c0af1993733619f4ee8472404db /src/mesa | |
parent | 8e5808fc0c9d9da19a0c7f683c156386d4648842 (diff) |
i965/miptree: Delete an unused function declaration
The implementation of brw_miptree_layout was removed in bf24c3539e4b69.
Reviewed-by: Jordan Justen <[email protected]>
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/drivers/dri/i965/intel_mipmap_tree.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mesa/drivers/dri/i965/intel_mipmap_tree.h b/src/mesa/drivers/dri/i965/intel_mipmap_tree.h index 76361724419..70acb9613df 100644 --- a/src/mesa/drivers/dri/i965/intel_mipmap_tree.h +++ b/src/mesa/drivers/dri/i965/intel_mipmap_tree.h @@ -662,11 +662,6 @@ void intel_update_r8stencil(struct brw_context *brw, struct intel_mipmap_tree *mt); -bool -brw_miptree_layout(struct brw_context *brw, - struct intel_mipmap_tree *mt, - uint32_t layout_flags); - void intel_miptree_map(struct brw_context *brw, struct intel_mipmap_tree *mt, |