summaryrefslogtreecommitdiff
path: root/hw/xfree86/fbdevhw
AgeCommit message (Expand)AuthorFilesLines
2011-04-24hw/xfree86/fbdevhw: remove duplicated includeNicolas Kaiser1-1/+0
2011-02-08fbdevhw: Remove the non-sysfs hack for mapping from PCI to fbdevAdam Jackson1-54/+2
2011-01-18man: refactor common code in the man pages makefilesGaetan Nadon1-10/+1
2011-01-18fbdevhw: build man pages using XORG_MANPAGE_SECTIONSGaetan Nadon4-15/+16
2010-09-22xfree86: Remove useless module setup functions where appropriateAdam Jackson1-9/+1
2010-09-10xfree86: fbdevhw: remove unnecessary debug codeTiago Vignatti1-35/+0
2010-09-10xfree86: fbdevhw: remove unused cmap fields from main structureTiago Vignatti1-8/+0
2010-06-03Install fbdevhw module in normal module directory instead of linux/Alan Coopersmith1-2/+1
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov1-1/+1
2010-03-22Fix .man.N targets for AM_SILENT_RULESYaakov Selkowitz1-2/+2
2009-11-11.gitignore: use common defaults with custom section #24239Gaetan Nadon1-2/+2
2009-09-09fbdevhw: Test for graphics:fb%d as well as graphics/fb%dDaniel Stone1-1/+7
2009-07-17fbdevhw: Remove pointless OS check, this never gets built on non-LinuxAdam Jackson1-14/+1
2009-07-17fbdevhw: Remove a #if 0Adam Jackson1-6/+1
2009-07-17fbdevhw: simplify some #if 1Adam Jackson1-4/+0
2009-07-16Coverity Prevent: NEGATIVE_RETURNS in fbdev_open_pci:Oliver McFadden1-2/+1
2009-07-15Update to xextproto 7.0.99.1.Peter Hutterer1-2/+1
2009-02-04fbdevHWGetRec() doesn't return the private dataTomas Carnecky1-1/+4
2009-01-05XFree86: fbdevhw: Add helper function to get fdDaniel Stone2-0/+10
2008-12-03Rework symbol visibility for easier maintenancePaulo Cesar Pereira de Andrade3-113/+113
2008-11-29Export symbols defined in the sdk.Paulo Cesar Pereira de Andrade2-6/+6
2008-11-28Make visible symbols required by xorg modules.Paulo Cesar Pereira de Andrade2-14/+14
2008-11-27Export symbols required by the vesa and fbdev drivers.Paulo Cesar Pereira de Andrade2-50/+50
2008-09-04fbdevhw: Remove pixclock check.John Tapsell1-1/+0
2008-05-12Fix fbdevhw initialization for PCI drivers.Adam Jackson1-2/+2
2008-02-29Clean up DisplayModeRec handling in many places.Adam Jackson1-5/+2
2007-11-02Fix magic number in fbdevhwAdam Jackson1-1/+1
2007-08-30Allow yres_virtual to be greater for some kernel fbdev drivers.Alan Hourihane1-1/+1
2007-08-27Fix fbdevhwstub for pci-rework.Eric Anholt1-3/+2
2007-01-19Merge branch 'master' of ssh+git://idr@git.freedesktop.org/git/xorg/xserver i...Ian Romanick1-29/+39
2007-01-19fbdevhw: Only deal with RGB weight if default visual is True- or DirectColor.Michel Dänzer1-12/+22
2007-01-19fbdevhw: Consider mode set equal to mode requested if virtual width is larger.Michel Dänzer1-17/+17
2007-01-09Merge branch 'origin' into pci-reworkIan Romanick1-48/+96
2006-12-31fbdevhw: Override RGB offsets and masks after setting initial mode.Michel Dänzer1-0/+11
2006-12-31fbdevhw: Use displayWidth for fbdev virtual width when appropriate.Michel Dänzer1-1/+2
2006-12-30fbdevhw: Fix some issues with the previous commit.Michel Dänzer1-2/+3
2006-12-30fbdevhw: Consolidate modeset ioctl calling, report failure if it modifies mode.Michel Dänzer1-47/+82
2006-12-08Merge branch 'master' of ssh+git://idr@git.freedesktop.org/git/xorg/xserver i...Ian Romanick1-1/+1
2006-09-18Remove smashing of CFLAGS from server build.Keith Packard1-1/+1
2006-07-25Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...Ian Romanick3-3/+0
2006-07-21Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...Ian Romanick1-1/+1
2006-07-21Remove RCS tags. Fix Xprint makefile braindamage.Adam Jackson3-3/+0
2006-07-18get rid of XFree86LOADER, XFree86Server, XFree86Module, and IN_MODULEDaniel Stone1-1/+1
2006-06-20Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserverIan Romanick1-0/+2
2006-06-18Add some missing .gitignore stuff for Mesa symlinks and other generated files.Eric Anholt1-0/+2
2006-06-07Initial batch of changes for PCI rework. All future changes will beIan Romanick2-47/+95
2006-06-05Ensure all *ModuleData symbols are marked _X_EXPORT. Start removingAdam Jackson1-6/+5
2006-03-29More warning cleanup.Adam Jackson1-0/+2
2006-02-13Fix linux build without libc wrappers (From Fredrik Höglund)Benjamin Herrenschmidt1-4/+6
2006-02-10Remove libcwrapper usage from xorg server modules. The libcwrapper is onlyEric Anholt1-1/+0