summaryrefslogtreecommitdiff
path: root/hw/dmx
AgeCommit message (Expand)AuthorFilesLines
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
2005-04-20Change dmxext.h and dmxproto.h to <X11/extensions/...>.Daniel Stone1-2/+2
2005-04-20Fix includes right throughout the Xserver tree:Daniel Stone14-24/+24
2004-08-27Add missing reply for DMX (Rik Faith).Kevin E Martin1-0/+1
2004-08-09- Fix building without Xfixes extensionKevin E Martin1-0/+4
2004-07-31Add new extension enable/disable feature. This code is a small step in theKevin E Martin3-18/+11
2004-07-28When using DMX console input, make detached screens display as grey (vs.Rik Faith2-5/+26
2004-07-18Addition of console input after removal of core backend input that is notRik Faith2-4/+45
2004-07-07Bugzilla #817Rik Faith5-6/+12
2004-07-06- Disable building DMX on OSs that have not been verified to buildKevin E Martin5-29/+56
2004-06-30Add Distributed Multihead X (DMX) supportKevin E Martin433-0/+102943