summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/libglvnd
Commit message (Collapse)AuthorAgeFilesLines
* libglvnd: upgrade 1.5.0 -> 1.6.0Wang Mingyu2022-11-281-1/+1
| | | | | | | | | | | 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>
* libglvnd: add new recipe libglvnd v1.5.0Vincent Davis Jr2022-10-241-0/+30
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>