summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2009-06-11DRI2: Add fake front-buffer to request list for windowsIan Romanick1-0/+40
2009-06-11EDID: Add modes from Established Timings III descriptor to mode poolAdam Jackson3-4/+86
2009-06-11EDID: Be more cautious about finding vendor blocks.Adam Jackson1-2/+4
2009-06-11vfb: Fix depth setup.Adam Jackson1-27/+3
2009-05-19xace: Fix a bad device access hook call.Eamon Walsh1-3/+3
2009-05-11xselinux: Relax ownership restriction on SetSelectionUseContext.Eamon Walsh1-9/+0
2009-05-08Don't leak default font path when appending built-insAlan Coopersmith1-2/+11
2009-05-08Don't leak canonical module name and patterns if module is built-inAlan Coopersmith1-1/+2
2009-05-08Xi: don't double-swap the XListDeviceProperties reply.Peter Hutterer1-7/+0
2009-05-08Xi: fix copy/paste error causing sizeof against wrong struct.Peter Hutterer1-1/+1
2009-05-08os: don't malloc memory in LogVMessageVerb.Peter Hutterer1-16/+6
2009-05-08randr12: looking up these bits if randr isn't initialised is bad.Dave Airlie1-2/+4
2009-05-08Fix byte swapping of XF86VidMode{Get,Set}GammaRampAlan Coopersmith1-10/+6
2009-05-08Remove references to rgb.txt from files section of Xserver and Xorg man pagesJon TURNEY2-6/+0
2009-05-08Remove long-gone '-co' option from Xserver man pageJon TURNEY1-4/+0
2009-05-08XkbSetNamedIndicator should ignore SD's without LED'sAlan Coopersmith1-0/+2
2009-05-08xserver 1.6.1.901xorg-server-1.6.1.901Keith Packard1-2/+2
2009-05-08dix: fix calculation of number of fake KeyRelease eventsPierre Ossman1-5/+9
2009-05-08Xi: don't send XKB mapping notifications when XKB is disabledPierre Ossman1-1/+2
2009-05-08dix: ignore non-pointer events in XineramaCheckMotion (#20557)Peter Hutterer1-0/+17
2009-05-08Don't prepare outputs & crtcs if set_mode_major is presentJesse Barnes1-3/+8
2009-05-08Bug#21324: Add quirk for Iiyama Vision Master 450Julien Cristau1-0/+5
2009-05-08xfree86: edid quirk for Philips LCD LP154W01-TLAJTormod Volden1-0/+5
2009-05-08Add RandR 1.3 requests to protocol.txtJulien Cristau1-0/+7
2009-05-08Add XI 1.5 event and requests to protocol.txtJulien Cristau1-0/+5
2009-05-08xfree86: Remove device from inputInfo.devices if ActivateDevice failed.Ander Conselvan de Oliveira1-0/+4
2009-05-08EXA: Guard empty pending region warning by DEBUG_MIGRATE.Michel Dänzer1-0/+2
2009-05-08EXA: Handle separate alpha maps properly in Composite fallback, take two.Michel Dänzer3-1/+51
2009-05-08DRI2: Send the version the code actually supportsIan Romanick1-2/+2
2009-04-16security: Grant untrusted windows remove access on all windows.Eamon Walsh1-0/+5
2009-04-16security: Fix a crash caused by wrong ordering of format arguments.Eamon Walsh1-3/+4
2009-04-16security: Revert behavior of extension access for compatibility.Eamon Walsh1-14/+16
2009-04-14xserver 1.6.1xorg-server-1.6.1Adam Jackson1-2/+2
2009-04-13Xext: set POINTER_SCREEN flag in XTestFakeInput if necessary. (RH #490984)Peter Hutterer1-3/+11
2009-04-13glx: Fix drawable private leak on destroyKristian Høgsberg9-39/+69
2009-04-09xselinux: Don't BadAlloc in List* requests if there are no items to list.Eamon Walsh1-3/+3
2009-04-08xselinux: Don't require incoming context strings to be null-terminated.Eamon Walsh1-21/+45
2009-04-08Correct access mode in call to dixLookupWindow() within RRSelectInput.Eamon Walsh1-1/+1