mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-03 20:10:17 +01:00
i965: Remove bad assert on isl_format
translate_tex_format() asserted that isl_format != 0. But 0 is a valid format, ISL_FORMAT_R32G32B32A32_FLOAT. Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
This commit is contained in:
parent
de69002faa
commit
6551655ffd
1 changed files with 0 additions and 1 deletions
|
|
@ -575,7 +575,6 @@ translate_tex_format(struct brw_context *brw,
|
|||
}
|
||||
|
||||
default:
|
||||
assert(brw_isl_format_for_mesa_format(mesa_format) != 0);
|
||||
return brw_isl_format_for_mesa_format(mesa_format);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue