summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-01-07Fix -Wunused-variable warningHEADmasterAlan Coopersmith1-1/+0
2024-01-07Handle 2 -Wmissing-prototypes warningsAlan Coopersmith1-2/+4
2024-01-07Add X.Org's standard C warning flags to AM_CFLAGSAlan Coopersmith1-1/+1
2024-01-07configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOLAlan Coopersmith1-2/+1
2023-10-01gitlab CI: ensure libtool is installed in build containerAlan Coopersmith1-3/+3
2023-05-07xf86-video-dummy 0.4.1xf86-video-dummy-0.4.1Alan Coopersmith1-2/+2
2023-03-17List argument types in dummyRec->CreateWindow() function declarationAlan Coopersmith1-1/+1
2022-04-19gitlab CI: stop requiring Signed-off-by in commitsAlan Coopersmith1-1/+1
2022-04-19Avoid leaking pixel memory if DUMMYScreenInit failsAlan Coopersmith1-4/+9
2022-04-05xf86-video-dummy 0.4.0xf86-video-dummy-0.4.0Matt Turner1-1/+1
2022-01-22gitlab CI: add a basic build testAlan Coopersmith1-0/+98
2022-01-22Fix spelling/wording issuesAlan Coopersmith1-1/+1
2022-01-22Build xz tarballs instead of bzip2Alan Coopersmith1-1/+1
2020-03-10Increase maximum number of video outputs to 16Marek Marczykowski-Górecki1-1/+1
2020-03-10xf86-video-dummy: changeable physical output sizeMarek Marczykowski-Górecki1-2/+58
2020-03-10RandR support in dummy video driverMarek Marczykowski-Górecki2-0/+273
2018-11-25Update configure.ac bug URL for gitlab migrationAlan Coopersmith1-1/+1
2018-11-18Update README for gitlab migrationAlan Coopersmith3-20/+20
2017-08-14Support for 30 bit depth in dummy driverAntoine Martin2-2/+3
2017-08-05DUMMYGetRec: Fix misleading indentationAaron Plattner1-1/+1
2017-08-05fix a memory leak in probeXiaolei Yu1-0/+3
2017-08-05Get rid of dPtr->FBBaseAaron Plattner3-9/+5
2017-08-05Remove DGA supportAaron Plattner5-203/+0
2017-08-05Delete dPtr->screenSaverAaron Plattner2-10/+0
2017-08-05Delete XV stuffAaron Plattner3-19/+0
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
2016-12-14xf86-video-dummy 0.3.8xf86-video-dummy-0.3.8Julien Cristau1-1/+1
2016-12-14configure: require xorg-server 1.4.99.901Julien Cristau1-1/+1
2016-10-28Remove pointless empty functionsAaron Plattner1-43/+1
2016-09-21remove dead code in dummy driverAntoine Martin1-19/+0
2016-02-05Switch to using dixChangeWindowPropertyPeter Hutterer1-2/+3
2015-09-17Honor DacSpeed setting in xorg.confAntoine Martin1-2/+2
2014-06-04autogen.sh: Honor NOCONFIGURE=1Alan Coopersmith1-1/+3
2014-06-04configure: Drop AM_MAINTAINER_MODEAlan Coopersmith2-2/+1
2013-09-09Bump to 0.3.7xf86-video-dummy-0.3.7Julien Cristau1-1/+1
2012-09-25Remove mibstore.hAdam Jackson1-4/+0
2012-07-18dummy: bump to 0.3.6 for releasexf86-video-dummy-0.3.6Dave Airlie1-1/+1
2012-06-05dummy: convert to the new server APIs.Dave Airlie4-34/+93
2012-05-23dummy: convert to new scrn conversion APIs.Dave Airlie3-5/+5
2012-05-23dummy: add scrn conversion api compat header.Dave Airlie3-0/+44
2012-04-05Add XORG_LIBS to LIBADDYaakov Selkowitz1-0/+1
2012-04-05Only include Xv headers if server supports itYaakov Selkowitz2-0/+6
2012-01-09Don't use XFreeXDGA to determine DGA supportJeremy Huddleston2-3/+3
2012-01-01dummy 0.3.5xf86-video-dummy-0.3.5Cyril Brulebois1-1/+1
2011-09-14Add a configure option to disable dgaJeremy Huddleston3-2/+15
2011-09-14Use malloc/free instead of deprecated X versionsJeremy Huddleston1-2/+2
2011-09-14Dummy drivers don't need PCI.Jeremy Huddleston1-2/+0
2011-05-25Port away from xalloc/xfreeAdam Jackson1-4/+4