summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-09-29glx: In DrawableGone, only clear context tags when we are also deleting the c...cygwin-aiglx-for-1.9Jon TURNEY1-5/+4
2010-09-29glx: Flush context which is being made non-current due to drawable going awayJon TURNEY2-0/+9
2010-09-29glx: Synchronize Xserver glx/rensize.c with mesa src/glx/compsize.cJon TURNEY1-0/+1
2010-08-13Cygwin/X: Make winOverrrideStyle() thread-safeJon TURNEY3-26/+24
2010-08-13Let configure --enable/disable-aiglx control building of AIGLX for all DDXsJon TURNEY3-7/+9
2010-08-13Move GLX extension string utility functions into the GLX extensionJon TURNEY1-3/+3
2010-08-13Do not create visuals from fbConfigs which don't support window drawables.Jon TURNEY1-0/+4
2010-08-13Add a DDX specific GLX provider push hookJon TURNEY3-1/+12
2010-08-13Replace DDXBEFORERESET with a more general way of doing DDX-specific hooksJon TURNEY11-20/+71
2010-08-12Bump to version 1.8.99.906 (1.9 RC6)xorg-server-1.8.99.906Keith Packard1-2/+2
2010-08-12Silence GCC warning about uninitialized lastSlave variableKeith Packard1-1/+1
2010-08-13Stop checking or calling PtrCtrlProcsAlan Coopersmith2-9/+2
2010-08-13xfree86: parser: Never use constant strings for driver names (fixes #17438)Jesse Adkins2-4/+9
2010-08-13Xi: reset the unused classes pointer after copyingPeter Hutterer1-0/+6
2010-08-13xkb: if the button isn't down, don't fake an event.Peter Hutterer1-0/+5
2010-08-13xkb: post-fix PointerKeys button events with a DeviceChangedEvent.Peter Hutterer3-38/+68
2010-08-10xace: Invalid reference to out-of-scope data.Chris Wilson1-95/+75
2010-08-10Cygwin/X: Fix glxWinCreateDrawable() for API changeJon TURNEY1-5/+9
2010-08-10Don't let alpha maps recurse in fb. Bug 23581.Keith Packard1-6/+18
2010-08-10rootless: fix uninitialized private key assert in non-rootless modes in Cygwin/XJon TURNEY1-0/+3
2010-08-09fonts: Fix refcounting for asynchronous font operations (#3040)Adam Jackson2-58/+48
2010-08-09doc: add missing .gitignore for Xserver-DTraceGaetan Nadon1-0/+4
2010-08-09Check HAVE_XMLTO_TEXT before trying to use xmlto to make text filesAlan Coopersmith1-0/+2
2010-08-09Xserver-spec: Update ChangeGC prototype, add ChangeGCXIDsAlan Coopersmith1-3/+10
2010-08-09Update Xserver-spec for new devPrivates APIAlan Coopersmith1-65/+74
2010-08-09Correct function name in dixRegisterPrivateKey commentsAlan Coopersmith1-2/+2
2010-08-06Set DamageSetReportAfterOp to true for the damage extensionKristian Høgsberg1-0/+1
2010-08-06Always call the flush callback chain when we flush client buffersKristian Høgsberg2-0/+7
2010-08-01ddc: Fix memory leak in GetEDID_DDC1Matt Turner1-2/+5
2010-07-29XQuartz: xpbproxy: Don't take down the whole server on an IO errorJeremy Huddleston1-0/+2
2010-07-28XQuartz: GLX: Don't mangle __GLXDrawable's pDrawJeremy Huddleston1-3/+2
2010-07-23Add documentation of the Xserver DTrace probesAlan Coopersmith4-0/+618
2010-07-23Add name argument to CreateNewResourceType documentationAlan Coopersmith1-2/+6
2010-07-23Use DocBook stylesheets from xorg-sgml-doctools if they're availableAlan Coopersmith4-4/+15
2010-07-21Merge remote branch 'whot/for-keith'Keith Packard2-25/+34
2010-07-21xkb: use GetMaster instead of dev->u.master.Peter Hutterer1-16/+16
2010-07-21dix: hack around enter/leave event issues for grabbed devices (#27804)Peter Hutterer1-9/+18
2010-07-19rootless: Adjust the frame size of the native root window in RootlessResizeWi...Jan Hauffa1-0/+7
2010-07-14Bump to version 1.8.99.905 (1.9 RC5)xorg-server-1.8.99.905Keith Packard1-2/+2
2010-07-13Merge remote branch 'jeremyhu/master'Keith Packard5-33/+7
2010-07-13EXA: Finish access to pixmap if it's prepared at destruction time.Michel Dänzer5-9/+29
2010-07-13Unwrap/rewrap EnterVT/LeaveVT completely, Fixes 28998Keith Packard7-8/+75
2010-07-13XQuartz: Bump bundle version to 2.6.0 for xorg-server-1.9.0 and X11R7.6Jeremy Huddleston1-2/+2
2010-07-13XQuartz: Remove some dead code.Jan Hauffa3-30/+0
2010-07-13XQuartz: Avoid a crash when mistakenly free()ing in QuartzSetCursor on some c...Jeremy Huddleston1-1/+5
2010-07-09DRI2: re-allocate DRI2 drawable if pixmap serial changesJesse Barnes1-1/+18
2010-07-09miModifyPixmapHeader: always update serialNumberJesse Barnes1-1/+1
2010-07-06Merge remote branch 'whot/for-keith'Keith Packard10-74/+70
2010-07-07dix: purge leftover manual key down bit setting.Peter Hutterer6-29/+6
2010-07-07dix: add aux. functions for button_is_down, set_button_down, set_button_up.Peter Hutterer3-12/+46