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

CARD32 might not be an int, so cast explicitly to uint32_t and print
that correctly.

# dda79b8e 22-Aug-2016 mrg <mrg@NetBSD.org>

include config.h #ifdef HAVE_CONFIG_H

# 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