st/mesa: use real bool for can_ubo
authorErik Faye-Lund <erik.faye-lund@collabora.com>
Wed, 29 Aug 2018 13:24:26 +0000 (15:24 +0200)
committerErik Faye-Lund <erik.faye-lund@collabora.com>
Wed, 5 Sep 2018 04:46:09 +0000 (05:46 +0100)
commita805e4e9de2540ec7a7115efb76337f39826e017
treeef1ea4d07ad17807cfb6817cbd142869253e6093
parent28e542dcdbb8a1187007b588c2b8f91f92870a24
st/mesa: use real bool for can_ubo

We're doing full c99 now, so there's no point in using the old boolean
type.

Signed-off-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Reviewed-by: Gurchetan Singh <gurchetansingh@chromium.org>
src/mesa/state_tracker/st_extensions.c