Module: Mesa Branch: master Commit: 6f7430dd50e2748e5e5ca9e9802a78df2ec961ca URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6f7430dd50e2748e5e5ca9e9802a78df2ec961ca
Author: Mike Blumenkrantz <[email protected]> Date: Mon Aug 17 15:09:31 2020 -0400 zink: enable PIPE_CAP_QUERY_BUFFER_OBJECT Reviewed-by: Erik Faye-Lund <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8989> --- src/gallium/drivers/zink/zink_screen.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gallium/drivers/zink/zink_screen.c b/src/gallium/drivers/zink/zink_screen.c index 4fd2a69420b..f4a67a9ab80 100644 --- a/src/gallium/drivers/zink/zink_screen.c +++ b/src/gallium/drivers/zink/zink_screen.c @@ -175,6 +175,7 @@ zink_get_param(struct pipe_screen *pscreen, enum pipe_cap param) case PIPE_CAP_TEXTURE_MIRROR_CLAMP_TO_EDGE: case PIPE_CAP_BUFFER_MAP_PERSISTENT_COHERENT: case PIPE_CAP_TGSI_ARRAY_COMPONENTS: + case PIPE_CAP_QUERY_BUFFER_OBJECT: return 1; case PIPE_CAP_ROBUST_BUFFER_ACCESS_BEHAVIOR: _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
