mesa/main: correct extension-checks for MESA_tile_raster_order
authorErik Faye-Lund <erik.faye-lund@collabora.com>
Mon, 25 Feb 2019 12:14:50 +0000 (13:14 +0100)
committerErik Faye-Lund <erik.faye-lund@collabora.com>
Wed, 29 May 2019 08:54:09 +0000 (10:54 +0200)
commita33ff7876fa5e9c7b564791734bf47534225df13
tree3fba870bedaa808de28075f5edd47dd0657a3b41
parentbf91d6ae4ae0c50aa77246a8d065d4e490615ef1
mesa/main: correct extension-checks for MESA_tile_raster_order

This extension isn't enabled for GLES 1.x, so we shouldn't allow the
state there. Let's use the extension-helpers instead of CHECK_EXTENSION
for this.

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