summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
6 daysuse XNFcallocarray() instead of xnfcalloc macroHEADmasterEnrico Weigelt, metux IT consult1-3/+3
2024-01-07Fix -Wunused-variable warningAlan 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
2023-03-17List argument types in dummyRec->CreateWindow() function declarationAlan Coopersmith1-1/+1
2022-04-19Avoid leaking pixel memory if DUMMYScreenInit failsAlan Coopersmith1-4/+9
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
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 Plattner4-195/+0
2017-08-05Delete dPtr->screenSaverAaron Plattner2-10/+0
2017-08-05Delete XV stuffAaron Plattner2-18/+0
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
2012-09-25Remove mibstore.hAdam Jackson1-4/+0
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 Huddleston1-2/+2
2011-09-14Add a configure option to disable dgaJeremy Huddleston2-1/+7
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
2011-05-25Fix DGA includesAdam Jackson1-1/+1
2011-05-25Increase the maximum framebuffer size to 32767x32767Antoine Martin1-2/+6
2010-06-22Use new server API to find the root window.Jamey Sharp1-0/+4
2010-02-08config: move compiler flags from configure.ac to Makefile.amGaetan Nadon1-0/+3
2009-11-19.gitignore: use common defaults with custom section # 24239Gaetan Nadon1-6/+0
2009-11-18Canonically re-wrap too.Adam Jackson1-0/+1
2009-11-18Compile fix.Adam Jackson1-1/+2
2009-11-17Add support for HW_SKIP_CONSOLEAdam Jackson1-1/+4
2009-11-17Properly un/rewrap CreateWindowAdam Jackson1-4/+4
2009-05-28Remove useless loader symbol lists.Adam Jackson1-31/+0
2008-08-15Uninclude xf86Version.hAdam Jackson1-3/+0
2008-03-19Death to RCS tags.Adam Jackson2-2/+0
2007-08-23Rename .cvsignore to .gitignoreJames Cloos1-0/+0
2007-08-07Define DUMMY_*_VERSION* using PACKAGE_VERSION_*Brice Goglin1-3/+3
2006-04-07VERSION -> DUMMY_VERSIONdummy-0_2_0XORG-7_1Adam Jackson1-1/+1
2006-04-07Unlibcwrap. Bump server version requirement. Bump to 1.1.0.Adam Jackson4-7/+4
2005-11-21Add .cvsignores for drivers.Eric Anholt1-0/+6
2005-07-13Add Makefile.am here. Also, for the record, CVS needs a bullet through itsSøren Sandmann Pedersen1-0/+35
2005-07-11Prep for modular builds by adding guarded #include "config.h" everywhere.XORG-6_8_99_903XORG-6_8_99_902XORG-6_8_99_901XORG-6_8_99_900XORG-6_8_99_16XORG-6_8_99_15Adam Jackson3-0/+12