mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-03-05 12:20:30 +01:00
i965: Fix indentation in brw_miptree_layout_2d()
Signed-off-by: Anuj Phogat <anuj.phogat@gmail.com> Reviewed-by: Alejandro Piñeiro <apinheiro@igalia.com>
This commit is contained in:
parent
47d9b3a9dd
commit
c7e37a0cb8
1 changed files with 2 additions and 3 deletions
|
|
@ -322,9 +322,8 @@ brw_miptree_layout_2d(struct intel_mipmap_tree *mt)
|
|||
minify(mt->physical_width0, 2);
|
||||
}
|
||||
|
||||
if (mip1_width > mt->total_width) {
|
||||
mt->total_width = mip1_width;
|
||||
}
|
||||
if (mip1_width > mt->total_width)
|
||||
mt->total_width = mip1_width;
|
||||
}
|
||||
|
||||
mt->total_width /= bw;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue