egl,glx: allow OpenGL with old libx11, but disable glthread if it's unsafe
pass bool thread_safe to the dri frontend, and enable glthread accordingly Reviewed-by: Eric Engestrom <eric@igalia.com> Acked-by: Faith Ekstrand <faith.ekstrand@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36378>
This commit is contained in:
parent
20f546d6c1
commit
ecbe35d878
11 changed files with 34 additions and 22 deletions
|
|
@ -2058,7 +2058,7 @@ dep_glproto_version = '>= 1.4.14'
|
|||
dep_xcb_dri3_version = '>= 1.13'
|
||||
dep_xcb_glx_version = '>= 1.8.1'
|
||||
dep_xcb_present_version = '>= 1.13'
|
||||
dep_xlib_version = '>= 1.8'
|
||||
dep_xlib_version = '>= 1.6' # RHEL8 has 1.6, RHEL9 has 1.7, U22.04 has 1.7
|
||||
dep_xlib_xrandr_version = '>= 1.3'
|
||||
dep_xshmfence_version = '>= 1.1'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue