summaryrefslogtreecommitdiff
path: root/hw/xfree86/modes/xf86Crtc.c
AgeCommit message (Expand)Author
2010-03-08Update to xextproto 7.0.99.1.Peter Hutterer
2009-09-30Re-fix DGA removal.Keith Packard
2009-09-22xfree86/modes: Remove all framebuffer support from DGAKeith Packard
2009-07-26xfree86: move didLock assignment down to where the function pointer is valid.Dave Airlie
2009-07-26hw/xf86/modes: Set crtc mode/rotation/transform before calling set_mode_majorBenjamin Defnet
2009-07-26randr: Nuke broken set_origin shortcutMatthias Hopf
2009-05-08Don't prepare outputs & crtcs if set_mode_major is presentJesse Barnes
2009-03-20randr: Fix thinko in xf86TargetPreferredAdam Jackson
2009-02-17Make crtc_notify wrap/unwrap code do nothing unless mode code is inuseKeith Packard
2009-02-17Merge branch 'panning-for-server-1.6' into server-1.6-branchKeith Packard
2009-02-17Handle the combination of panning and crtc transformsKeith Packard
2008-12-16Fix typo in xf86PickCrtcs()Cooper Yuan
2008-12-15Use scrn->virtualX/virtualY in xf86CrtcFitsScreen. Fix bug 19017.Keith Packard
2008-12-15Clean up rotation data when crtc is turned offKeith Packard
2008-12-12randr: Fix initial panning border copyMatthias Hopf
2008-12-12randr: Fix error message for bad panning configMatthias Hopf
2008-12-12randr: Add monitor option "Panning" for initial panning configurationMatthias Hopf
2008-12-09randr: Rename pan() to set_origin(), and xf86CrtcPan() to xf86CrtcSetOrigin()Matthias Hopf
2008-12-09randr: Panning supportMatthias Hopf
2008-12-09randr: Weird enough, crtc->version was never set upon creation. Fix that.Matthias Hopf
2008-12-09randr: Avoid needlessly creating a shadow framebuffer.Maarten Maathuis
2008-11-25Move matrix operations from X server to pixman 0.13.2Keith Packard
2008-11-24Be careful about copying transforms around; they have allocated memory.Keith Packard
2008-11-24Create rrtransform.[ch]. Add RRTransform argument to RRCrtcNotify.Keith Packard
2008-11-24Allow drivers to set crtc transforms.Keith Packard
2008-11-24Handle RandR transform matrices in floating point.Keith Packard
2008-11-24Report whether transforms are support from driver through extension to clientKeith Packard
2008-11-24Initialize and cleanup new filter fields in xf86Crtc.Keith Packard
2008-11-24Wire up RandR CRTC transform protocol, bump server to RandR 1.3Keith Packard
2008-11-24Notify DRI when crtc regions changeKeith Packard
2008-11-13Only add default modes if EDID supports continuous-frequencyAlex Deucher
2008-11-13xf86TargetExact should try harder if there's only one monitor attached.Adam Jackson
2008-11-04DDX/RandR: When positioning outputs assume width/height = 0 if no modes exist.Egbert Eich
2008-10-08Check nextEnabledOutput()'s return in bestModeForAspect()Zhenyu Wang
2008-08-31xf86Crtc: Set mode to NULL, so nothing bad happens if crtc == NULL.Maarten Maathuis
2008-08-25EDID: Build fix.Adam Jackson
2008-08-25EDID: Publish the whole block in the RANDR property if we've got it.Adam Jackson
2008-07-04modes: fix initial xorg.conf mode selection.Dave Airlie
2008-07-03modes: check the crtc is valid before using its desired modes.Dave Airlie
2008-06-30Do EEDID in RANDR 1.2.Adam Jackson
2008-06-12modes: make aspect choosing work on single output case.Dave Airlie
2008-05-19Restore return type on xf86SetScrnInfoModesAlan Coopersmith
2008-05-19Fix reduced-blanking mode filtering in RANDR 1.2.Adam Jackson
2008-05-19xfree86: fix initial output positions with Above or LeftOf and rotationJulien Cristau
2008-05-16xf86SetDesiredModes(): Skip disabled CRTCs first thing.Adam Jackson
2008-05-16Fix initial mode selection even harder.Adam Jackson
2008-05-16Redo RANDR compatibility output selection.Adam Jackson
2008-05-16Re-add sync range inference from legacy setup to RANDR 1.2.Adam Jackson
2008-03-17Cleanup logic in xf86PrepareOutputsJesse Barnes
2008-03-17Make xf86SetDesiredModes aware of current output configurationJesse Barnes