zink: export PIPE_CAP_TGSI_CLOCK

ARB_shader_clock

Reviewed-by: Dave Airlie <airlied@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10510>
This commit is contained in:
Mike Blumenkrantz
2021-04-05 09:54:43 -04:00
parent ff5e0cb1bb
commit 6398605f28
+3
View File
@@ -307,6 +307,9 @@ zink_get_param(struct pipe_screen *pscreen, enum pipe_cap param)
case PIPE_CAP_FRAGMENT_SHADER_INTERLOCK:
return screen->info.have_EXT_fragment_shader_interlock;
case PIPE_CAP_TGSI_CLOCK:
return screen->info.have_KHR_shader_clock;
case PIPE_CAP_POINT_SPRITE:
return 1;