summaryrefslogtreecommitdiff
path: root/hw/dmx
AgeCommit message (Expand)AuthorFilesLines
2006-06-07Fix compiler warning about undefined ReinitializeRootWindow functionGreg Kroah-Hartman1-3/+0
2006-06-07Fix compiler warnings about SetVendorRelease and SetVendorStringGreg Kroah-Hartman1-3/+0
2006-06-01Remove horrendously ugly DDX backward-compatibility.Daniel Stone2-3/+3
2006-05-29Remove -xkbmap argument.Daniel Stone1-48/+34
2006-04-14Coverity #804: Another leak on OOM path.Adam Jackson1-1/+4
2006-04-14Coverity #1003, #1004: Two more useless null checks.Adam Jackson1-2/+0
2006-04-14Coverity #1005: Avoid a null deref.Adam Jackson1-2/+3
2006-04-14Coverity #1007: Fix a silly null check.Adam Jackson1-1/+0
2006-04-07Coverity #769: Fix a potential memory leak for systems that allocate onAdam Jackson1-1/+1
2006-04-07Coverity #1037: Sanity check idx before use.Adam Jackson1-2/+4
2006-04-03Fix a server crash due to memsetting beyond allocated memory when runningAlan Hourihane1-1/+1
2006-04-03Coverity #38: Dead branch elimination.Adam Jackson1-1/+1
2006-04-02Reorder link order for Xdmx to fix new screensaver variable referencexorg-server-1_0_99_2Adam Jackson1-3/+0
2006-04-01Hack around the new screensaver variable for DMX, which is otherwiseAdam Jackson1-0/+3
2006-03-29More warning cleanup.Adam Jackson1-1/+1
2006-03-12Merge accel_indirect branch to HEAD.Kristian Høgsberg1-0/+7
2006-02-22Added Mesa include directoryAlexander Gottwald3-1/+18
2006-02-11Add <string.h>, <stdlib.h>, and <stdio.h> to clear undefined functionAlan Coopersmith1-0/+1
2005-12-26Bug #4190: Add a rule for 'make relink' since automake sucks.Adam Jackson1-0/+3
2005-12-09Bug #5258: Restore binary compatibility with 6.8.2's PictureRec. (AaronAdam Jackson1-2/+3
2005-12-09Fix sgml docs build.Kevin E Martin1-6/+8
2005-12-06Change *man_SOURCES ==> *man_PRE to fix autotools warnings.Kevin E Martin2-6/+6
2005-12-02Define XFree86Server only where it is required.Kevin E Martin4-5/+8
2005-11-29Fix usage of XFree86LOADER/XFree86Module/IN_MODULE and update loadableKevin E Martin1-1/+3
2005-11-28Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4Alan Coopersmith2-2/+2
2005-11-13Bug #5019 <https://bugs.freedesktop.org/show_bug.cgi?id=5019> xserverAlan Coopersmith2-2/+40
2005-11-01Add xorg-server.m4 for driver dependency checking.Kevin E Martin2-0/+16
2005-10-18Fix parallel builds my ensuring libdmxconfig builds first.Adam Jackson1-0/+3
2005-10-13Dist NOTES.Kristian Høgsberg1-1/+1
2005-10-06Don't build "ev" example on systems without <linux/input.h>Alan Coopersmith1-1/+6
2005-10-06Include dmx-config.h for modular buildKevin E Martin10-9/+13
2005-10-06Add support for building DMX config and examples programs Add missing filesKevin E Martin5-4/+350
2005-09-27Fix make dist to include only sgml files.Kevin E Martin1-2/+2
2005-09-27Add build system for building docs and fix setuid issues.Kevin E Martin2-1/+57
2005-08-24Don't try to build dmx/input/lnx-*.c if <linux/keyboard.h> isn't foundAlan Coopersmith2-1/+5
2005-08-20Make DRI/GLcore builds srcdir != builddir safe, and invoke symlink-mesa.shDaniel Stone1-0/+2
2005-08-02Note yacc and lex generated files as BUILT_SOURCES so they are createdKeith Packard1-1/+3
2005-07-28Fix distcheck for serverKevin E Martin4-33/+121
2005-07-27Add #include <dmx-config.h> for building dmx/glxProxy in the modular tree.Kevin E Martin7-0/+28
2005-07-27Fix dmx/glxProxy buildKevin E Martin2-28/+45
2005-07-16Add record module building support Change module building to not useKevin E Martin1-1/+3
2005-07-15Fix the *-config.h includes for the files that have moved in the modularKevin E Martin1-2/+2
2005-07-15Move drm up to os-support since the files are shared by multiple platforms.Kevin E Martin1-1/+1
2005-07-12Add support for building Xdmx and XvfbKevin E Martin4-46/+133
2005-07-12Prepare Xdmx and Xvfb for modularization by adding appropriate #includeKevin E Martin49-5/+199
2005-07-03Change <X11/misc.h> and <X11/os.h> to "misc.h" and "os.h".Daniel Stone1-2/+2
2005-07-03Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.Daniel Stone3-2/+6
2005-07-01Change all misc.h and os.h references to <X11/foo.h>.Daniel Stone1-2/+2
2005-07-01Adding initial build system.Daniel Stone3-0/+102
2005-05-30Bug #3407: Clean out ancient #ifdef X11R5 conditionals.Adam Jackson1-8/+0