3 Commits

Author SHA1 Message Date
Wang Mingyu f78e2f367d libglvnd: upgrade 1.6.0 -> 1.7.0
Changelog:
 Added support for HGL on Haiku. Currently, Haiku is only supported with the Meson build.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-20 15:34:03 -07:00
Wang Mingyu 643b3e8775 libglvnd: upgrade 1.5.0 -> 1.6.0
Changelog:
===========
Added assembly dispatch support for loongarch64
Fixed GLX assembly dispatch support for x32
Fixed TLS handling for single-threaded programs on FreeBSD

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-11-28 11:32:26 -08:00
Vincent Davis Jr 09dc7c7806 libglvnd: add new recipe libglvnd v1.5.0
This recipe is meant to be an optional dependency of mesa.
This recipe will allow for glvnd support in mesa. Thus,
giving access to the GLX window-system API library and
related libraries, mesa will build libGLX_mesa.so.*.*
and libEGL_mesa.so.*.* or whatever specified in
-Dglvnd-vendor-name. There may be applications that require
direct access to the GLX window-system API library in order
to build/execute. This will allow for multiple layers to
have generic support for libraries in libglvnd
(GLX window-system API library, etc...) without needing to
implement their own version of the libglvnd recipe.

Signed-off-by: Vincent Davis Jr <vince@underview.tech>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-10-24 09:56:33 -07:00