Displaying 3 results from an estimated 3 matches for "abi_videodrv_version".
2024 Nov 08
0
[ANNOUNCE] xf86-video-nouveau 1.0.18
...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 direct driver call
Ilia Mirkin (1):
remove sarea.h usage
Matt Turner (1):
xf86-video-nouveau 1.0.18
S?rgio M. Basto (1):
Fix implicit d...
2024 Nov 08
0
[ANNOUNCE] xf86-video-fbdev 0.5.1
..._INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL
Add X.Org's standard C warning flags to AM_CFLAGS
Fix warning: statement with no effect [-Wunused-value]
Fix warning: unused variable ?scrnIdx? [-Wunused-variable]
Raise minimum supported Xserver version to 1.18 (ABI_VIDEODRV_VERSION 20.0)
Enrico Weigelt, metux IT consult (2):
use XNFcallocarray() instead of xnfcalloc macro
drop compat with ancient xservers
Matt Turner (1):
xf86-video-fbdev 0.5.1
Tuomo Rinne (1):
Fix build error when building with xserver built using meson
git tag: xf86-video-fbdev-0...
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