summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-06-10drop obsolete compat macrosHEADmasterEnrico Weigelt, metux IT consult6-97/+25
2024-05-23drop support for ancient xserver versionsEnrico Weigelt, metux IT consult2-48/+0
2024-05-18Raise minimum supported Xserver version to 1.18 (ABI_VIDEODRV_VERSION 20.0)Alan Coopersmith7-1004/+6
2024-05-08use XNFcallocarray() instead of xnfcalloc macroEnrico Weigelt, metux IT consult1-2/+2
2024-01-17Quiet -Wredundant-decls from xorg/os.h fallbacks for new libc functionsAlan Coopersmith1-0/+5
2024-01-10Fix warning: declaration of ‘tmp’ shadows a previous local [-Wshadow]Alan Coopersmith1-19/+20
2024-01-10Fix -Wmisleading-indentation warnings in regs3v.hAlan Coopersmith1-2/+2
2024-01-10Fix warning: no previous prototype for ‘S3VNopAllCmdSets’Alan Coopersmith1-2/+2
2024-01-10Add X.Org's standard C warning flags to AM_CFLAGSAlan Coopersmith1-1/+1
2024-01-10configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOLAlan Coopersmith1-2/+1
2023-10-06gitlab CI: ensure libtool is installed in build containerAlan Coopersmith1-3/+3
2023-02-13xf86-video-s3virge 1.11.1xf86-video-s3virge-1.11.1Alan Coopersmith1-2/+2
2022-12-08S3VSetCursorColors: quiet -Wimplicit-fallthrough warningsAlan Coopersmith1-1/+2
2022-12-08S3VSetupImageVideoOverlay: Fix 44 -Wnull-dereference warnings from gccAlan Coopersmith1-0/+2
2022-12-08constify some argument declarationsAlan Coopersmith3-3/+5
2022-12-08gitlab CI: stop requiring Signed-off-by in commitsAlan Coopersmith1-2/+2
2022-01-30Move [HV]Total checks into S3VValidModeAlan Coopersmith1-12/+9
2022-01-27gitlab CI: add a basic build testAlan Coopersmith1-0/+98
2022-01-27Fix spelling/wording issuesAlan Coopersmith2-9/+9
2022-01-27Build xz tarballs instead of bzip2Alan Coopersmith1-1/+1
2019-02-07Version bumped to 1.11.0xf86-video-s3virge-1.11.0Kevin Brace1-1/+1
2018-12-18Eliminate unused function compilation warningsKevin Brace1-2/+1
2018-12-18Eliminate unused variable compilation warningsKevin Brace1-2/+0
2018-12-18Use const char for xf86GetOptValString return typeKevin Brace1-1/+1
2018-12-07Update configure.ac bug URL for gitlab migrationAlan Coopersmith1-1/+1
2018-11-18Update README for gitlab migrationAlan Coopersmith1-5/+5
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-10-20Add cast to remove a warning on 32-bit machines.Thomas Klausner1-1/+1
2015-10-20Increase BIOS_BSIZE.Nick Hudson1-1/+1
2015-09-26xf86-video-s3virge 0.10.7xf86-video-s3virge-1.10.7Matt Turner1-1/+1
2014-09-30Remove call to miInitializeBackingStoreAdam Jackson1-1/+0
2014-09-30Fix build against xserver 1.17Adam Jackson1-2/+2
2014-05-21Use own thunk function instead of vgaHW*WeakAdam Jackson1-1/+7
2012-07-17xf86-video-s3virge: bump to version 1.10.6xf86-video-s3virge-1.10.6Dave Airlie1-1/+1
2012-07-17s3virge: port to new X server compat API.Dave Airlie9-56/+150
2012-07-17s3v: adjust to removal of XAA from server.Dave Airlie5-7/+44
2012-05-13xf86-video-s3virge 1.10.5xf86-video-s3virge-1.10.5Julien Cristau1-1/+1
2012-05-13Fix distcheckJulien Cristau1-0/+1
2012-05-13Avoid compiler warning for deprecated PCITAGJulien Cristau1-0/+2
2012-03-24Do not use deprecated xf86PciInfo.hTormod Volden9-10/+26
2011-12-30Replace deprecated x(c/re)alloc/xfree with m/c/realloc/freeTormod Volden4-15/+16
2011-12-29Add missing VERBLEV argument to xf86DrvMsgVerb()Tormod Volden1-1/+1
2011-12-19Fix for new vgahw ABIAdam Jackson1-1/+1
2011-12-19Fall back to shadowfb if XAA is unavailableAdam Jackson1-2/+5
2011-11-17Check ABI major not encoded ABIAdam Jackson1-2/+2
2011-11-16Adapt to missing PIOOffset in videoabi 12Adam Jackson1-8/+17