From 05b37e20dea5fc4d920bbf9c28bffc60c4731330 Mon Sep 17 00:00:00 2001 From: Ilia Mirkin Date: Sun, 28 Aug 2016 19:21:12 -0400 Subject: [PATCH] main: add missing EXTRA_END in OES_sample_variables get check Fixes: 3002296cb68 (mesa: add GL_OES_shader_multisample_interpolation support) Signed-off-by: Ilia Mirkin Reviewed-by: Ian Romanick Cc: --- src/mesa/main/get.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mesa/main/get.c b/src/mesa/main/get.c index 0aa9065764b..def2ca55986 100644 --- a/src/mesa/main/get.c +++ b/src/mesa/main/get.c @@ -411,6 +411,7 @@ static const int extra_ARB_gpu_shader5_or_oes_geometry_shader[] = { static const int extra_ARB_gpu_shader5_or_OES_sample_variables[] = { EXT(ARB_gpu_shader5), EXT(OES_sample_variables), + EXTRA_END }; EXTRA_EXT(ARB_texture_cube_map); -- 2.30.2