[Mesa-dev] [PATCH 2/2] mesa: enable ARB_gpu_shader5 in compat
Marek Olšák
maraeo at gmail.com
Fri May 18 22:50:39 UTC 2018
The extension requires GL 3.2 (actually just geometry shaders), but we
don't have GS in the compatibility profile yet.
Marek
On Fri, May 18, 2018 at 3:06 AM, Timothy Arceri <tarceri at itsqueeze.com>
wrote:
> With the previous commit everything we need should be there.
> ---
> 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 945b462122c..86ce6ec2318 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.17.0
>
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20180518/2b04f9af/attachment.html>
More information about the mesa-dev
mailing list