mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 02:58:05 +02:00
panfrost: Spell fix
Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9105>
This commit is contained in:
parent
50f32bb6e2
commit
6a5052d836
1 changed files with 1 additions and 1 deletions
|
|
@ -367,7 +367,7 @@ panfrost_mfbd_zs_crc_ext_set_bufs(struct panfrost_batch *batch,
|
|||
break;
|
||||
case PIPE_FORMAT_Z32_FLOAT_S8X24_UINT:
|
||||
/* Midgard/Bifrost support interleaved depth/stencil
|
||||
* buffers, but we always treat them as multu-planar.
|
||||
* buffers, but we always treat them as multi-planar.
|
||||
*/
|
||||
ext->zs_write_format = MALI_ZS_FORMAT_D32;
|
||||
ext->s_write_format = MALI_S_FORMAT_S8;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue