mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 08:58:02 +02:00
i965/miptree: Delete an unused function declaration
The implementation of brw_miptree_layout was removed in bf24c3539e.
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
This commit is contained in:
parent
8e5808fc0c
commit
1779499166
1 changed files with 0 additions and 5 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue