History log of /xsrc/external/mit/xf86-video-pnozz/dist/src/pnozz_exa.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# f9211c3f 05-Nov-2023 jdc <jdc@NetBSD.org>

Add NetBSD keyword.

# b2794957 05-Nov-2023 jdc <jdc@NetBSD.org>

Revert r1.4.
The changes are minimal and they cause redraw problems (as reported by
Maxim Devaev on port-sparc).

# ae7dafb3 09-Jun-2021 jdc <jdc@NetBSD.org>

Add some acceleration using the P9100 quad and blit commands:
- for solid fill (quad)
- for pixmap copy (blit) when source and destination pitch are the same

# e65e6328 27-May-2021 joerg <joerg@NetBSD.org>

Don't nest comments.

# 61d63f49 27-May-2021 joerg <joerg@NetBSD.org>

Don't define MaxClip and junk twice, fixing build with -fno-common.

# f55eacde 27-May-2021 jdc <jdc@NetBSD.org>

Add support for EXA, so that the pnozz driver works again with Xorg.
Note, that only minimal acceleration is currently supported.

Thanks to macallan for the pointers to get this working.