mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-04 00:30:11 +01:00
zink: export PIPE_CAP_DEVICE_RESET_STATUS_QUERY
this can work now Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14541>
This commit is contained in:
parent
7f56fd9655
commit
48d63705d9
1 changed files with 1 additions and 0 deletions
|
|
@ -373,6 +373,7 @@ zink_get_param(struct pipe_screen *pscreen, enum pipe_cap param)
|
|||
case PIPE_CAP_FENCE_SIGNAL:
|
||||
return screen->info.have_KHR_external_semaphore_fd;
|
||||
|
||||
case PIPE_CAP_DEVICE_RESET_STATUS_QUERY:
|
||||
case PIPE_CAP_QUERY_MEMORY_INFO:
|
||||
case PIPE_CAP_NPOT_TEXTURES:
|
||||
case PIPE_CAP_TGSI_TEXCOORD:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue