User Tools

Site Tools


wiki:development:glx-xlib-workaround

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
wiki:development:glx-xlib-workaround [2020/01/23 18:27]
uli42 [Mesa 19 and newer]
wiki:development:glx-xlib-workaround [2020/01/23 18:28]
uli42 [Debian Buster and Mesa 19.3.2]
Line 21: Line 21:
 </code> </code>
  
-===== Debian Buster and Mesa 19.3.2 =====+==== Debian Buster and Mesa 19.3.2 ====
  
 <code> <code>
Line 30: Line 30:
 $ meson -D glx=gallium-xlib -D gallium-drivers=swrast -D platforms=x11 -D dri3=false -D dri-drivers="" -D vulkan-drivers="" -D buildtype=release -D optimization=3 $ meson -D glx=gallium-xlib -D gallium-drivers=swrast -D platforms=x11 -D dri3=false -D dri-drivers="" -D vulkan-drivers="" -D buildtype=release -D optimization=3
 $ ninja $ ninja
-$ LD_LIBRARY_PATH+$ LD_LIBRARY_PATH=`pwd`/build/linux-x86_64-debug/gallium/targets/libgl-xlib/:${LD_LIBRARY_PATH} glxinfo | grep 'GLX version:'
 </code> </code>
  
wiki/development/glx-xlib-workaround.txt ยท Last modified: 2021/10/25 21:01 by uli42