History log of /xsrc/external/mit/xf86-video-suntcx/dist/src/tcx_accel.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 091cc113 23-Sep-2016 macallan <macallan@NetBSD.org>

sprinkle volatile for gcc 5.4, also include config.h

# 4525cf0b 08-Jul-2014 macallan <macallan@NetBSD.org>

if the hardware supports stipples with ROPs, use them
while there, downgrade some config output from X_ERROR to X_PROBED

# 59d6bc2b 02-Jul-2014 macallan <macallan@NetBSD.org>

detect and (attempt to) deal with 8bit TCX with 2MB VRAM
TODO: get one of these VRAM modules...

# 6eb72584 04-Jun-2013 mrg <mrg@NetBSD.org>

re-add tcx_accel.c

# 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

# 02566b6a 25-Nov-2009 macallan <macallan@NetBSD.org>

fix a logic botch in TcxCopy() that would bite us when doing right-to-left
blits with width being a multiple of 32

# 88614935 24-Nov-2009 macallan <macallan@NetBSD.org>

Make TcxDownloadFromScreen() and TcxUploadToScreen() work and use them.

# eae84721 27-Aug-2009 macallan <macallan@NetBSD.org>

fix typo

# f615cd97 27-Aug-2009 macallan <macallan@NetBSD.org>

Support acceleration on 8bit TCX. This is untested for lack of hardware.

# ecc0bcc7 26-Aug-2009 macallan <macallan@NetBSD.org>

add acceleration support, make hardware cursor work, etc.
the acceleration code will not work on 8 bit TCX yet.