History log of /xsrc/external/mit/xf86-video-sunffb/dist/src/ffb_accel.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# d4df137b 02-Sep-2016 macallan <macallan@NetBSD.org>

move ffb_fastfill_parms to ffb_accel_common.c so the EXA code can work
without XAA

# f1295e53 19-Aug-2016 mrg <mrg@NetBSD.org>

partial port to xorg-server 1.18. both cg6 and ffb need more help.

# 504f16bc 16-Aug-2015 macallan <macallan@NetBSD.org>

- move some routines used by both XAA and EXA to their own file
- enable hardware prefetch when reading from video memory - now blits in EXA
are no longer slower than in XAA
- start fleshing out Xrender routines

# 89b0bd4c 11-Aug-2015 macallan <macallan@NetBSD.org>

add basic EXA support

# 7a5333bc 04-Jun-2013 mrg <mrg@NetBSD.org>

merge xf86-video-suncg14 1.1.2, xf86-video-suncg6 1.1.2,
xf86-video-sunffb 1.2.2, xf86-video-suntcx 1.1.2 and xf86-video-sunleo 1.2.1

XXX: these might need more help

# 7f8af526 16-Jan-2009 macallan <macallan@NetBSD.org>

Catch up with changes in XAA that rendered our RENDER acceleration code
non-functional. While there, fix VSCROLL support to disable alpha blending
in order to avoid those bluish-greenish artifacts we'd get otherwise when
doing a VSCROLL right after a RENDER op.

# dbbd9e4b 29-Oct-2008 macallan <macallan@NetBSD.org>

the sunffb driver