mesa/main: use non-prefixed enums for consistency
authorErik Faye-Lund <erik.faye-lund@collabora.com>
Wed, 7 Nov 2018 14:52:23 +0000 (15:52 +0100)
committerErik Faye-Lund <erik.faye-lund@collabora.com>
Fri, 23 Nov 2018 09:48:35 +0000 (10:48 +0100)
commitdd4241b34fbb1c282a34e18a74ba2fcfabe4467a
treec1ac37d0bf306d4b721552db0891572d675cc4a5
parentba4e8d37548205601df8043a8f303adede4d56f7
mesa/main: use non-prefixed enums for consistency

These enums all have the same values as their non-prefixed versions, and
there's several aliases for some of them. So let's switch to the
non-prefixed versions for simplicity.

Signed-off-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Reviewed-by: Tapani Pälli <tapani.palli@intel.com>
src/mesa/main/queryobj.c