mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-28 14:40:10 +01:00
re-enable PIPE_FORMAT_U_Z32 support
This commit is contained in:
parent
fc6172bc9a
commit
7a9c129a0a
1 changed files with 1 additions and 1 deletions
|
|
@ -373,7 +373,7 @@ xmesa_is_format_supported(struct softpipe_winsys *sws, uint format)
|
|||
case PIPE_FORMAT_S8_Z24:
|
||||
case PIPE_FORMAT_U_S8:
|
||||
case PIPE_FORMAT_U_Z16:
|
||||
/*case PIPE_FORMAT_U_Z32:*/
|
||||
case PIPE_FORMAT_U_Z32:
|
||||
return TRUE;
|
||||
default:
|
||||
return FALSE;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue