gallium: add partial bit to the query flags.

This is to match the vulkan partial bit so lavapipe can work
with new llvmpipe changes.

Reviewed-by: Mike Blumenkrantz <michael.blumenkrantz@gmail.com>
Reviewed-by: Roland Scheidegger <sroland@vmware.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14923>
This commit is contained in:
Dave Airlie 2022-02-14 05:17:46 +10:00 committed by Marge Bot
parent d807226d37
commit 2b658dea03

View file

@ -1289,6 +1289,7 @@ enum pipe_query_value_type
enum pipe_query_flags
{
PIPE_QUERY_WAIT = (1 << 0),
PIPE_QUERY_PARTIAL = (1 << 1),
};
union pipe_color_union