summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-05-28drop compat with ancient xserver versionsHEADmasterEnrico Weigelt, metux IT consult
2024-05-19drop obsolete XV_NEW_REPUTEnrico Weigelt, metux IT consult
2024-05-19Remove XAA supportAlan Coopersmith
2024-05-12Raise minimum supported Xserver version to 1.18 (ABI_VIDEODRV_VERSION 20.0)Alan Coopersmith
2024-05-08use XNFcallocarray() instead of xnfcalloc macroEnrico Weigelt, metux IT consult
2024-05-08use XNFalloc() instead of xnfallocEnrico Weigelt, metux IT consult
2024-01-05Add X.Org's standard C warning flags to AM_CFLAGSAlan Coopersmith
2024-01-05configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOLAlan Coopersmith
2023-10-01gitlab CI: ensure libtool is installed in build containerAlan Coopersmith
2023-05-07Make order of arguments in function prototypes match definitionsAlan Coopersmith
2023-02-09gitlab CI: stop requiring Signed-off-by in commitsAlan Coopersmith
2022-02-19Update configure.ac bug URL for gitlab migrationAlan Coopersmith
2022-01-17gitlab CI: add a basic build testAlan Coopersmith
2022-01-17Build xz tarballs instead of bzip2Alan Coopersmith
2019-02-06Version bumped to 1.3.0xf86-video-apm-1.3.0Kevin Brace
2019-01-27Use libpciaccess for newer X Servers when unmapping video RAMKevin Brace
2019-01-27Eliminate unused variable compilation warningsKevin Brace
2019-01-27Use const char for xf86GetOptValString return typeKevin Brace
2019-01-27Remove miInitializeBackingStoreKevin Brace
2017-01-26autogen: add default patch prefixMihail Konev
2013-01-09Remove #include "mibstore.h"Adam Jackson
2012-07-17xf86-video-apm: bump to version 1.2.5xf86-video-apm-1.2.5Dave Airlie
2012-07-17apm: fix make dist.Dave Airlie
2012-07-17apm: convert to new screen conversion apis.Dave Airlie
2012-07-13apm: handle xaa removalDave Airlie
2012-07-13apm: initial compat apiDave Airlie
2012-05-12xf86-video-apm 1.2.4xf86-video-apm-1.2.4Julien Cristau
2012-05-12xv: disable reputimage hook on newer apiLuc Verhaegen
2012-05-01Disable PC98 code on newer serversJulien Cristau
2012-05-01Stop including xf86PciInfo.hJulien Cristau
2012-05-01Replace x{{,re,c}alloc,free} with malloc/realloc/calloc/freeJulien Cristau
2011-12-19Fix for new vgaHW ABIAdam Jackson
2011-12-19Fall back to shadowfb if XAA fails to loadAdam Jackson
2011-12-19Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/driver/xf86-v...Adam Jackson
2011-11-17Check ABI major not encoded ABIAdam Jackson
2011-11-16Adapt to vgahw changes in videoabi 12Adam Jackson
2011-11-16s/IOADDRESS/unsigned long/Adam Jackson
2010-07-28Add XFree86 Copyright/License to COPYING for all code that came from XF86 4.4Alan Coopersmith
2010-07-23xf86-video-apm 1.2.3xf86-video-apm-1.2.3Alan Coopersmith
2010-07-23Remove xorgconfig reference from the READMEAlan Coopersmith
2010-07-21config: add comments for main statementsGaetan Nadon
2010-07-21config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILESGaetan Nadon
2010-07-21config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERSGaetan Nadon
2010-07-21config: complete AC_INIT m4 quotingGaetan Nadon
2010-07-20config: remove unrequired AC_HEADER_STDCGaetan Nadon
2010-07-20config: remove AC_PROG_CC as it overrides AC_PROG_C_C99Gaetan Nadon
2010-07-20config: update AC_PREREQ statement to 2.60Gaetan Nadon
2010-07-20config: upgrade to util-macros 1.8 for additional man page supportGaetan Nadon
2010-06-13README: keep the text version of README, discard the sgml versionGaetan Nadon
2010-06-13README: fix linuxdoc contentGaetan Nadon