summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
7 daysuse XNFcallocarray() instead of xnfcalloc macroHEADmasterEnrico Weigelt, metux IT consult1-2/+2
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
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-01-30Move [HV]Total checks into S3VValidModeAlan Coopersmith1-12/+9
2022-01-27Fix spelling/wording issuesAlan Coopersmith2-9/+9
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
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
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-17s3virge: port to new X server compat API.Dave Airlie9-56/+150
2012-07-17s3v: adjust to removal of XAA from server.Dave Airlie4-6/+25
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
2010-05-06Remove superfluous commentaryTiago Vignatti1-2/+0
2009-09-08xf86-video-s3virge: Remove unused .cvsignore file #23776Gaetan Nadon1-6/+0
2009-07-30s3v: add include to ABI versionDave Airlie1-0/+1
2009-07-28s3virge: change to using ABI version checkDave Airlie1-1/+1
2009-07-28s3virge: update for resources/RAC API removalDave Airlie2-1/+7
2009-07-16Update to xextproto 7.1 support.Peter Hutterer1-0/+5
2009-05-28Remove useless loader symbol lists.Adam Jackson1-121/+0
2008-08-28Respect rotation upon ShadowFB initializationChristian Aistleitner1-2/+2
2008-07-28Correct calls to find_bios_stringPaulo Cesar Pereira de Andrade1-2/+2
2008-05-21Fix typo in S3VValidMode.Adam Jackson1-1/+1
2008-04-07Bug #13243: Re-enable 24+32 framebuffer.Adam Jackson1-0/+1
2008-03-24Nuke the useless UseFB option.Adam Jackson1-33/+18
2008-03-24Bug #14298: Fix mode validation to be less ridiculous.Adam Jackson1-14/+5
2008-03-19Fix distcheckAdam Jackson1-0/+1
2008-03-19Death to RCS tags.Adam Jackson13-13/+0
2008-03-10oops fixed pointed out by pcpaDave Airlie1-2/+2
2008-03-10s3virge: pciaccess conversionDave Airlie4-17/+193
2007-10-25Clean up: Remove some mga remainsАндрей Рандрианасулу2-159/+10
2007-08-07Define S3VIRGE_VERSION_* using PACKAGE_VERSION*Brice Goglin1-4/+4
2006-04-08Bump to 1.9.1 for Xv changes.s3virge-1_9_1XORG-7_1Adam Jackson1-2/+2
2006-04-07Add a DrawablePtr argument to the XV functions to pave the way forAaron Plattner1-2/+3