summaryrefslogtreecommitdiff
path: root/hw/xfree86/modes/xf86Modes.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-05Initialize Mode->name in xf86CVTMode()Matthieu Herrb1-0/+4
2021-08-06xfree86: Move xf86CVTMode() functionOlivier Fourdan1-0/+31
2017-03-23xserver: Unifdef HAVE_CONFIG_HEric Anholt1-4/+0
2014-01-12xfree86 warning reductionKeith Packard1-2/+4
2012-07-11xfree86: Strip dangling pointers from desiredModeMaarten Lankhorst1-0/+15
2012-03-21Introduce a consistent coding styleKeith Packard1-313/+323
2011-11-23Fix gcc -Wwrite-strings warnings in xf86Modes codeAlan Coopersmith1-2/+2
2011-09-21print DisplayMode type bitsvdb@picaros.org1-7/+48
2010-12-27xfree86/modes: Take rotation into account when checking mode sizeVille Syrjälä1-8/+25
2010-12-07Convert existing Xprintf style calls to asprintf styleAlan Coopersmith1-2/+2
2010-09-18Xserver need not be compatible with old versions of xserver.Jamey Sharp1-14/+0
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov1-4/+4
2009-10-29modes: Fix duplicate detection, and do it more consistentlyAdam Jackson1-0/+34
2009-10-29modes: Decorate interlaced mode names with a trailing 'i'Adam Jackson1-3/+5
2009-07-17randr: Un-duplicate the reduced blanking check.Adam Jackson1-11/+3
2009-07-17xfree86: Fix some misleading commentsAdam Jackson1-11/+0
2009-07-14xfree86: switch to byte counting functionsPeter Hutterer1-1/+1
2009-02-13RANDR: Validate entire mode list for interlace and doublescanAdam Jackson1-7/+4
2008-12-03Rework symbol visibility for easier maintenancePaulo Cesar Pereira de Andrade1-23/+23
2008-11-29Export symbols defined in the sdk.Paulo Cesar Pereira de Andrade1-1/+1
2008-11-25Fix const-mismatch warnings for DisplayModePtr'sAlan Coopersmith1-8/+8
2008-07-21EDID: Various reduced blanking fixes.Adam Jackson1-0/+12
2008-07-04Remove unused function and variables.Tiago Vignatti1-2/+1
2008-05-19Fix reduced-blanking mode filtering in RANDR 1.2.Adam Jackson1-0/+22
2008-03-07Size xf86DefaultModes explicitly.Adam Jackson1-23/+5
2008-03-06Get modes code building with old X servers again.Aaron Plattner1-0/+5
2008-03-01Fix big mistake in commit fd41f46ac62033a724bd1f4612f19448a21c1224.Maarten Maathuis1-1/+8
2008-02-29Allow xf86DuplicateMode() to work correctly on read-only modes.Adam Jackson1-4/+2
2007-12-13Correct the documentation comments in xf86Modes.cAdam Jackson1-18/+6
2007-12-13Add infrastructure for validating modes by memory bandwidth.Adam Jackson1-0/+37
2007-12-13Explain a confusing #ifdef.Adam Jackson1-4/+6
2007-11-02Always duplicate mode name when duplicating a mode.Matthias Hopf1-2/+1
2007-10-11Make mode checking more tolerant like in pre-RandR times.Matthias Hopf1-5/+6
2007-08-22Add _X_EXPORT to exported functions in hw/xfree86/modes/*Alex Deucher1-19/+19
2007-06-29Death to RCS tags.Adam Jackson1-3/+0
2007-02-17Ensure drivers can use new modes header files.Keith Packard1-5/+0
2007-02-17Enable startup-time rotation; change rotation pixmap creation API.Keith Packard1-0/+30
2007-02-15Allow new modes code to build inside drivers as well as server.Keith Packard1-0/+4
2007-02-15Merge crtc/output-based mode selection code.Keith Packard1-0/+635