Changelog for
libglvnd-1.6.0-2.2.x86_64.rpm :
* Wed Dec 07 2022 Dirk Müller
- update to 1.6.0:
* Read gl.symbols when generating stubs for libGL.so
* Update GL headers and XML files
* Add support for loongarch64
* GLX: Fix assembly stubs for x32
* Fix pthreads lookup on FreeBSD
* Sat Oct 01 2022 Dirk Müller - update to 1.5.0:
* Add BTI landing pads for aarch64
* Set current thread state to NULL in teardown
* Moving setspecific to before DestroyThreadState
* Fix a memory leak in libGLdispatch
* Use assembly stubs on armv6- drop libglvnd-add-bti.patch (upstream)
* Thu Jul 14 2022 Stefan Dirsch - let libglvnd require Mesa-dri so GL drivers are available on Wayland-only desktop installations (boo#1201474)
* Thu Mar 03 2022 Stefan Dirsch - provide/obsolete Mesa-libGLESv1_CM1 and Mesa-libGLESv2-2 packages (bsc#1196576)
* Thu Feb 24 2022 Guillaume GARDET - Update libglvnd-add-bti.patch from latest upstream submission
* Fri Jan 21 2022 Guillaume GARDET - Re-enable asm on aarch64- Add patch to fix run with BTI enabled on aarch64:
* libglvnd-add-bti.patch - boo#1188928
* Tue Jan 04 2022 Dirk Müller - update to 1.4.0:
* tests cleanups
* Update bin/symbols-check.py from mesa/mesaAATT6f854145
* Remove extra paragraph from license text.
* Add one more missing dep_x11_headers
* Update uthash to v2.3.0
* EGL: Add support for eglQueryDisplayAttribKHR and NV.
* Wed Nov 17 2021 Guillaume GARDET - Disable asm on aarch64 Tumbleweed due to issue with BTI - boo#1188928
* Wed Oct 20 2021 Stefan Dirsch - libglvnd.rpmlintrc
* workaround for future buildcheck (boo#1191763)
* Mon Sep 27 2021 Stefan Dirsch - covers jira#SLE/SLE-18743
* Fri Jul 23 2021 Michael Pujos - update to 1.3.3, fixes boo#1188640
* Mon Aug 31 2020 Stefan Dirsch - version 1.3.2 needed for jira#SLE/SLE-12880, jira#SLE/SLE-12882
* Mon Aug 17 2020 Dirk Mueller - update to 1.3.2:
* Update GL/gl.h to match Mesa.
* GLdispatch: Improve the x86 tsd stubs performance.
* GLdispatch: Define dynamic dispatch stubs at compile time.
* GLdispatch: Change entry_generate_default_code to take an index.
* GLdispatch: Use all 4096 dynamic dispatch stubs.
* Remove -Werror from default CFLAGS- run tests- add disable-glx-tests.patch: disable tests that require X- remove 0001-include-install-GL-headers-when-GL-is-enabled.patch 0002-Add-a-configure-option-to-disable-glesv1-or-glesv2.patch 0003-egl-Sync-with-Khronos.patch - upstream