zink: correct type of flags to flush
authorErik Faye-Lund <erik.faye-lund@collabora.com>
Wed, 16 Jun 2021 08:49:25 +0000 (01:49 -0700)
committerMarge Bot <eric+marge@anholt.net>
Wed, 16 Jun 2021 13:04:55 +0000 (13:04 +0000)
commitbcd82a90c2429d3079083a4f119ce3f99f9bb764
tree588fa9cfde83ee26634d0e8adca20629087e1bd9
parentfde7b6694b7f2b7d60d1eedafd20c9ab00ef9cb3
zink: correct type of flags to flush

This type is unsigned in the prototype, so this produces a warning on
MSVC.

Reviewed-By: Mike Blumenkrantz <michael.blumenkrantz@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11380>
src/gallium/drivers/zink/zink_context.c