summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-08-31Bump version to 1.3.99.2.xorg-server-1.3.99.2Eric Anholt1-1/+1
2007-08-31Remove backend.[ch] from neomagic to fix distcheck.Eric Anholt1-2/+0
2007-08-31Bug #7364: Require renderproto 0.9.3 on 64-bit, and fix build with it.Eric Anholt2-2/+8
2007-08-31Bug #7186: Fix an excessive request size limitation that broke big-requests.Eric Anholt2-4/+3
2007-08-31Remove an extra cast.Matthieu Herrb1-1/+1
2007-08-31A high resolution device that's moving fast can potentially generateOtto Moerbeek1-1/+1
2007-08-30Fixing a misleading comment which could suggest a GPL violation.Egbert Eich1-2/+2
2007-08-29Bug #9629: Remove badly-licensed neomagic kdrive files.Eric Anholt3-157/+1
2007-08-29Add _X_EXPORT to exported functions in hw/xfree86/modes/*Alex Deucher8-65/+76
2007-08-23glx: fix crash when freeing visualsBrian Paul1-5/+8
2007-08-23randr: fixup crtc and output destroyDave Airlie1-2/+2
2007-08-23Ref count cursors used in hw/xfree86/modes code.Keith Packard1-0/+11
2007-08-23add xf86_crtc_clip_video_helper to xf86sym.cAlex Deucher1-0/+1
2007-08-23move intel crtc xv clipping helper to the xserverAlex Deucher2-0/+137
2007-08-23EXA: Fix a couple of logic errors in exaGetPixmapFirstPixel.Fredrik Höglund1-12/+12
2007-08-23Require pixman 0.9.5; Use pixman_image_set_source_clipping() to fixSøren Sandmann Pedersen2-1/+2
2007-08-23stride is in FbBits-sized chunks, but xoff is not.Aaron Plattner1-3/+3
2007-08-23Bug #12015: Use the right offsets in the dst arguments of pixman_blt.Aaron Plattner1-2/+2
2007-08-21config: fix default xkb model (pc105, not keyboard)Julien Cristau1-1/+1
2007-08-21xfree86: Fix build on Linux/alpha.Julien Cristau1-1/+1
2007-08-17EXA: Wrap Trapezoids to prevent excessive migration of the alpha pixmap.Fredrik Höglund3-0/+136
2007-08-16Kdrive: fix nasty thinko in TslibEnable()Dave Jones1-1/+1
2007-08-15Update pci.ids to 2007-08-15 snapshotAlan Coopersmith3-246/+5738
2007-08-15Correct XErrorDB path and make it configurable (used by DTrace support)Alan Coopersmith1-1/+7
2007-08-14Fix the value comparisons in the IDLETIME wakeup handler.Fredrik Höglund1-2/+3
2007-08-13Revert "Implement damage tracking for AIGLX."Kristian Høgsberg1-18/+0
2007-08-12xfree86: Improve default mouse handling on the HurdSamuel Thibault1-1/+23
2007-08-10Only use evdev drivers in Xephyr #ifdef linuxAlan Coopersmith1-0/+4
2007-08-10xorgcfg needs PIXMAN_CFLAGS in order to build libc_wrapper.cAlan Coopersmith1-0/+1
2007-08-10Implement damage tracking for AIGLX.Kristian Høgsberg1-0/+18
2007-08-08Fix the swapped decode of the EDID DTD h/v sync polarity fields.Eric Anholt1-43/+10
2007-08-08[PATCH] Allocate the right number of entries for saving crtcsGustavo Pichorim Boiko1-1/+1
2007-08-08RRScanOldConfig cannot use RRFirstOutput before output is configured.Keith Packard1-1/+1
2007-08-07Updates some piece of the dead mouse evdev code under the new hotplug scheme.Tiago Vignatti4-42/+274
2007-08-07Export device path key options to be called by the command line of server.Tiago Vignatti1-0/+6
2007-08-07Update KdUseMsg() for completeness.Tiago Vignatti2-1/+7
2007-08-08Hotplug: HAL: Fix error handlingDaniel Stone1-18/+17
2007-08-08Config: HAL: Use input.xkb namespaceDaniel Stone2-10/+10
2007-08-08configure.ac: Add $CONFIG_LIB to server librariesDaniel Stone1-8/+8
2007-08-07RRScanOldConfig wasn't getting crtcs set correctlyKeith Packard1-3/+4
2007-08-07Decrement mode count when removing RandR output mode.Keith Packard1-0/+1
2007-08-07Fix driver build after pixman changes.Eric Anholt2-1/+3
2007-08-07Fix typo.Tiago Vignatti1-1/+3
2007-08-07Clean a little bit the code.Tiago Vignatti1-52/+42
2007-08-07Let xkb options be passed through command line in kdrive servers. I start myTiago Vignatti2-10/+108
2007-08-07When we call Xephyr with '-pointer' a new pointer is added inside the serverTiago Vignatti2-11/+22
2007-08-06Require pixman-1 0.9.4, update pixman includes to new schemeSøren Sandmann Pedersen5-5/+5
2007-08-06Don't unwrap too early in libwfb for Composite.Aaron Plattner4-17/+16
2007-08-06Probable off by one buffer overflow in .../xorgconfig/xorgconfig.cRoland "Test-tools" Bär1-1/+1
2007-08-05xserver: stop bcopy from going really slowDave Airlie3-7/+25