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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user