summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-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
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
2006-07-06GL proto version 1.4.7 needed for texture-from-pixmap defines.Keith Packard1-1/+1
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-06Drop unused GL/include subtree.Kristian Høgsberg8-158/+1
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
2006-07-06Drop global GLX error integer variables and use __glXError() instead.Kristian Høgsberg8-211/+99
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
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
2006-07-05fix wrong function pointer type in hw/dmx/dmxcmap.cGreg Kroah-Hartman1-1/+1
2006-07-03Revert "Optimize out computing a gradient pixel if the mask value is 0."Eric Anholt1-131/+76
2006-07-03Correct AGP memory deallocation argument on *BSD.Eric Anholt1-1/+5
2006-07-03Optimize out computing a gradient pixel if the mask value is 0.Eric Anholt1-76/+131
2006-07-03Bump server version to 7.1.99.2 for gradient and repeat fixes.Eric Anholt1-1/+1
2006-07-03Fix source picture filter check for multiple screens.Eric Anholt1-3/+11
2006-07-03Fix bugs in support for new repeatTypes in XAA and EXA.Eric Anholt2-2/+11
2006-07-03Bug #7366: Fix crashes when setting filters on source pictures.Eric Anholt2-7/+22
2006-07-03Bug #7366: Fix two crashes in operations on source pictures.Eric Anholt2-6/+16
2006-07-01Missing close parenthesis in one of the setuid() fixes.Rudo Thomas1-1/+1
2006-07-01Merge branch 'origin'Keith Packard359-1643/+1227
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 Granseuer2-4/+10
2006-06-29Updated Solaris aperture driver to build on sun4v & amd64 kernelsMartin Bochnig1-170/+208
2006-06-27Add damage tracking to GLX_EXT_tfp implementation.Kristian Høgsberg4-43/+108
2006-06-27Bump server release to 7.1.99.1.Eric Anholt1-3/+3
2006-06-27Fix MMX Saturate implementation.Eric Anholt1-1/+1
2006-06-26Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserverAlan Coopersmith14-37/+129