summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-07-31Bump release number to 1.6.3xorg-server-1.6.3Keith Packard1-2/+2
2009-07-29Remove hardcoded gcc -Wall option from configure.acAlan Coopersmith1-1/+1
2009-07-29selinux: Only activate if policy says to be an object managerAdam Jackson1-0/+4
2009-07-29quirk: use first detailed timing as preferred for PEA prod 9003 (rh#492359)Ben Skeggs1-0/+5
2009-07-29config: add HAL error checksRémi Cardona1-10/+22
2009-07-29Don't printf NULL pointers on HAL connection errorAlan Coopersmith1-3/+6
2009-07-26Bump to version 1.6.2.901 (1.6.3 RC1)xorg-server-1.6.2.901Keith Packard1-2/+2
2009-07-26xfree86: move didLock assignment down to where the function pointer is valid.Dave Airlie1-1/+1
2009-07-26randr: fix operation order so that rotation+transform worksBenjamin Defnet1-3/+3
2009-07-26hw/xf86/modes: Set crtc mode/rotation/transform before calling set_mode_majorBenjamin Defnet1-3/+5
2009-07-26randr: Nuke broken set_origin shortcutMatthias Hopf1-13/+0
2009-07-26randr: fix server crash in RRGetScreenInfoJulien Cristau1-2/+3
2009-07-26Replace dixLookupResource by dixLookupResourceBy{Type,Class}Keith Packard21-94/+161
2009-07-26One = is more than adequate here. Make is sh safe.Robert Noland1-2/+2
2009-07-26configure: libXinerama isn't needed anymoreRémi Cardona1-1/+1
2009-07-26EXA: Only pass CT_YXBANDED to RECTS_TO_REGION() if that is really true.Michel Dänzer1-1/+11
2009-07-26Fix key repeat problem.Kim Woelders1-1/+1
2009-07-09xdmcp: Don't crash on X -query with more than 255 IP addresses. (#20675)Adam Jackson1-1/+3
2009-07-08Fix build of drivers with 1.6.2 when not using --install-libxf86configAlan Coopersmith1-6/+2
2009-07-07Bump to version 1.6.2xorg-server-1.6.2Keith Packard1-2/+2
2009-07-06dri2: Preserve compatibility with 1.6 DRI2 API/ABIKeith Packard3-77/+203
2009-07-06xfree86: remove duplicate header entries in Makefile.amArkadiusz Miskiewicz2-4/+2
2009-07-06dri2: support glXWaitGL & glXWaitX by copying fake front to front andAlan Hourihane4-11/+67
2009-07-06xinerama: Put the proto version in the code instead using proto headers.Eric Anholt1-2/+4
2009-06-29Build against DRI_TEX_BUFFER_VERSION 1Keith Packard1-1/+4
2009-06-29Bump version to 1.6.1.902xorg-server-1.6.1.902Keith Packard1-2/+2
2009-06-29xfree86: fix SWCursor check in xf86CursorSetCursor.Peter Hutterer1-3/+3
2009-06-29Change default for ExaOptimizeMigration to falseJulien Cristau1-1/+1
2009-06-29Make RANDR 'set' timestamps follow client specified time. Bug 21987.Keith Packard2-2/+7
2009-06-29dix/randr: Add missing fields to SRR*NotifyEvent()Federico Mena Quintero1-2/+9
2009-06-29kdrive: set Activate/Deactivate grab for input devices (#21591)Peter Hutterer1-0/+4
2009-06-29dix: ensure Activate/DeactivateGrab has a valid value.Peter Hutterer1-0/+2
2009-06-29Resync COPYING file with notices in code base as of xorg-server-1.6.1Alan Coopersmith1-682/+111
2009-06-29Fix a couple off-by-one array boundary checks.Jeremy Huddleston3-3/+3
2009-06-29xfree86: restore default off for DontZapPeter Hutterer3-10/+8
2009-06-29EXA: Always damage glyph cache pixmap manually after uploading a glyph.Michel Dänzer1-36/+37
2009-06-29EXA: Take GC client clip type into account for migration.Michel Dänzer4-24/+25
2009-06-29Bug #6428, #16458, #21464: Fix crash due to uninitialized VModMap fields.Tomas Janousek1-3/+5
2009-06-29Support setTexBuffer2 in AIGLX.Kristian Høgsberg3-3/+16
2009-06-29EDID: Fix timing class names to match the specAdam Jackson1-3/+3
2009-06-19pci: Dump vendor/devices ids in the printed device listAdam Jackson1-6/+4
2009-06-11Use a #define instead of a magic numberIan Romanick1-2/+4
2009-06-11DRI2: update DRI2 private drawable width & height according to X drawableJerome Glisse1-0/+2
2009-06-11DRI2: Force allocation of real-front buffer for non-windows as wellIan Romanick1-8/+11
2009-06-11DRI2: Implement protocol for DRI2GetBuffersWithFormatIan Romanick5-88/+284
2009-06-11DRI2: Add interface for drivers to query DRI2 extension versionIan Romanick2-0/+27
2009-06-11DRI2: Add missing front-buffer flush callback.Ian Romanick1-0/+8
2009-06-11DRI2: Don't leave empty entries in private->buffersIan Romanick1-8/+9
2009-06-11DRI2: Synchronize the contents of the real and fake front-buffersIan Romanick1-0/+22
2009-06-11DRI2: Do not send the real front buffer of a window to the clientIan Romanick2-2/+32