mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 13:38:06 +02:00
zink: do not advertize coherent mapping
We do not support them yet, so let's not pretend. Signed-off-by: Erik Faye-Lund <erik.faye-lund@collabora.com> Fixes:8d46e35d16("zink: introduce opengl over vulkan") (cherry picked from commita32a92f53a)
This commit is contained in:
parent
b90f5a9ea0
commit
0b670a919c
1 changed files with 1 additions and 1 deletions
|
|
@ -284,7 +284,7 @@ zink_get_param(struct pipe_screen *pscreen, enum pipe_cap param)
|
|||
return 0;
|
||||
|
||||
case PIPE_CAP_BUFFER_MAP_PERSISTENT_COHERENT:
|
||||
return 1;
|
||||
return 0;
|
||||
|
||||
case PIPE_CAP_NIR_COMPACT_ARRAYS:
|
||||
return 1;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue