[Mesa-dev] [PATCH 1/4] mesa: Make ARB_gpu_shader5 core-profile-only

Matt Turner mattst88 at gmail.com
Sun Aug 10 01:51:02 PDT 2014


On Sat, Aug 9, 2014 at 9:27 PM, Chris Forbes <chrisf at ijw.co.nz> wrote:
> Requires GLSL 1.50 or higher, which we only support in the core profile.
>
> Signed-off-by: Chris Forbes <chrisf at ijw.co.nz>
> ---
>  src/mesa/main/extensions.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/mesa/main/extensions.c b/src/mesa/main/extensions.c
> index 9ac8377..7a9214e 100644
> --- a/src/mesa/main/extensions.c
> +++ b/src/mesa/main/extensions.c
> @@ -115,7 +115,7 @@ static const struct extension extension_table[] = {
>     { "GL_ARB_framebuffer_object",                  o(ARB_framebuffer_object),                  GL,             2005 },
>     { "GL_ARB_framebuffer_sRGB",                    o(EXT_framebuffer_sRGB),                    GL,             1998 },
>     { "GL_ARB_get_program_binary",                  o(dummy_true),                              GL,             2010 },
> -   { "GL_ARB_gpu_shader5",                         o(ARB_gpu_shader5),                         GL,             2010 },
> +   { "GL_ARB_gpu_shader5",                         o(ARB_gpu_shader5),                         GLC,             2010 },

You're adding a character, so remove a space to keep the year column's
alignment.


More information about the mesa-dev mailing list