xserver/hw/xfree86
Eric Anholt 35dc7c7515 Merge branch 'modesetting-import' into master
This reintroduces a "hardware" driver to the xfree86 directory.
Unlike the drivers that xorg used to include in the source tree, that
needed independent release schedules to get hardware support out the
door, the modesetting driver shouldn't change much as new hardware
gets released.  A lot of what this driver needs to do is just keep up
with server ABI changes.

This import was done by taking xf86-video-modesetting-0.9.0, and
running this script with 'git-filter-branch -f --tree-filter
~/bin/modesetting-filter':

mkdir -p hw/xfree86/drivers/modesetting

rm -f README autogen.sh configure.ac Makefile.am .gitignore
rm -f man/Makefile.am

mv man/modesetting.man hw/xfree86/drivers/modesetting/
mv COPYING hw/xfree86/drivers/modesetting/
mv src/* hw/xfree86/drivers/modesetting/
2014-08-26 11:07:55 -07:00
..
common xfree86: Allow non-PCI devices as primary 2014-08-21 20:04:08 -05:00
ddc Merge remote-tracking branch 'dlespiau/20131216-4k' 2014-01-22 11:32:35 -08:00
dixmods Build fbcmap_mi.c once, rather than once for each DDX 2014-03-27 14:34:06 +00:00
doc xv: Remove dead VIDEO_NO_CLIPPING from the xorg and kdrive DDXes. 2014-08-06 20:12:20 -07:00
dri dri1: Remove unused DRI{,Post}ValidateTree 2014-07-29 09:58:30 -04:00
dri2 dri2: Invalidate DRI2Buffers upon SetWindowPixmap updates 2014-06-23 15:05:08 -07:00
drivers/modesetting Use own thunk function instead of shadowUpdatePackedWeak 2014-05-21 10:17:02 -04:00
exa xfree86/exa: xf86GetOptValString returns const char * now 2014-01-12 10:14:50 -08:00
fbdevhw xfree86/fbdevhw: Fix warnings 2014-01-12 10:14:50 -08:00
glamor_egl glamor: Share code for put_image handling. 2014-06-15 23:20:09 +01:00
i2c xfree86: Remove i2c multimedia modules 2014-07-24 16:49:22 -07:00
int10 xfree86: Move generic unaligned helpers into int10 code 2014-07-28 12:18:19 -07:00
loader xfree86: Remove #include "compiler.h" from places that don't need it 2014-07-28 12:18:03 -07:00
man xfree86: Remove stale /usr/share/X11/xorg.conf.d hard-code from the xorg.conf man page 2014-07-24 16:39:39 -07:00
modes xfree86/modes: rotation damage is automatically destroyed on close 2014-07-31 00:03:58 -07:00
os-support Fix format string. 2014-08-17 14:18:45 -07:00
parser xfree86: Introduce OutputClass configuration 2014-07-07 16:12:09 -07:00
ramdac xfree86: Remove #include "compiler.h" from places that don't need it 2014-07-28 12:18:03 -07:00
shadowfb shadowfb: Fix initialization 2014-05-22 17:56:24 -07:00
utils Replace 'pointer' type with 'void *' 2014-01-12 10:24:11 -08:00
vbe Replace 'pointer' type with 'void *' 2014-01-12 10:24:11 -08:00
vgahw vgahw: Nuke unused vgaCmap.c 2014-07-29 09:52:24 -04:00
x86emu xfree86: Fix -Wshadow warnings 2014-01-22 19:56:31 -08:00
.gitignore Xorg: Add Xorg.wrap to hw/xfree86/.gitignore 2014-04-18 11:39:16 +02:00
Makefile.am Merge remote-tracking branch 'whot/for-keith' 2014-04-03 10:44:28 -07:00
Xorg.sh.in Xorg: Add a suid root wrapper 2014-03-12 08:50:05 +01:00
sdksyms.sh xfree86 warning reduction 2014-01-12 10:14:49 -08:00
xorg-wrapper.c Xorg.wrap: Make the console check portable 2014-04-18 11:40:09 +02:00
xorgconf.cpp xfree86: fix wrong DontZap documentation (#71113) 2014-05-24 20:02:56 +10:00