mesa: Fix GL_NUM_DEVICE_UUIDS_EXT

Cc: mesa-stable@lists.freedesktop.org
Reviewed-by: Tapani Pälli <tapani.palli@intel.com>
This commit is contained in:
Józef Kucia 2019-03-12 16:11:41 +01:00 committed by Tapani Pälli
parent 66c100a8d6
commit 1d996ef714

View file

@ -906,6 +906,9 @@ find_custom_value(struct gl_context *ctx, const struct value_desc *d, union valu
break;
/* GL_EXT_external_objects */
case GL_NUM_DEVICE_UUIDS_EXT:
v->value_int = 1;
break;
case GL_DRIVER_UUID_EXT:
_mesa_get_driver_uuid(ctx, v->value_int_4);
break;