diff options
author | Bas Nieuwenhuizen <[email protected]> | 2020-05-24 19:11:16 +0200 |
---|---|---|
committer | Marge Bot <[email protected]> | 2020-05-30 01:22:51 +0000 |
commit | 273ead81f1a219b39a93abbed4db548d8eeb0e5f (patch) | |
tree | af9c755c95c7f3621a1158b2d0f900a2ee614ab5 /src/gallium/include/pipe/p_format.h | |
parent | f047d585ee472a314d4ad5da4dffa5e7c2a42eb5 (diff) |
util/format: Add VK_FORMAT_D16_UNORM_S8_UINT.
Not participating in packing/unpacking/stencil-only/depth-only,
because it doesn't mix well in a single plane.
Reviewed-by: Eric Anholt <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5195>
Diffstat (limited to 'src/gallium/include/pipe/p_format.h')
-rw-r--r-- | src/gallium/include/pipe/p_format.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/include/pipe/p_format.h b/src/gallium/include/pipe/p_format.h index a51843caa20..8b10aae40a6 100644 --- a/src/gallium/include/pipe/p_format.h +++ b/src/gallium/include/pipe/p_format.h @@ -58,6 +58,7 @@ enum pipe_format { PIPE_FORMAT_UYVY, PIPE_FORMAT_YUYV, PIPE_FORMAT_Z16_UNORM, + PIPE_FORMAT_Z16_UNORM_S8_UINT, PIPE_FORMAT_Z32_UNORM, PIPE_FORMAT_Z32_FLOAT, PIPE_FORMAT_Z24_UNORM_S8_UINT, |