[PATCH 00/18] Xfbdev Atari and Amiga support
Geert Uytterhoeven
geert at linux-m68k.org
Thu Apr 18 04:46:57 PDT 2013
Hi Keith.
On Mon, Apr 8, 2013 at 8:10 PM, Keith Packard <keithp at keithp.com> wrote:
> Geert Uytterhoeven <geert at linux-m68k.org> writes:
>> This patch series revives some of the support for Atari and Amiga that existed
>> in XF68_FBDev, but got lost after XFree86 3.x.
>
> I've reviewed the patches which may affect other machines, and looked
> briefly over the patches which don't. If you want to stick this sequence
> in a repository somewhere after you respond to my review, I'll go ahead
> and pull it into master.
Thanks for your review!
I addressed all comments, added acked/reviewed-by where appropriate, and dropped
the Debian and RFC patches from the series.
The following changes since commit 6ca03b9161d33b1d2b55a3a1a913cf88deb2343f:
Dave Airlie (1):
xf86: fix flush input to work with Linux evdev devices.
are available in the git repository at:
https://github.com/geertu/xorg-xserver.git master
Geert Uytterhoeven (16):
miext/shadow/shpacked.c: Remove unused PickBit() define
test/input: Fix double-aligned test in dix_valuator_alloc() on m68k
KDrive: Bail out if screen initialization failed
Xfbdev: Make char *fbdevDevicePath const
Xfbdev: Handle unset fix.line_length
Xfbdev: Add support for monochrome visuals
Xfbdev: Treat 1 bpp pseudocolor as monochrome
Shadow: Add c2p core
Shadow: Add support for Atari iplan2p4
Shadow: Add support for Atari iplan2p8
Shadow: Add support for Amiga afb4
Shadow: Add support for Amiga afb8
Xfbdev: Reject unsupported frame buffer types
Xfbdev: Force shadowfb for frame buffers with non-packed pixels
Xfbdev: Wire up Atari iplan2p4 and iplan2p8 support
Xfbdev: Wire up Amiga afb4 and afb8 support
hw/kdrive/fbdev/fbdev.c | 157 +++++++++++++++++++++++++++++++-------
hw/kdrive/fbdev/fbdev.h | 2 +-
hw/kdrive/src/kdrive.c | 3 +-
miext/shadow/Makefile.am | 4 +
miext/shadow/c2p_core.h | 184 +++++++++++++++++++++++++++++++++++++++++++++
miext/shadow/shadow.h | 12 +++
miext/shadow/shafb4.c | 139 ++++++++++++++++++++++++++++++++++
miext/shadow/shafb8.c | 143 +++++++++++++++++++++++++++++++++++
miext/shadow/shiplan2p4.c | 136 +++++++++++++++++++++++++++++++++
miext/shadow/shiplan2p8.c | 137 +++++++++++++++++++++++++++++++++
miext/shadow/shpacked.c | 1 -
test/input.c | 2 +-
12 files changed, 888 insertions(+), 32 deletions(-)
create mode 100644 miext/shadow/c2p_core.h
create mode 100644 miext/shadow/shafb4.c
create mode 100644 miext/shadow/shafb8.c
create mode 100644 miext/shadow/shiplan2p4.c
create mode 100644 miext/shadow/shiplan2p8.c
Thanks for pulling!
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert at linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
More information about the xorg-devel
mailing list