summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-01-17Quiet -Wredundant-decls from xorg/os.h fallbacks for new libc functionsHEADmasterAlan Coopersmith1-0/+5
2024-01-08Fix warning: declaration of ‘ret’ shadows a previous local [-Wshadow]Alan Coopersmith1-7/+8
2024-01-08Add X.Org's standard C warning flags to AM_CFLAGSAlan Coopersmith1-1/+1
2024-01-08configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOLAlan Coopersmith1-2/+1
2023-10-05gitlab CI: ensure libtool is installed in build containerAlan Coopersmith1-3/+3
2023-04-09xf86-video-neomagic 1.3.1xf86-video-neomagic-1.3.1Alan Coopersmith1-2/+2
2022-12-08NEOPreInit: Handle -Wimplicit-fallthrough warningAlan Coopersmith1-0/+1
2022-12-08NEOGetRec: Fix -Wmisleading-indentation warningAlan Coopersmith1-0/+1
2022-12-08gitlab CI: stop requiring Signed-off-by in commitsAlan Coopersmith1-2/+2
2022-01-22gitlab CI: add a basic build testAlan Coopersmith1-0/+98
2022-01-22Fix spelling/wording issuesAlan Coopersmith5-7/+7
2022-01-22Build xz tarballs instead of bzip2Alan Coopersmith1-1/+1
2019-02-14Use fabs() instead of abs() on double value.Matthieu Herrb1-1/+1
2018-12-24Version bumped to 1.3.0xf86-video-neomagic-1.3.0Kevin Brace1-1/+1
2018-12-22Suppress unused function compilation warningKevin Brace1-0/+2
2018-12-22Eliminate unused variable compilation warningKevin Brace1-1/+0
2018-11-25Update configure.ac bug URL for gitlab migrationAlan Coopersmith1-1/+1
2017-01-26autogen: add default patch prefixMihail Konev1-0/+3
2017-01-26autogen.sh: use quoted string variablesEmil Velikov1-4/+4
2017-01-26autogen.sh: use exec instead of waiting for configure to finishPeter Hutterer1-1/+1
2017-01-26autogen.sh: Honor NOCONFIGURE=1Alan Coopersmith1-2/+3
2017-01-26configure: Drop AM_MAINTAINER_MODEAlan Coopersmith2-2/+2
2015-05-08Bump to 1.2.9xf86-video-neomagic-1.2.9Julien Cristau1-1/+1
2015-05-08Fix compiler warning with recent X serversJulien Cristau1-1/+1
2014-09-21neomagic: fix build against master X server.Dave Airlie1-0/+4
2014-05-21Use own thunk functions instead of vgaHW*WeakAdam Jackson1-2/+14
2013-08-16xf86-video-neomagic 1.2.8xf86-video-neomagic-1.2.8Matt Turner1-1/+1
2013-08-16Unbreak shadowfb initialization with modern X servers.Matthieu Herrb2-1/+40
2012-09-25Remove mibstore.hAdam Jackson1-4/+0
2012-09-11Don't check for unneeded proto headersMatt Turner1-8/+0
2012-09-11Remove uses of xf86PciInfo.hMatt Turner6-7/+11
2012-09-11Add &component=Driver/Neomagic to Bugzilla linkMatt Turner1-1/+1
2012-09-11Don't call NEO_Sync with no XAAMatt Turner1-5/+2
2012-07-17xf86-video-neomagic: bump to version 1.2.7xf86-video-neomagic-1.2.7Dave Airlie1-1/+1
2012-07-16neomagic: fix build when XAA is unavailable.Dave Airlie9-16/+71
2012-06-06neomagic: port to new compat API.Dave Airlie12-67/+168
2012-04-18Use DamageRegion for shadow damageAdam Jackson1-1/+1
2012-03-23xf86-video-neomagic 1.2.6xf86-video-neomagic-1.2.6Alan Coopersmith1-1/+1
2011-12-19Fix for new vgahw ABIAdam Jackson1-0/+1
2011-12-19Fall back to shadowfb when XAA is unavailableAdam Jackson1-9/+12
2011-10-11Include <stdlib.h> for abs()Jeremy Huddleston1-0/+1
2011-10-11Use malloc/calloc/realloc/free directlyJeremy Huddleston3-24/+24
2010-10-06Purge cvs tags.Jesse Adkins1-1/+0
2010-07-22config: add comments for main statementsGaetan Nadon1-5/+6
2010-07-21config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILESGaetan Nadon1-4/+5
2010-07-21config: replace deprecated AC_HELP_STRING with AS_HELP_STRINGGaetan Nadon1-1/+1
2010-07-21config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERSGaetan Nadon1-1/+1
2010-07-21config: complete AC_INIT m4 quotingGaetan Nadon1-2/+2
2010-07-20config: remove unrequired AC_SUBST([XORG_CFLAGS])Gaetan Nadon1-1/+0
2010-07-20config: remove unrequired AC_HEADER_STDCGaetan Nadon1-2/+0