summaryrefslogtreecommitdiff
path: root/hw/xfree86/fbdevhw/fbdevhw.c
AgeCommit message (Expand)AuthorFilesLines
2008-05-12Delete all DDXes besides xprint.Adam Jackson1-1017/+0
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-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-06-07Initial batch of changes for PCI rework. All future changes will beIan Romanick1-45/+91
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
2005-08-26Spit out an error when there is no valid FB device, instead of just failingDaniel Stone1-0/+3
2005-07-03Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.Daniel Stone1-0/+4
2005-06-29compileLars Knoll1-1/+1
2005-06-28Bug #2447: Fix argument order to xf86DrvMsgVerb. (Luc Verhaegen)Adam Jackson1-1/+1
2005-04-20Fix includes right throughout the Xserver tree:Daniel Stone1-1/+1
2004-08-04Optimization of CJK rendering when using versions of freetype prior toEgbert Eich1-2/+3
2004-07-31Change several LoaderSymbol calls introduced by the bug #400 patch toAdam Jackson1-8/+23
2004-07-30Bug #400 (partial): Driver fixes for the dlloader. When using dlloader, allAdam Jackson1-0/+9
2004-05-06BugZilla #601: Fixing makedepend choking on floating point exceptionEgbert Eich1-1/+8
2004-04-23Merging XORG-CURRENT into trunkEgbert Eich1-2/+2
2004-03-14Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004xf86-4_4_99_1Egbert Eich1-1/+1
2004-03-03Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004xf86-4_4_0STSF-CURRENTEgbert Eich1-1/+1
2004-02-26readding XFree86's cvs IDsxf86-4_3_99_903Egbert Eich1-1/+1
2004-02-26Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004Egbert Eich1-1/+1
2003-11-25XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_16Kaleb Keithley1-4/+9
2003-11-14Initial revisionKaleb Keithley1-0/+870