[Mesa-dev] [Mesa-stable] [PATCH] main: add missing EXTRA_END in OES_sample_variables get check

Ian Romanick idr at freedesktop.org
Mon Aug 29 01:06:10 UTC 2016


Reviewed-by: Ian Romanick <ian.d.romanick at intel.com>

On 08/28/2016 04:22 PM, Ilia Mirkin wrote:
> 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);
> 



More information about the mesa-dev mailing list