Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-10-19GHOST/Wayland: add listener for touch events (no touch support yet)Campbell Barton
Currently unused as my tablet isn't generating touch events. This may be useful for development as touch events are logged.
2022-10-11GHOST/Wayland: correct the library path for libwayland-eglCampbell Barton
Systems without `libwayland-egl.so` (Fedora 37 beta) failed to start, as the name `libwayland-egl.so.0` wasn't correct.
2022-07-06GHOST/Wayland: support dynamic loading libraries for WaylandCampbell Barton
Add intern/wayland_dynload which is used when WITH_GHOST_WAYLAND_DYNLOAD is enabled (off by default). When enabled, systems without Wayland installed will fall back to X11. This allows Blender to dynamically load: - libwayland-client - libwayland-cursor - libwayland-egl - libdecor-0 (when WITH_GHOST_WAYLAND_LIBDECOR is enabled).