Mesa (master): main: add missing EXTRA_END in OES_sample_variables get check

Ilia Mirkin imirkin at kemper.freedesktop.org
Mon Aug 29 01:47:48 UTC 2016


Module: Mesa
Branch: master
Commit: 05b37e20dea5fc4d920bbf9c28bffc60c4731330
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=05b37e20dea5fc4d920bbf9c28bffc60c4731330

Author: Ilia Mirkin <imirkin at alum.mit.edu>
Date:   Sun Aug 28 19:21:12 2016 -0400

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 <imirkin at alum.mit.edu>
Reviewed-by: Ian Romanick <ian.d.romanick at intel.com>
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 0aa9065..def2ca5 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);




More information about the mesa-commit mailing list