Displaying 3 results from an estimated 3 matches for "xnfcallocarray".
2024 Nov 08
0
[ANNOUNCE] xf86-video-nouveau 1.0.18
...ult (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 declaration of wfbScreenInit
?ukasz Spintzyk (6):
nouveau: Rename fu...
2024 Nov 08
0
[ANNOUNCE] xf86-video-fbdev 0.5.1
...39;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.5.1
https://xorg.freedesktop.org/archive/individual/driver/xf86-vide...
2015 Sep 02
0
[ANNOUNCE] xorg-server 1.17.99.901
...er for DMXExtensionInit() in dmx.c
Clear ListenTransConns entries in CloseWellKnownConnections
Remove apSolaris.shar (old "aperture" kernel driver for Solaris)
Remove remaining doc references to Xalloc, Xrealloc, and Xfree
Let calloc handle multiplication
Add XNFcallocarray() to allow xnfcalloc() to check for overflow
Import reallocarray() from OpenBSD
Add xallocarray() helper macro
Add no-fail equivalents of allocarray & reallocarray
Convert os/* to new *allocarray functions
Convert dix/* to new *allocarray functions
Convert to...