summaryrefslogtreecommitdiff
path: root/hw/vfb/InitOutput.c
AgeCommit message (Expand)AuthorFilesLines
2014-10-08vfb: Don't reimplement micmap so muchAdam Jackson1-52/+3
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 Martin1-1/+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 Packard1-422/+389
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
2010-11-30dix: Remove the backing store leftoversAdam Jackson1-7/+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-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
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-01-11Xvfb: ANSI cleanupsJulien Cristau1-5/+5
2008-12-12Remove #define NEED_EVENTS and NEED_REPLIESPeter Hutterer1-1/+0
2008-07-23Unifdef AIX.Adam Jackson1-5/+0
2008-05-21drop xprint remnants: InitGlobalsGeorge Sapountzis1-5/+0
2008-02-14Use strerror instead of errno values in user strings.Adam Jackson1-9/+9
2007-12-07Darwin: Use __APPLE__ instead of __DARWIN__Jeremy Huddleston1-1/+1
2007-11-05Xvfb: Remove usage of allocaDaniel Stone1-6/+6
2007-09-19XVFB: Removed obsolete hack to build on DarwinBen Byer1-16/+0
2006-08-23Make 'Xvfb -render' also disable Composite, lest we segfault on startup.Adam Jackson1-0/+3
2006-07-21Remove RCS tags. Fix Xprint makefile braindamage.Adam Jackson1-2/+0
2006-07-20Remove the DDXTIME conditional, for being unused.Adam Jackson1-11/+0
2006-06-19fix compiler warning in hw/vfb/InitOutput.cGreg Kroah-Hartman1-0/+2
2006-03-11Add HAS_MMAP for XvfbAlan Coopersmith1-11/+24
2006-02-13Move call to xf86WrapperInit() to OsVendorInit() in xf86Init.c and removeBenjamin Herrenschmidt1-3/+0
2006-02-11Add stub xf86WrapperInits so that the servers will build even if os/ wasEric Anholt1-0/+2
2005-11-07Fix Xvfb to work properly in depth 15 mode. Fixes XTS5 XCloseDisplay-3Kevin E Martin1-7/+4
2005-07-23Change the default depth back to 8 like it was originally. Disable theStuart R. Anderson1-1/+9
2005-07-12Prepare Xdmx and Xvfb for modularization by adding appropriate #includeKevin E Martin1-0/+4