summaryrefslogtreecommitdiff
path: root/hw/xfree86
AgeCommit message (Expand)AuthorFilesLines
2009-06-18input: Add labels to buttons and valuators - ABI_XINPUT_VERSION 7Peter Hutterer3-4/+4
2009-06-17xfree86: fix two compiler warnings in xf86vmode.cPeter Hutterer1-2/+2
2009-06-17xfree86: silence a few int10 compiler warnings.Peter Hutterer1-14/+14
2009-06-16EDID: Carp about 1.4 monitors with no preferred refresh rateAdam Jackson1-2/+6
2009-06-11xfree86: move didLock assignment down to where the function pointer is valid.Dave Airlie1-1/+1
2009-06-09hw/xf86/modes: Set crtc mode/rotation/transform before calling set_mode_majorBenjamin Defnet1-3/+5
2009-06-09cvt: Allow multiple-of-60Hz refresh rates for reduced blanking.Adam Jackson1-5/+8
2009-06-05crtc/gamma: check xf86_config is valid before using it.Dave Airlie1-0/+3
2009-06-04Merge branch 'master' into xi2Peter Hutterer1-13/+10
2009-06-03s/MIN/min/, s/MAX/max/ (#2968)Adam Jackson1-13/+10
2009-06-03Merge branch 'master' into xi2Peter Hutterer6-81/+1
2009-06-02Revert "randr: Setting gamma: inverse logic looks more sane"Matthias Hopf1-1/+1
2009-05-28xfree86: Remove loader symbol list ABI stubsAdam Jackson4-51/+0
2009-05-28Merge branch 'master' into xi2Peter Hutterer31-301/+527
2009-05-27xfree86: Remove unused (and useless) xf86{Add,Delete}ModuleInfoAdam Jackson3-29/+0
2009-05-27randr: bug #21554 - re-probe outputs when coming back from laptop unsuspendFederico Mena Quintero1-0/+26
2009-05-24fix typo in cabff9007 which led to an unintialized memory read and a crash.Matthieu Herrb1-1/+1
2009-05-22EDID: Add modes from Established Timings III descriptor to mode poolAdam Jackson3-4/+86
2009-05-22ABI_XINPUT_VERSION 6Peter Hutterer1-1/+1
2009-05-22Input: rename DeviceIntRec->isMaster to ->type.Peter Hutterer2-4/+4
2009-05-22xfree86: treat other drivers as mouse drivers in the config.Peter Hutterer1-9/+16
2009-05-21EDID: Be more cautious about finding vendor blocks.Adam Jackson1-2/+4
2009-05-21xfree86: treat other drivers as mouse drivers in the config.Peter Hutterer1-9/+16
2009-05-20randr: Setting gamma: inverse logic looks more saneMatthias Hopf1-1/+1
2009-05-20Xi: remove DeviceIsPointerTypePeter Hutterer1-9/+2
2009-05-16input: reduce the number of superfluous hierarchy eventsPeter Hutterer3-12/+12
2009-05-16xfree86: Remove superfluous ifdef DEBUG checks.Peter Hutterer22-301/+118
2009-05-16xfree86: Remove superfluous ifdef DEBUG checks.Peter Hutterer22-301/+118
2009-05-15Solaris: Make sure non-inline versions of asm routines end with ret statementsDavid Marx3-3/+3
2009-05-15xfree86: add edid quirk for Samsung Syncmaster 2333HDJulien Cristau1-0/+5
2009-05-14Fix mem_barrier() on AlphaMatt Turner1-1/+2
2009-05-14xfree86: Add two __FreeBSD_kernel__ checksJulien Cristau2-2/+4
2009-05-14Update several of my and/or Red Hat's licenses to standard form.Adam Jackson4-34/+38
2009-05-14randr12: Initialize and keep track of updates to VidMode extension gamma value.Michel Dänzer2-5/+7
2009-05-14randr12: Fix calculation of gamma ramp values.Michel Dänzer2-4/+4
2009-05-11DRI2: update DRI2 private drawable width & height according to X drawableJerome Glisse1-0/+2
2009-05-08Fix a couple off-by-one array boundary checks.Alan Coopersmith1-1/+1
2009-05-08xfree86: fix xf86PostMotionEventP type checkingPeter Hutterer1-3/+4
2009-05-08xfree86: fix xf86PostMotionEventP type checkingPeter Hutterer1-3/+4
2009-05-04Don't prepare outputs & crtcs if set_mode_major is presentJesse Barnes1-3/+8
2009-05-01DRI2: Force allocation of real-front buffer for non-windows as wellIan Romanick1-8/+11
2009-05-01xfree86: print a message if NIDR fails due to AutoAddDevices off.Peter Hutterer1-2/+3
2009-04-29Fix most remaining deprecated resource lookups.Eamon Walsh4-14/+17
2009-04-28xfree86: restore default off for DontZapPeter Hutterer2-9/+7
2009-04-28dix: remove all but main() from main.cPeter Hutterer1-1/+1
2009-04-28dix: remove all but main() from main.cPeter Hutterer1-1/+1
2009-04-27Solaris: use <sys/agpgart.h> instead of stale copy in Xorg sourcesAlan Coopersmith3-120/+6
2009-04-24DRI2: Implement protocol for DRI2GetBuffersWithFormatIan Romanick3-80/+231
2009-04-24DRI2: Add interface for drivers to query DRI2 extension versionIan Romanick2-0/+27
2009-04-24Correct fcntl(F_SETOWN) error check in non-Solaris sigio codeJoel Bosveld1-1/+1