summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-10-10xserver 1.5.2xorg-server-1.5.2Adam Jackson1-2/+2
2008-10-10EDID: Catch monitors that encode aspect ratio for physical size.Adam Jackson1-0/+41
2008-10-09Revert "Array-index based devPrivates implementation."Adam Jackson2-109/+102
2008-10-08Fix GKVE with key_code > 255Julien Cristau1-3/+3
2008-10-08DGA: Fix ProcXF86DGASetViewPort for missing support in driver.Luc Verhaegen1-2/+5
2008-10-08Check nextEnabledOutput()'s return in bestModeForAspect()Zhenyu Wang1-1/+2
2008-10-08int10: Fix a nasty memory leak.Adam Jackson1-0/+2
2008-10-08int10: Don't warn when scanning for devices we don't have.Adam Jackson1-7/+1
2008-10-08int10: Remove useless check.Adam Jackson1-7/+0
2008-10-08Array-index based devPrivates implementation.Eamon Walsh2-102/+109
2008-10-08xkb: squash canonical types into explicit ones on core reconstruction.Peter Hutterer1-3/+10
2008-10-08xkb: fix core keyboard map generation. #14373Peter Hutterer1-5/+34
2008-10-08xkb: fix use of uninitialized variable.Kim Woelders1-12/+5
2008-10-06Remove usage of mfbChangeWindowAttributes missed in e4d11e58c...Alan Coopersmith1-1/+0
2008-09-24only build dri2 when DRI2 is enabledAlan Hourihane1-1/+5
2008-09-23xserver 1.5.1xorg-server-1.5.1Adam Jackson1-2/+2
2008-09-23Move RELEASE_DATE below AC_INIT.Adam Jackson1-1/+1
2008-09-23Fix panoramiX request and reply swappingPeter Harris2-8/+27
2008-09-23exa: disable shared pixmapsJulien Cristau1-0/+10
2008-09-17Conditionalize Composite-based backing store on pScreen->backingStoreSupport.Aaron Plattner1-1/+2
2008-09-03xserver 1.5.0xorg-server-1.5.0Adam Jackson1-2/+2
2008-09-03Fix strict-aliasing silliness in XAA.Adam Jackson1-4/+4
2008-09-03Disable DRI2 by default.Adam Jackson1-1/+1
2008-09-03Disable XTrap build by default.Adam Jackson1-1/+1
2008-09-03Xevie: swap replies as necessaryJulien Cristau1-0/+27
2008-09-03Xevie: always initialize rep.length (bug#17394)Thorvald Natvig1-0/+4
2008-09-03Add swapped dispatch for randr 1.2 requestsJulien Cristau3-69/+215
2008-09-02Xorg.man: typo (the the).Thomas Bodzar1-1/+1
2008-09-02Xserver.man: Typo (the the).Matthieu Herrb1-1/+1
2008-09-02Don't try to destroy a NULL pixmap.Daniel Drake1-1/+1
2008-08-31xf86Crtc: Set mode to NULL, so nothing bad happens if crtc == NULL.Maarten Maathuis1-1/+1
2008-08-29Cosmetic fix to EDID decoding.Xavier Bestel1-1/+2
2008-08-29Fix the tile offset in miPaintWindow for ParentRelative windows.Fredrik Höglund1-2/+2
2008-08-29Don't abort if swrast library is not presentDaniel Drake2-14/+25
2008-08-29Reimplement ShmPutImage.Adam Jackson5-180/+25
2008-08-28Attempt getpeercon() on remote sockets as well as local ones.Eamon Walsh1-11/+10
2008-08-26Fix driGetConfigAttribIndex unaligned access to GLboolean.Kristian Høgsberg3-23/+8
2008-08-17exa: fix assert logic thinko from 361a9eb953aaa38f8ebc057185de29e50f9eef26Maarten Maathuis1-1/+1
2008-08-13xkb: ProcXkbSetDeviceInfo should work on all attached SDs.Peter Hutterer1-17/+89
2008-08-13xkb: ProcXkbSetGeometry should work on all attached SDs.Peter Hutterer1-31/+56
2008-08-13xkb: ProcXkbSetNames should work on all attached SDs.Peter Hutterer1-271/+353
2008-08-13xkb: ProcXkbSetNamedIndicator should work on all attached SDs.Peter Hutterer1-70/+184
2008-08-13xkb: ProcXkbSetIndicatorMap should work on all attached SDs.Peter Hutterer1-36/+68
2008-08-13xkb: ProcXkbSetCompatMap should work on all attached SDs.Peter Hutterer1-52/+118
2008-08-13xkb: ProcXkbSetMap should work on all attached SDs.Peter Hutterer1-103/+181
2008-08-13xkb: ProcXkbBell should work on all attached SDs.Peter Hutterer1-91/+140
2008-08-12Fix --disable/--enable-kbd_mode configure flagAlan Coopersmith1-1/+1
2008-08-09glx: fix crash in driGetConfigAttribIndexDave Miller1-0/+4
2008-08-06Make xstrcasestr prototype return value match the implementationAlan Coopersmith1-1/+1
2008-08-06DIX: Add strcasestr from FreeBSDDaniel Stone5-1/+76