mesa/main: make the CONSERVATIVE_RASTERIZATION_NV checks consistent
authorErik Faye-Lund <erik.faye-lund@collabora.com>
Mon, 25 Feb 2019 12:28:39 +0000 (13:28 +0100)
committerErik Faye-Lund <erik.faye-lund@collabora.com>
Wed, 29 May 2019 08:54:09 +0000 (10:54 +0200)
commitbf91d6ae4ae0c50aa77246a8d065d4e490615ef1
treeecbe8cd88e228e39e85220b3a803ce58cbc72c43
parent00c683bc8e991031b88cfe0862415e571daf851b
mesa/main: make the CONSERVATIVE_RASTERIZATION_NV checks consistent

This just makes the logic of the checks for this enum the same for
gl{Enable,Disable} and for glIsEnabled. They are already functionally
the same, so this is just a minor code-cleanup.

Signed-off-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
src/mesa/main/enable.c