Skip to content

drirc: set allow_higher_compat_version for Faster Than Light

Gurchetan Singh requested to merge gurchetansingh/mesa:fix-FTL-19.2 into staging/19.2

With 781a78 ("mesa: enable ARB_direct_state_access in compat for GL3.1+), it's possible to have DSA with GL3.1+.

FTL creates a GL3.1 compat context, but fails the _mesa_has_geometry_shaders(..) check in frame_buffer_texture.

Bump the compat version to pass the check.

Reviewed-by: Marek Olšák marek.olsak@amd.com Fixes: 781a78 ("mesa: enable ARB_direct_state_access in compat for GL3.1+")

Merge request reports