summaryrefslogtreecommitdiff
path: root/hw/xfree86/modes
AgeCommit message (Expand)AuthorFilesLines
2011-10-09xfree86: fix build with xv disabledJulien Cristau2-0/+4
2011-10-04Fix a rare memory leakvdb@picaros.org1-0/+1
2011-10-03xf86/modes: Fix shadow rotation crashing when screen pixmap changesPauli Nieminen1-2/+2
2011-10-03xfree86/modes: Make cursor position transform a helper functionAaron Plattner2-26/+39
2011-10-03xfree86/modes: Let the driver handle the transformAaron Plattner3-71/+107
2011-09-21Merge remote-tracking branch 'jamey/reviewed'Keith Packard1-2/+2
2011-09-21print DisplayMode type bitsvdb@picaros.org1-7/+48
2011-09-19Eliminate MAXSCREENS-sized CursorScreenKey array.Jamey Sharp1-2/+2
2011-06-30Fix UTF-8 encodingMatěj Cepl2-3/+3
2011-04-24hw/xfree86/modes: remove duplicated includeNicolas Kaiser1-1/+0
2011-03-28xfree86: warning fixAdam Jackson1-1/+1
2011-03-14xfree86/modes: Fixed memory leak in xf86InitialConfigurationErkki Seppälä1-13/+8
2011-03-03Merge remote branch 'whot/for-keith'Keith Packard1-7/+29
2011-02-24Merge remote branch 'ajax/for-keithp'Keith Packard1-1/+9
2011-02-23Revert "Replace huge argument list in xf86CrtcSetModeTransform with struct"Keith Packard3-115/+65
2011-02-23Revert "randr: Add sprite position transforms"Keith Packard5-97/+12
2011-02-23Revert "randr: Implement RRSetCrtcConfigs"Keith Packard1-1/+0
2011-02-23Revert "hw/xfree86/modes: Add optional driver API for RRSetCrtcConfigs"Keith Packard2-163/+28
2011-02-23Revert "randr: Add per-crtc pixmaps"Keith Packard3-109/+4
2011-02-23Revert "DIX is responsible for ref counting scanout pixmaps."Keith Packard1-0/+4
2011-02-23Revert "Set sprite transforms from RRSetCrtcConfigs"Keith Packard1-2/+2
2011-02-23Revert "Separate out screen size and screen pixmap sizes in RRScreenSizeSet"Keith Packard1-75/+30
2011-02-23xfree86: If the driver found modes on an output, don't add moreAdam Jackson1-1/+9
2011-02-22xfree86: replace two inputInfo.pointer uses with device loops.Peter Hutterer1-7/+29
2011-02-08xfree86: warning fixAdam Jackson1-1/+0
2011-02-02xfree86/modes: Be sure to only use new EDID for physical output dimensionsEvan Broder1-0/+2
2011-01-05Merge remote branch 'vsyrjala/misc_fixes'Keith Packard1-8/+25
2011-01-04edid: Fix incorrect timings for VIC61Zhao Yakui1-1/+1
2010-12-27xfree86/modes: Take rotation into account when checking mode sizeVille Syrjälä1-8/+25
2010-12-19Add EDID quirk for HP Compaq nc8430.Jörn Horstmann1-0/+5
2010-12-07Convert cvt code to use XNFasprintf()Alan Coopersmith1-9/+1
2010-12-07Replace alloc+strcpy+strcat with asprintf() & XNFasprintf() callsAlan Coopersmith1-6/+2
2010-12-07Convert existing Xprintf style calls to asprintf styleAlan Coopersmith1-2/+2
2010-12-06Separate out screen size and screen pixmap sizes in RRScreenSizeSetKeith Packard1-30/+75
2010-12-06Set sprite transforms from RRSetCrtcConfigsKeith Packard1-2/+2
2010-12-06DIX is responsible for ref counting scanout pixmaps.Keith Packard1-4/+0
2010-12-06randr: Add per-crtc pixmapsKeith Packard3-4/+109
2010-12-06hw/xfree86/modes: Add optional driver API for RRSetCrtcConfigsKeith Packard2-28/+163
2010-12-06randr: Implement RRSetCrtcConfigsKeith Packard1-0/+1
2010-12-06randr: Add sprite position transformsKeith Packard5-12/+97
2010-12-06Replace huge argument list in xf86CrtcSetModeTransform with structKeith Packard3-65/+115
2010-12-06Merge remote branch 'alanc/master'Keith Packard1-3/+1
2010-12-02Merge remote branch 'vsyrjala/xv_reput'Keith Packard1-0/+8
2010-11-30xf86OutputRename: Replace another strlen/malloc/strcpy set with strdupAlan Coopersmith1-3/+1
2010-11-30xfree86: Fix rotation of 2-color non-interleaved cursor imagesAaron Plattner1-19/+43
2010-11-26xfree86/modes: Provide a ModeSet hook in ScrnInfoVille Syrjälä1-0/+8
2010-11-24xfree86: store the screen's gamma information on init.Bill Nottingham1-0/+4
2010-11-24xfree86: apply gamma settings on EnterVT.Adam Jackson1-0/+6
2010-11-10Merge remote branch 'whot/for-keith'Keith Packard1-2/+1
2010-11-10Replace usage of DamageRegionAppend with DamageDamageRegion to fix reportAfter.Eric Anholt1-1/+1