mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-26 12:50:10 +01:00
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:
parent
0f28da9cd4
commit
092ac67bb9
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue