[Mesa-dev] [RFC PATCH 1/4] mesa/main/extensions: use GL_ARB_gpu_shader5 in legacy contexts

Marek Olšák maraeo at gmail.com
Sun May 20 14:14:59 UTC 2018


We need to support geometry shaders first.

Marek

On Sat, May 19, 2018 at 9:49 AM, Benedikt Schemmer <ben at besd.de> wrote:

> is the prerequisit for the others I just sent
>
> CC: "Marek Olšák" <maraeo at gmail.com>
> CC: Eric Anholt <eric at anholt.net>
> CC: Emil Velikov <emil.l.velikov at gmail.com>
> CC: Timothy Arceri <tarceri at itsqueeze.com>
> CC: Ilia Mirkin <imirkin at alum.mit.edu>
>
> Signed-off-by: Benedikt Schemmer <ben at besd.de>
> ---
>  src/mesa/main/extensions_table.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/mesa/main/extensions_table.h b/src/mesa/main/extensions_
> table.h
> index 38d241db52..ffb1caccdd 100644
> --- a/src/mesa/main/extensions_table.h
> +++ b/src/mesa/main/extensions_table.h
> @@ -74,7 +74,7 @@ EXT(ARB_framebuffer_sRGB                    ,
> EXT_framebuffer_sRGB
>  EXT(ARB_get_program_binary                  , dummy_true
>            , GLL, GLC,  x ,  x , 2010)
>  EXT(ARB_get_texture_sub_image               , dummy_true
>            , GLL, GLC,  x ,  x , 2014)
>  EXT(ARB_gl_spirv                            , ARB_gl_spirv
>            ,  x,  GLC,  x ,  x , 2016)
> -EXT(ARB_gpu_shader5                         , ARB_gpu_shader5
>             ,  x , GLC,  x ,  x , 2010)
> +EXT(ARB_gpu_shader5                         , ARB_gpu_shader5
>             , GLL, GLC,  x ,  x , 2010)
>  EXT(ARB_gpu_shader_fp64                     , ARB_gpu_shader_fp64
>             ,  x , GLC,  x ,  x , 2010)
>  EXT(ARB_gpu_shader_int64                    , ARB_gpu_shader_int64
>            ,  x , GLC,  x ,  x , 2015)
>  EXT(ARB_half_float_pixel                    , dummy_true
>            , GLL, GLC,  x ,  x , 2003)
> --
> 2.14.1
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20180520/6abfe890/attachment.html>


More information about the mesa-dev mailing list