mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-04 17:50:11 +01:00
pan/decode: Remove is_zs weirdness
Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com> Signed-off-by: Tomeu Vizoso <tomeu.vizoso@collabora.com> Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4680>
This commit is contained in:
parent
e41894ba15
commit
ad4024968e
1 changed files with 0 additions and 7 deletions
|
|
@ -2019,13 +2019,6 @@ pandecode_texture(mali_ptr u,
|
|||
|
||||
pandecode_make_indent();
|
||||
|
||||
/* TODO: Are there others? */
|
||||
bool is_zs = f.format == MALI_Z32_UNORM;
|
||||
|
||||
/* Recall Z/S switched the meaning of linear/tiled .. */
|
||||
if (is_zs && f.layout == MALI_TEXTURE_LINEAR)
|
||||
pandecode_msg("XXX: depth/stencil cannot be tiled\n");
|
||||
|
||||
/* Print the layout. Default is linear; a modifier can denote AFBC or
|
||||
* u-interleaved/tiled modes */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue