summaryrefslogtreecommitdiff
path: root/hw/vfb
AgeCommit message (Expand)AuthorFilesLines
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
2009-06-18input: Add labels to buttons and valuators - ABI_XINPUT_VERSION 7Peter Hutterer1-3/+21
2009-06-11vfb: Re-enable 30bpp supportAdam Jackson1-0/+6
2009-05-29vfb: Fix depth setup.Adam Jackson1-27/+3
2009-04-29Fix most remaining deprecated resource lookups.Eamon Walsh1-2/+4
2009-04-28dix: remove all but main() from main.cPeter Hutterer1-0/+1
2009-04-17input: allow NULL as XkbRMVLOSet in InitKeyboardDeviceStruct.Peter Hutterer1-3/+1
2009-01-27Xvfb: add missing include for new xkbsrv.hMagnus Kessler1-0/+1
2009-01-25Xvfb: Remove unused function GetLK201Mappings in InitInput.cMagnus Kessler1-195/+0
2009-01-22Input: Overhaul keyboard initialisation processDaniel Stone1-9/+7
2009-01-11Xvfb: ANSI cleanupsJulien Cristau2-6/+6
2008-12-12Remove #define NEED_EVENTS and NEED_REPLIESPeter Hutterer2-2/+0