summaryrefslogtreecommitdiff
path: root/hw/kdrive/fbdev/fbdev.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-01xfbdev: RemoveAdam Jackson1-892/+0
2015-10-06kdrive: Delete unused TOUCHSCREEN define.Jamey Sharp1-6/+0
2015-04-21Convert hw/kdrive to new *allocarray functionsAlan Coopersmith1-1/+1
2013-04-18Xfbdev: Wire up Amiga afb4 and afb8 supportGeert Uytterhoeven1-1/+29
2013-04-18Xfbdev: Wire up Atari iplan2p4 and iplan2p8 supportGeert Uytterhoeven1-1/+18
2013-04-18Xfbdev: Force shadowfb for frame buffers with non-packed pixelsGeert Uytterhoeven1-1/+2
2013-04-18Xfbdev: Reject unsupported frame buffer typesGeert Uytterhoeven1-25/+50
2013-04-18Xfbdev: Treat 1 bpp pseudocolor as monochromeGeert Uytterhoeven1-4/+6
2013-04-18Xfbdev: Add support for monochrome visualsGeert Uytterhoeven1-0/+24
2013-04-18Xfbdev: Handle unset fix.line_lengthGeert Uytterhoeven1-0/+4
2013-04-18Xfbdev: Make char *fbdevDevicePath constGeert Uytterhoeven1-1/+1
2013-04-02kdrive/fbdev: revive randr new screen size logicGeert Uytterhoeven1-1/+9
2013-04-02Revert "kdrive: fix "set but not used" warnings"Peter Hutterer1-0/+10
2013-03-06kdrive: fix "set but not used" warningsPeter Hutterer1-10/+0
2012-03-21Introduce a consistent coding styleKeith Packard1-413/+376
2011-06-30Fix UTF-8 encodingMatěj Cepl1-1/+1
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov1-7/+7
2010-01-06kdrive: Make internal functions staticMikhail Gusarov1-10/+10
2010-01-06kdrive: Remove unused 'k' variableMikhail Gusarov1-3/+2
2010-01-06kdrive: Extract common part of fbdevPutColors and fbdevEnableMikhail Gusarov1-16/+25
2010-01-06kdrive: Remove unused overlay fb supportMikhail Gusarov1-42/+42
2010-01-06kdrive: Move Xephyr-specific fields out of KdScreenInfoMikhail Gusarov1-4/+0
2010-01-01Remove trailing whitespaceMikhail Gusarov1-39/+39
2008-11-08Remove some null statements.James Cloos1-1/+1
2008-10-06xalloc+memset(0) -> xcallocAdam Jackson1-2/+1
2008-07-17Dead code removalDaniel Stone1-5/+1
2008-07-17KDrive: Delete rafts of unused codeDaniel Stone1-2/+0
2008-04-22Reuse the existing framebuffer mode in kdrive/fbdevRoss Burton1-9/+17
2007-11-05KDrive: Remove usage of allocaDaniel Stone1-2/+2
2007-06-29Death to RCS tags.Adam Jackson1-3/+0
2006-09-07Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...Daniel Stone1-5/+13
2006-08-31Fix previous commit breaking other kdrives pulling in fbdev.aMatthew Allum1-0/+2
2006-08-31Add framebuffer device command line switch for XfbdevMatthew Allum1-5/+11
2006-07-21new KDrive input world orderDaniel Stone1-3/+3
2006-02-16Make more extensions optional in build (for kdrive). Fix kdrive build forKeith Packard1-5/+5
2005-12-27Build fixes: XSERVER_LIBS -> KDRIVE_LIBS, config.h -> kdrive-config.hAdam Jackson1-1/+1
2004-11-28Re-read "fix" structure from kernel after mode selection, in case linePhil Blundell1-0/+5
2004-09-14Only set screen parameters if resolution has changed from current values.Phil Blundell1-2/+6
2004-07-26Eliminate bogus rate check in fbdevModeSupported. Hmm. Potentially bogusKeith Packard1-5/+1
2004-07-20Select optimizedPhil Blundell1-1/+32
2004-06-28Separate out off-screen allocation from Init. Fix Enable to updateKeith Packard1-2/+3
2004-05-28Hey, I like devfs.Daniel Stone1-1/+2
2004-05-06Use current resolution by default, change rate to 75 to matchKeith Packard1-3/+10
2003-12-01Add support for setting the video mode.dri-0-1-branchpointAnders Carlsson1-3/+79
2003-12-01Call KdShadowUnset before fbdevSetShadow.Phil Blundell1-0/+2
2003-12-01- Add fbdev mode-setting backend to Xati. It and vesa are compiled in whenEric Anholt1-1/+1
2003-11-17Clear window when Manual Subwindows redirect is destroyedKeith Packard1-2/+2
2003-11-07Ok, Composite extension is semi-working; when no-one asks for redirection,Keith Packard1-1/+6
2003-11-02merge xfixes_2_branch back to HEADKeith Packard1-220/+91
2003-10-14-Wall fixesKeith Packard1-19/+2