index
:
~tjaalton/xserver
for-1.19
Unnamed repository; edit this file 'description' to name the repository.
tjaalton
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
xfree86
/
fbdevhw
Age
Commit message (
Expand
)
Author
Files
Lines
2015-09-23
fbdevhw: Fix a const qualifier warning
Eric Anholt
1
-2
/
+2
2015-09-23
fbdevhw: Disable FBIOBLANK ioctl if not supported
Egbert Eich
1
-5
/
+44
2014-11-12
Drop trailing whitespaces
Peter Hutterer
1
-1
/
+1
2014-01-12
xfree86/fbdevhw: Fix warnings
Keith Packard
1
-5
/
+3
2013-08-06
Replace INCLUDES with AM_CPPFLAGS
Peter Hutterer
1
-1
/
+1
2013-04-08
Define prototypes for hw/xfree86/modes/xf86Modes.c only in xf86Modes.h.
Jeremy White
2
-1
/
+2
2012-06-11
Make stub version of fbdevHWAdjustFrame match new prototype in fbdevhw.h
Alan Coopersmith
1
-1
/
+1
2012-06-05
api: rework the X server driver API to avoid global arrays.
Dave Airlie
3
-28
/
+17
2012-05-21
xf86: migrate to using xf86ScreenToScrn wrapper (v2)
Dave Airlie
1
-1
/
+1
2012-04-05
xfree86: allow modules to be built without undefined symbols
Yaakov Selkowitz
1
-1
/
+1
2012-03-26
man: s/__xservername__/Xorg/g - no longer required
Gaetan Nadon
1
-1
/
+1
2012-03-26
man: s/__xconfigfile__/xorg.conf/g - no longer required
Gaetan Nadon
1
-1
/
+1
2012-03-21
Introduce a consistent coding style
Keith Packard
4
-819
/
+874
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-10-15
xfree86: Link modules with -module
Jeremy Huddleston
1
-1
/
+1
2011-10-15
xfree86: fbdevhw: Remove unused include of pciaccess.h
Jeremy Huddleston
1
-2
/
+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
2011-01-18
man: refactor common code in the man pages makefiles
Gaetan Nadon
1
-10
/
+1
2011-01-18
fbdevhw: build man pages using XORG_MANPAGE_SECTIONS
Gaetan Nadon
4
-15
/
+16
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-06-03
Install fbdevhw module in normal module directory instead of linux/
Alan Coopersmith
1
-2
/
+1
2010-05-13
Replace X-allocation functions with their C89 counterparts
Mikhail Gusarov
1
-1
/
+1
2010-03-22
Fix .man.N targets for AM_SILENT_RULES
Yaakov Selkowitz
1
-2
/
+2
2009-11-11
.gitignore: use common defaults with custom section #24239
Gaetan Nadon
1
-2
/
+2
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
2
-0
/
+10
2008-12-03
Rework symbol visibility for easier maintenance
Paulo Cesar Pereira de Andrade
3
-113
/
+113
2008-11-29
Export symbols defined in the sdk.
Paulo Cesar Pereira de Andrade
2
-6
/
+6
2008-11-28
Make visible symbols required by xorg modules.
Paulo Cesar Pereira de Andrade
2
-14
/
+14
2008-11-27
Export symbols required by the vesa and fbdev drivers.
Paulo Cesar Pereira de Andrade
2
-50
/
+50
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-08-27
Fix fbdevhwstub for pci-rework.
Eric Anholt
1
-3
/
+2
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
[next]