summaryrefslogtreecommitdiff
path: root/hw/xfree86
AgeCommit message (Expand)AuthorFilesLines
2006-08-10Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...Alan Coopersmith504-3420/+1106
2006-08-09Remove TargetRefresh option from the autoconfig logic.Adam Jackson1-1/+0
2006-08-07remove optional R3 backwards compatibilityDaniel Stone1-1/+0
2006-08-06Document enable/disable flag for AIGLX in xorg.conf manpage.David Nusinow1-0/+3
2006-07-31Noting uses libdummy.a, so don't build it. Only libdummy-nonserver.aIan Romanick2-11/+1
2006-07-30add sym.h to sourcesDaniel Stone1-0/+1
2006-07-30remove README (which doesn't exist) from EXTRA_DISTDaniel Stone1-1/+1
2006-07-28Bug #5386 (partial): Move CVT mode generator from cvt(1) to server core, andLuc Verhaegen6-266/+303
2006-07-26Remove dead function prototypes.Adam Jackson2-3/+0
2006-07-26Remove getconfig horrorshow. Replace with a static built-in rule list for now.Adam Jackson10-1075/+64
2006-07-26Remove another latent PowerMAX hunk.Adam Jackson1-82/+1
2006-07-21Yet more dead code.Adam Jackson4-35/+0
2006-07-21static markup, more dead code.Adam Jackson2-42/+1
2006-07-21Open-coded path checks make baby Jesus cry.Adam Jackson1-28/+16
2006-07-21Remove a useless open() of the module we're about to load.Adam Jackson3-16/+3
2006-07-21loader: walk directory paths with readdir(), don't stat() everythingDaniel Stone1-37/+56
2006-07-21Delete internal usage of the symbol ref/req lists.Adam Jackson4-70/+1
2006-07-21Remove the loader's required and referenced symbol lists, dead code.Adam Jackson3-188/+4
2006-07-21Detach xf4bpp from cfb.Adam Jackson2-5/+4
2006-07-21Remove RCS tags. Fix Xprint makefile braindamage.Adam Jackson435-474/+0
2006-07-21Fix the RandR failure path for rotated screens.Aaron Plattner1-4/+8
2006-07-21Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserverIan Romanick1-29/+0
2006-07-20Remove unused variable.Ian Romanick1-1/+0
2006-07-20Remove the DDXTIME conditional, for being unused.Adam Jackson1-29/+0
2006-07-20Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserverIan Romanick73-501/+87
2006-07-18get rid of XFree86LOADER, XFree86Server, XFree86Module, and IN_MODULEDaniel Stone72-498/+72
2006-07-17Fix the Linux ACPI reopen code to use a repeating timer, rather than aAdam Jackson1-3/+15
2006-07-14Add some const qualifiers to serveral function parameters.Ian Romanick3-10/+11
2006-07-14Rearrange code in xf86int10ParseBiosLocation to use strncasecmp. ThisIan Romanick1-23/+16
2006-07-14Refactor common code from the generic.c and linux.c version ofIan Romanick4-184/+135
2006-07-14Refactor identical xf86InitInt10 function from generic.c and linux.cIan Romanick3-12/+6
2006-07-14Trivial refactor of libint10_la_SOURCES.Ian Romanick1-7/+13
2006-07-08Bug #3042: Use autoconf to get the correct name of a struct member.Tilman Sauerbeck2-66/+10
2006-07-08Bug #7097: do case-insensitive comparison for some hotkeys.Tilman Sauerbeck2-4/+5
2006-07-06PPC64 build fix.Adam Jackson1-1/+4
2006-07-06Switch the default mouse device on Linux to /dev/input/mice.Adam Jackson1-1/+1
2006-07-06Refactor linuxGetIOSize and linuxGetSizes. Eliminate the unnecessaryIan Romanick1-36/+23
2006-07-06Remind dlloader that it needs to search the global scope as well as theAdam Jackson1-0/+8
2006-07-05fix compiler warning in hw/xfree86/common/xf86Config.cGreg Kroah-Hartman1-0/+1
2006-07-05fix some more compiler warnings due to defines being declared differentlyGreg Kroah-Hartman1-2/+2
2006-07-03Correct AGP memory deallocation argument on *BSD.Eric Anholt1-1/+5
2006-07-03Fix bugs in support for new repeatTypes in XAA and EXA.Eric Anholt1-1/+7
2006-07-01Missing close parenthesis in one of the setuid() fixes.Rudo Thomas1-1/+1
2006-07-01Merge branch 'origin'Keith Packard47-1285/+514
2006-07-01Bug #7381: Coordinates get wrapped in accelerated line drawing on pixmapPaul Mackerras1-14/+5
2006-06-30Bug 7145: fix build with gcc 2.95 & other c89 compilersJens Granseuer1-3/+6
2006-06-29Updated Solaris aperture driver to build on sun4v & amd64 kernelsMartin Bochnig1-170/+208
2006-06-24Make sure <execinfo.h> is actually included when needed.Michel Dänzer1-5/+1
2006-06-24Bug #7213: Fix the XFree86-DRI extension for byte-swapped clients.Michel Dänzer1-7/+30
2006-06-23Use correct OSNAME setting so we can find os-specific modules like libdrm.Eric Anholt1-3/+3