mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 07:18:17 +02:00
iris: allow S8 as a stencil format
This commit is contained in:
parent
7972599eab
commit
d93a20e258
1 changed files with 2 additions and 1 deletions
|
|
@ -436,7 +436,8 @@ iris_is_format_supported(struct pipe_screen *pscreen,
|
|||
supported &= format == ISL_FORMAT_R32_FLOAT_X8X24_TYPELESS ||
|
||||
format == ISL_FORMAT_R32_FLOAT ||
|
||||
format == ISL_FORMAT_R24_UNORM_X8_TYPELESS ||
|
||||
format == ISL_FORMAT_R16_UNORM;
|
||||
format == ISL_FORMAT_R16_UNORM ||
|
||||
format == ISL_FORMAT_R8_UINT;
|
||||
}
|
||||
|
||||
if (usage & PIPE_BIND_RENDER_TARGET)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue