summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2008-10-10EDID: Catch monitors that encode aspect ratio for physical size.Adam Jackson1-0/+41
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-09-03Fix strict-aliasing silliness in XAA.Adam Jackson1-4/+4
2008-09-02Xorg.man: typo (the the).Thomas Bodzar1-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-06xfree86: use xorg.conf input devices if there is no ServerLayoutJulien Cristau1-40/+46
2008-07-29xfree86: warn some more about potential missing input devices.Peter Hutterer1-0/+10
2008-07-29xfree86: if AllowEmptyInput is on, warn the user that we rely on HAL now.Peter Hutterer1-0/+7
2008-07-23[Xephyr] Fix #15839Dodji Seketeli4-0/+43
2008-07-21Fix "warning: passing argument 1 of `modeIsPresent' from incompatible pointer...Eamon Walsh1-2/+2
2008-07-21modes: fix initial xorg.conf mode selection.Dave Airlie1-0/+51
2008-07-17kdrive: don't post motion event if there was no motion. #16179Peter Hutterer1-6/+10
2008-07-17Revert "kdrive: don't post motion event if there was no motion. #16179"Peter Hutterer1-10/+6
2008-07-16kdrive: don't post motion event if there was no motion. #16179Peter Hutterer1-6/+10
2008-07-16xfree86: don't free the config-file related information in DIDR. #15645Peter Hutterer2-35/+43
2008-07-15Bug #16674: Make sure RANDR reports refresh as 0 if pixel clock is 0.Julien Cristau1-0/+2
2008-07-14xfree86: append, not prepent, new input devices to xf86InputDevs.Peter Hutterer1-5/+9
2008-07-03xfree86: AllowEmptyInput is now enabled by default if hotplugging is enabled.Sascha Hlusiak2-6/+5
2008-07-03modes: check the crtc is valid before using its desired modes.Dave Airlie1-3/+5
2008-07-03cursor: don't dereference NULL pointer is devPrivates not yet set.Dave Airlie1-3/+7
2008-07-02Fix GLX in Xvfb and kdrive.Adam Jackson6-0/+11
2008-07-01autoconfig: don't call closedir() when opendir() failedJulien Cristau1-70/+71
2008-07-01Work around the DIX losing mmWidth/mmHeight for RandR 1.1 DDXen.Aaron Plattner1-0/+19
2008-07-01Don't try to load DRI2 if built without it.Adam Jackson1-0/+2
2008-06-30XInput ABI is 2.1, not 3.1.Adam Jackson1-1/+1
2008-06-30Distcheck fixes.Adam Jackson1-7/+0
2008-06-30Bump ABI minor numbers for the devPrivate ABI functions.Adam Jackson1-5/+5
2008-06-26glx: fix forgotten swrast -> SWRastGeorge Sapountzis2-2/+2
2008-06-26glx: missing swrast is fatalGeorge Sapountzis1-2/+3
2008-06-26kdrive: need not export symbols for glx anymoreGeorge Sapountzis5-20/+0
2008-06-26Move the windows GL files to the xwin DDX.Kristian Høgsberg5-0/+2323
2008-06-26Get out of the mesa symlinking business.Kristian Høgsberg2-2/+1
2008-06-26Fix up paths for GL/glx -> glx renamingDan Nicholson8-13/+13
2008-06-26Use LD_EXPORT_SYMBOLS_FLAG when linking Xnest.Kristian Høgsberg1-0/+1
2008-06-26Drop glcore GLX provider.Kristian Høgsberg3-11/+6
2008-06-26Moved Apple GL bits into our DDX subtreeJeremy Huddleston3-2/+1953
2008-06-26Add loader for the swrast dri driver.George Sapountzis1-0/+4
2008-06-26glcore: drop GLcore (files)George Sapountzis1-63/+0
2008-06-26glcore: drop GLcore (build system)George Sapountzis1-5/+1
2008-06-26glcore: build from mesa, dlopen from xorgGeorge Sapountzis1-33/+4
2008-06-26glcore: prepare for dynamic loadingDonnie Berkholz18-0/+72
2008-06-24Bug #11842: Fix emulation of int1A PCI BIOS services.Adam Jackson1-6/+6
2008-06-24Bug #15665: Fix building without Composite.Paul Bender1-0/+2
2008-06-24Remove some default modes that really shouldn't be in the default set.Adam Jackson1-6/+0
2008-06-23Restore return type on xf86SetScrnInfoModesAlan Coopersmith1-0/+1