mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-07 21:40:20 +01:00
i965: Mark is_lossless_compressed_aux UNUSED to silence warning.
Used only in assert().
This commit is contained in:
parent
1385018a72
commit
bf91034d44
1 changed files with 1 additions and 1 deletions
|
|
@ -583,7 +583,7 @@ intel_miptree_create_layout(struct brw_context *brw,
|
|||
} else if (brw->gen >= 9 && num_samples > 1) {
|
||||
layout_flags |= MIPTREE_LAYOUT_FORCE_HALIGN16;
|
||||
} else {
|
||||
const bool is_lossless_compressed_aux =
|
||||
const UNUSED bool is_lossless_compressed_aux =
|
||||
brw->gen >= 9 && num_samples == 1 &&
|
||||
mt->format == MESA_FORMAT_R_UINT32;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue