Displaying 2 results from an estimated 2 matches for "xorg_list_init".
2024 Nov 08
0
[ANNOUNCE] xf86-video-nouveau 1.0.18
...build test
gitlab CI: stop requiring Signed-off-by in commits
gitlab CI: ensure libtool is installed in build container
Dave Airlie (1):
nouveau: fixup driver for new X server ABI
Enrico Weigelt, metux IT consult (8):
bump minimal xorg version to 1.18
drop check for xorg_list_init()
drop compat for ancient server versions
drop obsolete check for HAS_DIXREGISTERPRIVATEKEY
drop compat with ancient ABI_VIDEODRV_VERSION < 20
use XNFalloc() instead of xnfalloc
use XNFcallocarray() instead of xnfcalloc macro
use dixDestroyPixmap() instead of...
2019 Jan 21
18
[PATCH xf86-video-nouveau 00/17] autotools configuration cleanups
Series of cleanups to autotools build config files to utilize the available
xorg-server macros, defaults and more closely match other modern Xorg drivers.
Notable improvements:
- gitignore fully covers potential build artifacts
- Simplify logic given stated minimum required version of xorg-server 1.8
- Remove use of deprecated, outdated or no longer required macros
- Utilize xorg macros where