index
:
~gnadon/xserver
master
server-1.11-branch
Unnamed repository; edit this file 'description' to name the repository.
gnadon
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
xfree86
/
fbdevhw
/
fbdevhw.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-12-06
fbdevhw: iterate over all modes that match a mode. (v3)
Adam Jackson
1
-8
/
+10
2011-12-01
Remove another if (E != NULL) check around free(E)
Matt Turner
1
-2
/
+0
2011-11-23
Convert a bunch of sprintf to snprintf calls
Alan Coopersmith
1
-3
/
+3
2011-11-18
xfree86: Deprecate the use of xf86PciInfo.h
Jeremy Huddleston
1
-1
/
+0
2011-04-24
hw/xfree86/fbdevhw: remove duplicated include
Nicolas Kaiser
1
-1
/
+0
2011-02-08
fbdevhw: Remove the non-sysfs hack for mapping from PCI to fbdev
Adam Jackson
1
-54
/
+2
2010-09-22
xfree86: Remove useless module setup functions where appropriate
Adam Jackson
1
-9
/
+1
2010-09-10
xfree86: fbdevhw: remove unnecessary debug code
Tiago Vignatti
1
-35
/
+0
2010-09-10
xfree86: fbdevhw: remove unused cmap fields from main structure
Tiago Vignatti
1
-8
/
+0
2010-05-13
Replace X-allocation functions with their C89 counterparts
Mikhail Gusarov
1
-1
/
+1
2009-09-09
fbdevhw: Test for graphics:fb%d as well as graphics/fb%d
Daniel Stone
1
-1
/
+7
2009-07-17
fbdevhw: Remove pointless OS check, this never gets built on non-Linux
Adam Jackson
1
-14
/
+1
2009-07-17
fbdevhw: Remove a #if 0
Adam Jackson
1
-6
/
+1
2009-07-17
fbdevhw: simplify some #if 1
Adam Jackson
1
-4
/
+0
2009-07-16
Coverity Prevent: NEGATIVE_RETURNS in fbdev_open_pci:
Oliver McFadden
1
-2
/
+1
2009-07-15
Update to xextproto 7.0.99.1.
Peter Hutterer
1
-2
/
+1
2009-02-04
fbdevHWGetRec() doesn't return the private data
Tomas Carnecky
1
-1
/
+4
2009-01-05
XFree86: fbdevhw: Add helper function to get fd
Daniel Stone
1
-0
/
+8
2008-12-03
Rework symbol visibility for easier maintenance
Paulo Cesar Pereira de Andrade
1
-35
/
+35
2008-11-29
Export symbols defined in the sdk.
Paulo Cesar Pereira de Andrade
1
-3
/
+3
2008-11-28
Make visible symbols required by xorg modules.
Paulo Cesar Pereira de Andrade
1
-7
/
+7
2008-11-27
Export symbols required by the vesa and fbdev drivers.
Paulo Cesar Pereira de Andrade
1
-25
/
+25
2008-09-04
fbdevhw: Remove pixclock check.
John Tapsell
1
-1
/
+0
2008-05-12
Fix fbdevhw initialization for PCI drivers.
Adam Jackson
1
-2
/
+2
2008-02-29
Clean up DisplayModeRec handling in many places.
Adam Jackson
1
-5
/
+2
2007-11-02
Fix magic number in fbdevhw
Adam Jackson
1
-1
/
+1
2007-08-30
Allow yres_virtual to be greater for some kernel fbdev drivers.
Alan Hourihane
1
-1
/
+1
2007-01-19
Merge branch 'master' of ssh+git://idr@git.freedesktop.org/git/xorg/xserver i...
Ian Romanick
1
-29
/
+39
2007-01-19
fbdevhw: Only deal with RGB weight if default visual is True- or DirectColor.
Michel Dänzer
1
-12
/
+22
2007-01-19
fbdevhw: Consider mode set equal to mode requested if virtual width is larger.
Michel Dänzer
1
-17
/
+17
2007-01-09
Merge branch 'origin' into pci-rework
Ian Romanick
1
-48
/
+96
2006-12-31
fbdevhw: Override RGB offsets and masks after setting initial mode.
Michel Dänzer
1
-0
/
+11
2006-12-31
fbdevhw: Use displayWidth for fbdev virtual width when appropriate.
Michel Dänzer
1
-1
/
+2
2006-12-30
fbdevhw: Fix some issues with the previous commit.
Michel Dänzer
1
-2
/
+3
2006-12-30
fbdevhw: Consolidate modeset ioctl calling, report failure if it modifies mode.
Michel Dänzer
1
-47
/
+82
2006-06-07
Initial batch of changes for PCI rework. All future changes will be
Ian Romanick
1
-45
/
+91
2006-06-05
Ensure all *ModuleData symbols are marked _X_EXPORT. Start removing
Adam Jackson
1
-6
/
+5
2006-03-29
More warning cleanup.
Adam Jackson
1
-0
/
+2
2006-02-13
Fix linux build without libc wrappers (From Fredrik Höglund)
Benjamin Herrenschmidt
1
-4
/
+6
2006-02-10
Remove libcwrapper usage from xorg server modules. The libcwrapper is only
Eric Anholt
1
-1
/
+0
2005-08-26
Spit out an error when there is no valid FB device, instead of just failing
Daniel Stone
1
-0
/
+3
2005-07-03
Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.
Daniel Stone
1
-0
/
+4
2005-06-29
compile
Lars Knoll
1
-1
/
+1
2005-06-28
Bug #2447: Fix argument order to xf86DrvMsgVerb. (Luc Verhaegen)
Adam Jackson
1
-1
/
+1
2005-04-20
Fix includes right throughout the Xserver tree:
Daniel Stone
1
-1
/
+1
2004-08-04
Optimization of CJK rendering when using versions of freetype prior to
Egbert Eich
1
-2
/
+3
2004-07-31
Change several LoaderSymbol calls introduced by the bug #400 patch to
Adam Jackson
1
-8
/
+23
2004-07-30
Bug #400 (partial): Driver fixes for the dlloader. When using dlloader, all
Adam Jackson
1
-0
/
+9
2004-05-06
BugZilla #601: Fixing makedepend choking on floating point exception
Egbert Eich
1
-1
/
+8
2004-04-23
Merging XORG-CURRENT into trunk
Egbert Eich
1
-2
/
+2
[next]