summaryrefslogtreecommitdiff
path: root/hw/vfb
AgeCommit message (Expand)AuthorFilesLines
2016-07-18Remove fd_set from Block/Wakeup handler APIKeith Packard1-2/+2
2016-03-23vfb: Re-add LD_EXPORT_SYMBOLS_FLAG to LDFLAGSAdam Jackson1-0/+1
2016-02-22dix: Add hybrid full-size/empty-clip mode to SetRootClipDaniel Stone1-2/+2
2015-12-09vfb: add randr support (v2)Siim Põder1-0/+123
2015-07-08xfixes: Unexport xfixes.hAdam Jackson1-1/+0
2015-04-21Convert hw/xnest & hw/vfb to new *allocarray functionsAlan Coopersmith1-4/+4
2014-10-08vfb: Don't reimplement micmap so muchAdam Jackson1-52/+3
2014-03-27Build fbcmap_mi.c once, rather than once for each DDXJon TURNEY1-5/+0
2014-03-27Build Xi/stubs.c once as a convenience library, rather than once for each DDX...Jon TURNEY1-2/+2
2014-03-27Build dpmsstubs.c once as a convenience library, rather than once for each DD...Jon TURNEY1-2/+2
2014-03-25miinitext: introduce LoadExtensionList() to replace over LoadExtension()Emil Velikov1-4/+1
2014-01-22hw/vfb: Rename screenInfo parameter to screen_infoKeith Packard1-9/+9
2014-01-12Replace 'pointer' type with 'void *'Keith Packard1-3/+3
2014-01-12vfb: Remove unused pXWDCmap variableKeith Packard1-2/+0
2012-11-21vfb: Initialize the GLX extension again.Raphael Kubo da Costa1-0/+19
2012-09-23dix: Remove #includes of mibstore.hDaniel Martin2-2/+0
2012-07-10Replace NO_HW_ONLY_EXTS with Xorg DDX testDaniel Stone1-2/+0
2012-06-05api: rework the X server driver API to avoid global arrays.Dave Airlie1-5/+5
2012-05-24Xvfb: destroy the screen pixmap in CloseScreenJulien Cristau1-0/+7
2012-03-24os: Pass the FatalError message to OsVendorFatalErrorJeremy Huddleston1-1/+1
2012-03-21Introduce a consistent coding styleKeith Packard2-454/+422
2011-12-05Move to autoconf standard function name checks & definesAlan Coopersmith1-13/+13
2011-12-02Limit the number of screens Xvfb will attempt to allocate memory forAlan Coopersmith1-1/+3
2011-11-23Convert a bunch of sprintf to snprintf callsAlan Coopersmith1-1/+2
2011-10-24Bug 38420: Xvfb crashes in miInitVisuals() when started with depth=2Christopher Yeleighton1-0/+2
2011-09-21Use internal temp variable for swap macrosMatt Turner1-2/+1
2011-07-27Terminate the log with one last message.Peter Hutterer1-3/+3
2011-07-01input: free the EQ allocated memory on shutdown (#38634)Peter Hutterer1-0/+1
2011-01-18man: refactor common code in the man pages makefilesGaetan Nadon1-9/+1
2011-01-18Xvfb: build Xvfb man pages using XORG_MANPAGE_SECTIONSGaetan Nadon4-27/+18
2010-11-30dix: Remove the backing store leftoversAdam Jackson1-7/+0
2010-09-01input: Purge Register*Device() functions.Peter Hutterer1-2/+0
2010-06-10Remove unnecessary parentheses around return values in functionsMikhail Gusarov1-1/+1
2010-06-06Replace deprecated bzero with memsetMikhail Gusarov1-1/+1
2010-06-05Change the devPrivates API to require dixRegisterPrivateKeyKeith Packard1-2/+5
2010-05-21vfb: Remove dead variable and header fileAdam Jackson3-161/+0
2010-05-13Quit using clientErrorValue in dix/colormap.c.Jamey Sharp1-1/+1
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov1-9/+9
2010-04-27Make Xvfb independent of MAXSCREENS.Jamey Sharp1-5/+11
2010-04-27Xvfb: Simplify screen option processing.Jamey Sharp1-64/+27
2010-04-27Delete redundant scrnum field from Xvfb private screen-info struct.Jamey Sharp1-4/+2
2010-04-27Track screens' installed colormaps as screen privates.Jamey Sharp1-10/+13
2010-04-21Xvfb: Usage message typo fix.Keith Packard1-1/+1
2010-04-19unifdef -B -DRENDER to always include RENDER codeKeith Packard1-4/+0
2010-04-16vfb: add a name and type to the pointer and keyboardJulien Cristau1-0/+6
2010-03-22Fix .man.N targets for AM_SILENT_RULESYaakov Selkowitz1-2/+2
2010-03-22Fix relink targets for silent rulesYaakov Selkowitz1-1/+1
2010-03-22Use EXEEXT in relink rules for portable DDXsYaakov Selkowitz1-1/+1
2010-02-15dix: move config_init into the DDX.Peter Hutterer1-0/+5
2009-11-11.gitignore: use common defaults with custom section #24239Gaetan Nadon1-2/+3