zink: unset PIPE_CAP_MULTI_DRAW_INDIRECT_PARTIAL_STRIDE

by the time this gets to the driver, it's really awful to solve,
so have the frontend solve it

Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15963>
This commit is contained in:
Mike Blumenkrantz 2022-04-13 16:34:01 -04:00 committed by Marge Bot
parent 0f28da9cd4
commit 092ac67bb9

View file

@ -320,6 +320,7 @@ zink_get_param(struct pipe_screen *pscreen, enum pipe_cap param)
switch (param) {
case PIPE_CAP_TEXRECT:
case PIPE_CAP_MULTI_DRAW_INDIRECT_PARTIAL_STRIDE:
return 0;
case PIPE_CAP_ANISOTROPIC_FILTER:
return screen->info.feats.features.samplerAnisotropy;