summaryrefslogtreecommitdiff
path: root/hw/xfree86/modes
AgeCommit message (Expand)AuthorFilesLines
2010-09-18Xserver need not be compatible with old versions of xserver.Jamey Sharp4-62/+0
2010-06-30xfree86/modes: Allow the driver to specify initial rotationVille Syrjälä1-1/+4
2010-06-22rotation: fix cursor and overlap of one pixel.Dave Airlie1-3/+6
2010-06-15Clean up RandR12 bits on screen close (bug 27114)Keith Packard3-1/+28
2010-06-11Remove more superfluous if(p) checks around free(p)Matt Turner1-5/+2
2010-06-10Remove unnecessary parentheses around return values in functionsMikhail Gusarov1-3/+3
2010-06-07randr: prevent an unnecessary screen resize with multiple displaysBen Skeggs1-2/+2
2010-06-06Remove more superfluous if(p) checks around free(p)Mikhail Gusarov3-12/+6
2010-06-05Change the devPrivates API to require dixRegisterPrivateKeyKeith Packard1-2/+4
2010-06-05Rename region macros to eliminate screen argumentKeith Packard2-12/+12
2010-06-03Move each screen's root-window pointer into ScreenRec.Jamey Sharp2-5/+5
2010-05-23xf86: allow for no outputs connected at startup operation.Dave Airlie1-17/+44
2010-05-20Add configuration option to disable default modes on an outputSimon Farnsworth1-1/+3
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov8-66/+66
2010-05-11Fix null pointer dereference in xf86_reload_cursors().Cyril Brulebois1-1/+1
2010-04-27Remove mibank supportAdam Jackson1-1/+0
2010-04-19unifdef -B -DRENDER to always include RENDER codeKeith Packard2-6/+0
2010-03-15hw/xfree86: fix refcounting in xf86_use_hw_cursorRoland Scheidegger1-2/+2
2010-02-25Allow for missing or disabled compat_outputKeith Packard3-11/+43
2010-02-25Share enum definition for det_monrec_parameter sync_sourceKeith Packard1-2/+6
2010-02-22Always enable outputs that have been forced on in the configuration fileSimon Farnsworth1-1/+2
2010-01-27xfree86/modes: only call gamma_set if its non NULLMichael Vogt1-1/+1
2009-12-16xfree86: belately init RandR12 if xinerama fails. (#24627)Peter Hutterer1-1/+6
2009-11-20xfree86: Edid quirk for Philips LCD LP154W01Zhao Yakui1-5/+10
2009-11-06randr: Turn on ModeDebug during server setupAdam Jackson1-5/+7
2009-10-29EDID: Extend the HDTV hack to handle "1368x769"Adam Jackson1-2/+4
2009-10-29modes: Fix duplicate detection, and do it more consistentlyAdam Jackson4-31/+39
2009-10-29EDID: Fix interlaced detailed timings to be frame size, not field sizeAdam Jackson1-1/+40
2009-10-29modes: Decorate interlaced mode names with a trailing 'i'Adam Jackson2-5/+7
2009-10-29EDID: CEA extension supportMa Ling2-181/+341
2009-10-28xfree86: Fix description of DDC_QUIRK_DETAILED_USE_MAXIMUM_SIZETormod Volden1-1/+1
2009-10-02rotate: drop unwrapping inside block handler.Dave Airlie1-7/+3
2009-10-01Re-fix DGA removal.Keith Packard3-5/+22
2009-09-28xfree86: use the DDC size if either width or height of DisplaySize is bogus.Peter Hutterer1-1/+1
2009-09-22Fix sporadic segfault on resume due to accidentally freeing cursor.Keith Packard1-1/+1
2009-09-22Revert fe31f9c + 977953b to fix issue for good.Matthias Hopf1-8/+2
2009-09-21Less intrusive workaround for sporadic segfault on resume.Matthias Hopf1-9/+7
2009-09-21xfree86/modes: Remove all framebuffer support from DGAKeith Packard3-105/+29
2009-09-20xf8CrtcSetModeTransform: free adjusted_mode name tooKeith Packard1-1/+3
2009-09-16Work around sporadic segfault on resume with intel/KMS due to cursor->bits ==...Matthias Hopf1-0/+8
2009-09-09xfree86: remove now unused xf86CrtcShadowClearPeter Hutterer1-31/+0
2009-09-02randr: Fix crtcs using set_mode_major()Adam Jackson1-4/+5
2009-08-25Ensure that rotation updates happen frequentlyKeith Packard1-0/+2
2009-08-25Perform rotation redisplay before calling driver block handler (which may flu...Keith Packard1-2/+3
2009-08-25xf86_reload_cursors: fix cursor position to eliminate jumping after mode setKeith Packard1-2/+4
2009-07-21randr12: Add compatibility for XF86VidMode gamma ramps.Michel Dänzer1-12/+7
2009-07-17s/xf86EnableOutputs/xf86CollectEnabledOutputs/ for clarityAdam Jackson1-2/+3
2009-07-17randr: Add Option "Primary" to Monitor sectionsAdam Jackson1-3/+18
2009-07-17randr: Un-duplicate the reduced blanking check.Adam Jackson1-11/+3
2009-07-17xfree86: Fix some misleading commentsAdam Jackson1-11/+0