mesa/main: make the CONSERVATIVE_RASTERIZATION_INTEL checks consistent
authorErik Faye-Lund <erik.faye-lund@collabora.com>
Mon, 25 Feb 2019 12:28:08 +0000 (13:28 +0100)
committerErik Faye-Lund <erik.faye-lund@collabora.com>
Thu, 23 May 2019 09:43:18 +0000 (11:43 +0200)
commit90e7ce5bde88d157f996bced5d6c3af2f6f6d3a3
treebd50b93f4b5474ccb74d8f1efea3cbae5846eb61
parent0dff3eecdaa383f8d8bef7607b6007fd82e003d2
mesa/main: make the CONSERVATIVE_RASTERIZATION_INTEL checks consistent

INTEL_conservative_rasterization isn't exposed on compatibility
contexts, nor for GLES 3.0 and below. We already do this correctly for
gl{Enable,Disable}, but we should do the same for glIsEnabled as well.

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