summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-08-01Wrap libwfb memory access.Aaron Plattner20-614/+641
2006-07-31Make ReadMemoryProcPtr take a const pointer.Aaron Plattner1-1/+1
2006-07-27Add fbHasVisualTypes and fbSetVisualTypesAndMasks to wfbrename.h and include ...Aaron Plattner2-1/+3
2006-07-26Switch to using void* pointers.Aaron Plattner1-4/+4
2006-07-26Add framebuffer access wrapper infrastructure.Aaron Plattner24-9/+266
2006-07-26Prefix all of the exported symbols in libwfb.so with "wfb".Aaron Plattner3-1/+191
2006-07-26Build infrastructure for libwfb.so.Aaron Plattner4-3/+23
2006-07-26Remove another latent PowerMAX hunk.Adam Jackson1-82/+1
2006-07-26Unlibc-wrap DMX glxscreens.c and fix tag-removal typo.Kristian Høgsberg2-2/+1
2006-07-23glx: fix typo from tag removalDave Airlie1-0/+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-21Delete some long-unused testing code.Adam Jackson1-236/+0
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-21fix kbproto dependencyDaniel Stone1-1/+1
2006-07-21Detach xf4bpp from cfb.Adam Jackson2-5/+4
2006-07-21Remove RCS tags. Fix Xprint makefile braindamage.Adam Jackson1105-1511/+6
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 Romanick14-139/+28
2006-07-21kdrive: allow debuggingDaniel Stone1-0/+3
2006-07-21never define MEMBUGDaniel Stone1-6/+0
2006-07-21define DEBUG in DIXDaniel Stone1-0/+3
2006-07-21exa: only disable cw when COMPOSITE is builtDaniel Stone1-0/+2
2006-07-21fix KdXvCopyPackedData to actually workDaniel Stone1-1/+1
2006-07-21fix minor typoDaniel Stone1-1/+1
2006-07-21fix XEvIE build without XKBDaniel Stone1-6/+18
2006-07-20Remove unused variable.Ian Romanick1-1/+0
2006-07-20Remove the DDXTIME conditional, for being unused.Adam Jackson8-125/+0
2006-07-20Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserverIan Romanick148-672/+175
2006-07-18get rid of XFree86LOADER, XFree86Server, XFree86Module, and IN_MODULEDaniel Stone141-652/+146
2006-07-17Fix the Linux ACPI reopen code to use a repeating timer, rather than aAdam Jackson1-3/+15
2006-07-15Un-glx-libcwrap DMX GLX proxy so it works without GL/include.Kristian Høgsberg6-17/+14
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-13Bug #7482: Fix Xdmx's Render code to match reality; fixes BadLength clientJames Steven Supancic III1-1/+1
2006-07-11Bug #7346: Disable Composite extension in XprtDrew Parsons1-0/+1
2006-07-10Fix the configure check for the --{enable,disable}-dpms optionGustavo Pichorim Boiko1-1/+1
2006-07-09Replace GNU make-ism.Matthieu Herrb1-1/+1
2006-07-08Fix crash in Xephyr when running on host X with keymap width < 4 ( i.e xvnc )Matthew Allum1-12/+8
2006-07-08Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserverMatthew Allum11-98/+100
2006-07-08Add support to Xephyr for simulating 8bit grayscale.Matthew Allum2-7/+22
2006-07-08Bug #3042: Use autoconf to get the correct name of a struct member.Tilman Sauerbeck4-66/+32
2006-07-08Bug #7097: do case-insensitive comparison for some hotkeys.Tilman Sauerbeck7-32/+68