zink: enable PIPE_CAP_MIXED_COLORBUFFER_FORMATS

This just works in Vulkan, there's no work neeed to enable it.

Reviewed-by: Dave Airlie <airlied@redhat.com>
Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3148>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3148>
This commit is contained in:
Erik Faye-Lund
2019-12-18 15:37:01 +01:00
parent 5785bcc8a0
commit b31d1b73bc
-2
View File
@@ -143,10 +143,8 @@ zink_get_param(struct pipe_screen *pscreen, enum pipe_cap param)
return 0;
#endif
#if 0 /* TODO: Enable me */
case PIPE_CAP_MIXED_COLORBUFFER_FORMATS:
return 1;
#endif
case PIPE_CAP_SEAMLESS_CUBE_MAP:
return 1;