summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2008-03-20Fix RandR 1.2 driver interface conversion of two colour cursors to ARGBMichel Dänzer1-1/+2
2008-03-20Revert "Fix RandR 1.2 driver interface conversion of two colour cursors to ARGB"Alex Deucher1-2/+0
2008-03-19Fix RandR 1.2 driver interface conversion of two colour cursors to ARGBMichel Dänzer1-0/+2
2008-03-18[Xephyr/DRI] correctly route motion events targeted at GL drawableDodji Seketeli3-7/+31
2008-03-17Cleanup logic in xf86PrepareOutputsJesse Barnes1-6/+2
2008-03-17Make xf86SetDesiredModes aware of current output configurationJesse Barnes2-18/+76
2008-03-17Fail CRTC configuration if !vtSemaJesse Barnes1-0/+3
2008-03-16test for the presence of pci_system_init_dev_mem() before calling it.Matthieu Herrb1-0/+2
2008-03-14Xephyr: Build fix: Port across XF86dri.c changes from Mesa.Donnie Berkholz1-8/+29
2008-03-14Xephyr: Distribute ephyrdriext.h in tarballs.Donnie Berkholz1-0/+1
2008-03-14Fix a stray use of ALLOCATE_LOCAL.Adam Jackson1-3/+3
2008-03-14RANDR 1.2: Fix initial mode aspect ratio match in a corner case.Adam Jackson1-24/+27
2008-03-13Bug #14332: Fix PCI access cycles from x86emu.Bart Trojanowski1-7/+50
2008-03-13Bug #14091: Fix build (and runtime) on ia64.Doug Chapman4-70/+2
2008-03-13RANDR 1.2: Fix the RANDR 1.1 screen size estimation to approach reality.Adam Jackson1-2/+2
2008-03-13RANDR 1.2: Don't report a square resolution to RANDR 1.1 clients.Adam Jackson1-17/+0
2008-03-12OpenBSD support for libpciaccess.Mark Kettenis3-1/+6
2008-03-12Return randr interface version in xf86CrtcScreenInit()Matthias Hopf2-2/+15
2008-03-11DRI2: Add DRI2AuthConnection().Kristian Høgsberg2-0/+13
2008-03-10Add the "amd" driver to magic driver selection.Adam Jackson1-2/+3
2008-03-10Bug #14927: Fix the math for xf86NumDefaultModes.Adam Jackson1-1/+1
2008-03-09DRI2: Return event buffer head index in DRI2CreateDrawable.Kristian Høgsberg2-3/+5
2008-03-07Programs in hw/dmx/examples/ want client-side xkb headers.Julien Cristau2-2/+2
2008-03-07Size xf86DefaultModes explicitly.Adam Jackson4-45/+17
2008-03-07Fix segfault when a monitor exists but has no modes.Adam Jackson1-0/+3
2008-03-06Get modes code building with old X servers again.Aaron Plattner5-4/+60
2008-03-06Allow RandR get output property to call into driversJesse Barnes2-0/+40
2008-03-05Fix distcheck.Adam Jackson1-0/+1
2008-03-04Make xf86InitialConfiguration slightly smarter.Adam Jackson1-77/+299
2008-03-04Remove all mention of the vga driver from the config logic.Adam Jackson2-4/+1
2008-03-03Fix some documentation typosJames Cloos1-8/+8
2008-03-03RANDR 1.2: Inherit PreferredMode from the global configuration, if any.Adam Jackson1-2/+18
2008-03-03Fix Motif menu drawing in Xnest.Adam Jackson1-2/+2
2008-03-03xf86DDCMonitorSet: Honor the DisplaySize from the config file.Adam Jackson1-2/+4
2008-03-02Add missing file from previous commit.David Nusinow1-0/+9
2008-03-02Bug #13860: Ensure that the DRI mode is in octal format.David Nusinow2-0/+7
2008-03-02use UTILS_SYS_LIBS to pass SYS_LIBS to utils/ioports correctlyMatthieu Herrb1-1/+1
2008-03-01bug #10008: Make Xvfb.1 document the correct default depthDavid Nusinow1-3/+3
2008-03-01clean some "unused" warningsGeorge Sapountzis6-16/+2
2008-03-01Fix big mistake in commit fd41f46ac62033a724bd1f4612f19448a21c1224.Maarten Maathuis1-1/+8
2008-02-29dix: Modify callers of property and selection API to use new interfaces.Eamon Walsh9-73/+54
2008-02-29dix: Refactoring of selection code to allow for polyinstantiation.Eamon Walsh1-5/+3
2008-02-29dix: Refactoring of property code to allow for polyinstantiation.Eamon Walsh1-0/+1
2008-02-29EDID 1.4: Print additional CVT support data in the log.Adam Jackson1-13/+56
2008-02-29EDID 1.4: Decode additional CVT support information.Adam Jackson2-3/+56
2008-02-29Fix CVT abuse in DDCModesFromStandardTiming.Adam Jackson2-8/+34
2008-02-29Nuke a duplicate SYMFUNC(xf86CVTMode)Adam Jackson1-3/+0
2008-02-29Add xf86GTFMode().Adam Jackson4-0/+387
2008-02-29Remove the duplicate copy of xf86cvt.cAdam Jackson4-298/+5
2008-02-29Constify the built-in mode tables.Adam Jackson3-31/+29