summaryrefslogtreecommitdiff
path: root/hw/dmx/dmxinit.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-25miinitext: introduce LoadExtensionList() to replace over LoadExtension()Emil Velikov1-3/+1
2013-11-26Xdmx: Initialize DMX extension even if not built with GLX supportAlan Coopersmith1-1/+3
2013-10-31dri3: Add DRI3 extensionKeith Packard1-0/+2
2013-09-10dmx: Remove ShadowFB supportAdam Jackson1-10/+0
2012-12-18hw/dmx: fix build without GLXRob Clark1-1/+1
2012-11-21DMX: Add DMX and GLX extensionsDaniel Stone1-1/+21
2012-03-24os: Pass the FatalError message to OsVendorFatalErrorJeremy Huddleston1-1/+1
2012-03-21Introduce a consistent coding styleKeith Packard1-382/+468
2011-11-23Convert dmxSetDefaultFontPath to use strdup instead of malloc+strncpyAlan Coopersmith1-7/+4
2011-11-23Convert strncpy/strncat to strlcpy/strlcatAlan Coopersmith1-1/+1
2011-09-19Replace XmuSnprintf with snprintf.Jamey Sharp1-5/+6
2011-07-27Terminate the log with one last message.Peter Hutterer1-3/+3
2010-09-13dmx: Delete unused GLX visual matching code.Jamey Sharp1-9/+0
2010-06-10Remove unnecessary parentheses around return values in functionsMikhail Gusarov1-1/+1
2010-06-06Remove more superfluous if(p) checks around free(p)Mikhail Gusarov1-2/+2
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov1-5/+5
2010-04-19unifdef -B -DRENDER to always include RENDER codeKeith Packard1-4/+0
2009-10-15Define ddxBeforeReset stubs in platform-neutral DDXsYaakov Selkowitz1-0/+6
2009-09-16dmx: don't include panoramiXsrv.h if building w/o XineramaPeter Hutterer1-0/+2
2008-07-23Unifdef sgi.Adam Jackson1-9/+1
2008-06-05dmx: add an XFlush.Peter Hutterer1-0/+2
2008-06-05dmx: fix false memory allocation.Peter Hutterer1-2/+1
2008-05-21drop xprint remnants: InitGlobalsGeorge Sapountzis1-7/+0
2007-06-29Death to RCS tags.Adam Jackson1-1/+0
2006-12-16Fix RENDER issues (bug #7555) and implement RENDER add/remove screenJames Steven Supancic III1-1/+1
2006-07-20Remove the DDXTIME conditional, for being unused.Adam Jackson1-11/+0
2006-06-07Fix compiler warnings about SetVendorRelease and SetVendorStringGreg Kroah-Hartman1-3/+0
2005-07-12Prepare Xdmx and Xvfb for modularization by adding appropriate #includeKevin E Martin1-0/+4
2005-04-20Fix includes right throughout the Xserver tree:Daniel Stone1-3/+3
2004-07-31Add new extension enable/disable feature. This code is a small step in theKevin E Martin1-5/+3
2004-07-07Bugzilla #817Rik Faith1-0/+2
2004-07-06- Disable building DMX on OSs that have not been verified to buildKevin E Martin1-0/+2
2004-06-30Add Distributed Multihead X (DMX) supportKevin E Martin1-0/+1056