summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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
Definining MEMBUG causes allocations to randomly fail.
2006-07-21define DEBUG in DIXDaniel Stone1-0/+3
Which makes #ifdef DEBUG actually useful. Incredible.
2006-07-21exa: only disable cw when COMPOSITE is builtDaniel Stone1-0/+2
2006-07-21fix KdXvCopyPackedData to actually workDaniel Stone1-1/+1
Remove extraneous bit shift in KdXvCopyPackedData, so it's actually useful.
2006-07-21fix minor typoDaniel Stone1-1/+1
2006-07-21fix XEvIE build without XKBDaniel Stone1-6/+18
Don't unconditionally play with XKB stuff in XEvIE.
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
Get rid of almost all uses of these definitions. They're still defined for delinquent out-of-tree drivers, and also for the Mesa build. As well as for miinitext.c. But largely gone.
2006-07-17Fix the Linux ACPI reopen code to use a repeating timer, rather than aAdam Jackson1-3/+15
one-shot sleep-and-reopen attempt.
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
eliminates the need for the first use of xstrdup in this function. The second use of xstrdup was *never* necessary and has also been eliminated.
2006-07-14Refactor common code from the generic.c and linux.c version ofIan Romanick4-184/+135
xf86ExtendedInitInt10 to xf86int10GetBiosLocationType and xf86int10GetBiosSegment. These changes were tested on MGA hardware on x86-64 with various combinations of InitPrimary and BiosLocation.
2006-07-14Refactor identical xf86InitInt10 function from generic.c and linux.cIan Romanick3-12/+6
to helper_exec.c.
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
crashes.
2006-07-11Bug #7346: Disable Composite extension in XprtDrew Parsons1-0/+1
Xorg Bug #7346 <https://bugs.freedesktop.org/show_bug.cgi?id=7346> Patch #6184 <https://bugs.freedesktop.org/attachment.cgi?id=6184>
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
This allows us to remove the kernel version ifdefs from the code, which are ugly and broken.
2006-07-08Bug #7097: do case-insensitive comparison for some hotkeys.Tilman Sauerbeck7-32/+68
xkb's strcasecmp implementation has been moved to the dix so it's now safe to just use strcasecmp().
2006-07-06Implement GLX_MESA_copy_sub_buffer.Kristian Høgsberg3-6/+84
2006-07-06Add GLX_MESA_copy_sub_buffer marshalling support.Kristian Høgsberg4-2/+62
2006-07-06Remove hardcoded 'lib' in XPRINTDIR.Ed Catmur1-1/+1
2006-07-06Generate xprint.pre from xprint.cpp.Ed Catmur1-0/+11
2006-07-06PPC64 build fix.Adam Jackson1-1/+4
2006-07-06xorgcfg now needs libxkbui version 1.0.2 or better.Keith Packard1-1/+1
Old versions of libxkbui use XkbStrCaseCmp which doesn't exist any longer; the server fails to link with that version of the libkbui library, so require the current version (1.0.2).
2006-07-06GL proto version 1.4.7 needed for texture-from-pixmap defines.Keith Packard1-1/+1
GLX_TEXTURE_TARGET_EXT and GLX_TEXTURE_RECTANGLE_EXT are defined as a part of the new texture from pixmap GL extension in gl proto version 1.4.7 and are now used by the X server code.
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
optimization in the search loop.
2006-07-06Remind dlloader that it needs to search the global scope as well as theAdam Jackson1-0/+8
loaded modules. Fixes LoaderSymbol() on symbols provided by the server. Spotted by Aaron Plattner.
2006-07-06Drop unused GL/include subtree.Kristian Høgsberg8-158/+1
Woo, less Makefile's to generate.
2006-07-06Implement glXCreateWindow and glXDestroyWindow.Kristian Høgsberg2-53/+85
2006-07-06Move __GLXdrawable lookup and creation into GetDrawableOrPixmap.Kristian Høgsberg2-154/+72
Also refactors __glXSwapBuffers to use GetDrawableOrPixmap for getting the __GLXdrawable. This patch paves the way for GLXWindows with XIDs different from the X Windows they are created for, a prerequisite for glXCreateWindow().
2006-07-06Drop global GLX error integer variables and use __glXError() instead.Kristian Høgsberg8-211/+99
Also drop glxerror.h (__glXError is now declared in glxserver.h) and global.c (last remaining globals are in glxext.c now). With this change we now support all GLX 1.3 error codes.
2006-07-06Move createDrawable from __GLXcontext to __GLXscreen.Kristian Høgsberg6-86/+99
2006-07-06Add marshalling for GLX 1.3 requests.Kristian Høgsberg5-38/+207
Also, hook up glXGetDrawableAttributes and glXQueryContext to existing DoGetDrawableAttributes and __glXQueryContextInfoEXT.
2006-07-05add another file to .gitignoreGreg Kroah-Hartman1-0/+1
2006-07-05fix compiler warning in hw/xfree86/common/xf86Config.cGreg Kroah-Hartman1-0/+1
2006-07-05fix compiler warning about xnestRecolorCursor() not being definedGreg Kroah-Hartman1-0/+1
2006-07-05fix some more compiler warnings due to defines being declared differentlyGreg Kroah-Hartman1-2/+2