summaryrefslogtreecommitdiff
path: root/hw/dmx
AgeCommit message (Expand)AuthorFilesLines
2007-03-06remove PIXPRIV checks as this flag is always set.Eamon Walsh2-10/+0
2007-02-05dmx, vfb, xnest: fix fbcmap compilationDaniel Stone1-12/+12
2007-02-02dmx: drop leftover __GLXdrawablePrivateRec struct.George Sapountzis2-55/+0
2006-12-16Fix RENDER issues (bug #7555) and implement RENDER add/remove screenJames Steven Supancic III4-35/+187
2006-12-15Convert callers of LookupDrawable() to dixLookupDrawable().Eamon Walsh1-37/+38
2006-12-15Convert callers of SecurityLookupWindow() to dixLookupWindow().Eamon Walsh2-22/+15
2006-12-14Naming change: Security*Access -> Dix*AccessEamon Walsh3-30/+30
2006-11-07Add $(DIX_CFLAGS) to remaining Makefile.am filesKeith Packard3-3/+3
2006-09-29make core keyboard/pointer map functions act on all core-sending devicesDaniel Stone1-1/+1
2006-09-23Check for visual==NULL in dmxBECreateColormap() before calling XCreateColormap()Brian1-6/+13
2006-09-23The fbcmap.c file used by Xdmx _must_ be compiled with XFree86Server defined.Brian1-0/+4
2006-09-23Replace broken DMXDBG3() with DMXDBG2()Brian1-2/+2
2006-09-06Make sure _XSERVER64 is defined when it should be and gets tested.Michel Dänzer2-0/+5
2006-07-26Unlibc-wrap DMX glxscreens.c and fix tag-removal typo.Kristian Høgsberg2-2/+1
2006-07-21Remove RCS tags. Fix Xprint makefile braindamage.Adam Jackson22-22/+0
2006-07-20Remove the DDXTIME conditional, for being unused.Adam Jackson1-11/+0
2006-07-18get rid of XFree86LOADER, XFree86Server, XFree86Module, and IN_MODULEDaniel Stone6-11/+5
2006-07-15Un-glx-libcwrap DMX GLX proxy so it works without GL/include.Kristian Høgsberg6-17/+14
2006-07-13Bug #7482: Fix Xdmx's Render code to match reality; fixes BadLength clientJames Steven Supancic III1-1/+1
2006-07-05fix wrong function pointer type in hw/dmx/dmxcmap.cGreg Kroah-Hartman1-1/+1
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