[Mesa-stable] [PATCH] main: add missing EXTRA_END in OES_sample_variables get check
Ilia Mirkin
imirkin at alum.mit.edu
Sun Aug 28 23:22:49 UTC 2016
Fixes: 3002296cb68 (mesa: add GL_OES_shader_multisample_interpolation support)
Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu>
Cc: <mesa-stable at lists.freedesktop.org>
---
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 fb9a86f..810ccb9 100644
--- a/src/mesa/main/get.c
+++ b/src/mesa/main/get.c
@@ -413,6 +413,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.7.3
More information about the mesa-stable
mailing list