summaryrefslogtreecommitdiff
path: root/hw/xfree86/modes
AgeCommit message (Expand)AuthorFilesLines
2008-12-04Move _X_EXPORT attribute to header file.Paulo Cesar Pereira de Andrade2-2/+2
2008-12-04randr: Allow panning to be disabled per axisMatthias Hopf1-25/+39
2008-12-04randr: Rework panning area verificationMatthias Hopf1-25/+73
2008-12-04randr: Don't change panning parameters if verification fails.Matthias Hopf1-4/+19
2008-12-04randr: Rename pan() to set_origin(), and xf86CrtcPan() to xf86CrtcSetOrigin()Matthias Hopf3-8/+8
2008-12-04randr: Panning supportMatthias Hopf2-2/+178
2008-12-04randr: Crtc interface update for panning support.Matthias Hopf1-1/+35
2008-12-04randr: Weird enough, crtc->version was never set upon creation. Fix that.Matthias Hopf1-0/+1
2008-12-03Rework symbol visibility for easier maintenancePaulo Cesar Pereira de Andrade12-156/+156
2008-12-02xf86Cursors: xf86_reload_cursors shouldn't unconditionally show hwcursor (#14...Stuart Bennett1-2/+8
2008-12-01Avoid dereferencing NULL pScreen in xf86CrtcSetModeTransform().Kristian Høgsberg1-4/+8
2008-11-29Export symbols defined in the sdk.Paulo Cesar Pereira de Andrade1-1/+1
2008-11-29randr: Avoid needlessly creating a shadow framebuffer.Maarten Maathuis2-3/+12
2008-11-28Make visible symbols required by xorg modules.Paulo Cesar Pereira de Andrade2-5/+5
2008-11-25Merge commit 'origin/master'Keith Packard3-17/+18
2008-11-25Move matrix operations from X server to pixman 0.13.2Keith Packard3-8/+8
2008-11-25Fix const-mismatch warnings for DisplayModePtr'sAlan Coopersmith3-17/+18
2008-11-24Handle transform failure when computing shadow damage area.Keith Packard1-19/+30
2008-11-24Be careful about copying transforms around; they have allocated memory.Keith Packard1-3/+6
2008-11-24Fix rotated/reflected cursor positions.Keith Packard1-11/+11
2008-11-24Create rrtransform.[ch]. Add RRTransform argument to RRCrtcNotify.Keith Packard3-6/+5
2008-11-24Allow drivers to set crtc transforms.Keith Packard6-42/+114
2008-11-24Handle RandR transform matrices in floating point.Keith Packard4-125/+64
2008-11-24Report whether transforms are support from driver through extension to clientKeith Packard3-0/+32
2008-11-24Clear shadow pixmaps before using them.Keith Packard1-0/+30
2008-11-24Adjust transformed cursor position to account for hotspotKeith Packard1-0/+9
2008-11-24Actually use filter kernel size to expand transform redisplay boxKeith Packard1-4/+9
2008-11-24Handle filter widths in xf86RotateKeith Packard2-18/+37
2008-11-24Initialize and cleanup new filter fields in xf86Crtc.Keith Packard1-0/+12
2008-11-24[RANDR] Support filters in CRTC transforms.Keith Packard2-4/+30
2008-11-24Wire up RandR CRTC transform protocol, bump server to RandR 1.3Keith Packard3-209/+10
2008-11-24Add projective transforms to RandR DIX/DDX API.Keith Packard1-6/+18
2008-11-24Notify DRI when crtc regions changeKeith Packard2-0/+47
2008-11-13Only add default modes if EDID supports continuous-frequencyAlex Deucher1-3/+11
2008-11-13xf86TargetExact should try harder if there's only one monitor attached.Adam Jackson1-60/+88
2008-11-04DDX/RandR: When positioning outputs assume width/height = 0 if no modes exist.Egbert Eich1-2/+4
2008-10-08Check nextEnabledOutput()'s return in bestModeForAspect()Zhenyu Wang1-1/+2
2008-08-31xf86Crtc: Set mode to NULL, so nothing bad happens if crtc == NULL.Maarten Maathuis1-1/+1
2008-08-31damage: choose less ambiguous function namesMaarten Maathuis1-1/+1
2008-08-29{damage,exa}: sanitise damageMaarten Maathuis1-1/+1
2008-08-28Prepare for array-index based devPrivates.Tomas Carnecky1-1/+2
2008-08-27Add an array of integers for use as per-screen cursor private keys.Eamon Walsh1-2/+2
2008-08-25EDID: Build fix.Adam Jackson1-2/+2
2008-08-25EDID: Publish the whole block in the RANDR property if we've got it.Adam Jackson1-2/+4
2008-07-22Build fix.Adam Jackson1-0/+1
2008-07-21EDID: Various reduced blanking fixes.Adam Jackson3-14/+56
2008-07-21EDID: For standard timing blocks, prefer DMT timings if they exist.Adam Jackson1-12/+128
2008-07-21EDID: Correct DDCEstablishedModes to conform to DMT.Adam Jackson1-6/+11
2008-07-21EDID: Add quirk to clamp max pixel clock to single DVI link speed.Adam Jackson1-0/+21
2008-07-04Remove unused function and variables.Tiago Vignatti1-2/+1