History log of /xsrc/external/mit/xf86-video-igs/
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
556200c8 15-Jul-2022 mrg <mrg@NetBSD.org>

more xf86RamDac.h vs xf86Cursor.h.

72ee27a2 31-Dec-2018 mrg <mrg@NetBSD.org>

updates for xorg-server 1.20:

- xf86GetOS()/LoaderGetOS() have been replaced. replace them with
direct platform #ifdefs for now.
- shadowUpdatePackedWeak() is gone, use local thunks.
- xf86DisableRandR() is gone, disable it (should be obsolete)

e0b5d487 21-Nov-2016 snj <snj@NetBSD.org>

prune xrefs to xorgconfig

7170d6f9 27-Aug-2016 macallan <macallan@NetBSD.org>

adapt to new xserver API

ca0efe20 18-Aug-2016 mrg <mrg@NetBSD.org>

clean up header files for this (local) driver. don't need a config.h.
partly ported to xorg-server 1.18, but needs compat-api.h treatment.

ce2d3770 16-Aug-2016 mrg <mrg@NetBSD.org>

mibstore.h and its miInitializeBackingStore() have been otherwise empty
since at least xorg-server 1.10. remove all reference to them as the
header is gone in xorg-server 1.18.

db0f996a 25-Aug-2014 macallan <macallan@NetBSD.org>

clang appeasement

3bb9f206 05-Nov-2013 macallan <macallan@NetBSD.org>

use WSDISPLAYIO_MODE_MAPPED

e8f5f15e 15-Dec-2011 macallan <macallan@NetBSD.org>

actually put some relevant information in the man page

2e72e74d 14-Dec-2011 macallan <macallan@NetBSD.org>

add NoAccel option, general cleanup

5c92892b 30-May-2011 christos <christos@NetBSD.org>

return FALSE;

ae66cbc6 29-May-2011 christos <christos@NetBSD.org>

more includes and abi issues.

80c47f9a 28-May-2011 christos <christos@NetBSD.org>

include compiler.h for inb/outb

b4c928c7 24-May-2011 christos <christos@NetBSD.org>

all driver needed includes

e9d48f9a 23-May-2011 christos <christos@NetBSD.org>

don't declare inb/outb.

898e129c 23-May-2011 christos <christos@NetBSD.org>

include for ioctl()

a9602eba 22-May-2011 christos <christos@NetBSD.org>

XXX: need to provide proper pio.h for arm if this is going to work.

3644bba4 20-May-2011 christos <christos@NetBSD.org>

add missing include

5683c28b 01-Feb-2011 macallan <macallan@NetBSD.org>

tell the Xserver that we need PIO access ( even though it's only for probing )

c59a3c9d 24-Nov-2010 mrg <mrg@NetBSD.org>

fix the previous - use GET_ABI_MAJOR(ABI_VIDEODRV_VERSION) > 6.

22b24a26 23-Nov-2010 mrg <mrg@NetBSD.org>

avoid xf86Resources/xf86RAC for GET_ABI_MAJOR(ABI_VIDEODRV_VERSION) < 6.

1b41fcf5 23-Nov-2010 mrg <mrg@NetBSD.org>

copy a hack from the vmware driver, and avoid using xf86LoaderReqSymLists()
and LoaderRefSymLists() in xorg-server >= 1.7.

d88e62d8 20-May-2010 macallan <macallan@NetBSD.org>

sprinkle some more volatile

83616484 20-May-2010 macallan <macallan@NetBSD.org>

add a PrepareAccess method to make sure the drawing engine is idle before
trying to scribble into video memory
This should not be necessary but for some reason we need it here.

727ce256 20-May-2010 macallan <macallan@NetBSD.org>

pick up some nits accidentially left in:
- get rid of usleep() while waiting for the blitter - way too crude
- sanitize some register writes
since last time I looked at this some other problem crept in - we now have
syncing issues with text drawing

9a5ed1c5 21-Nov-2009 macallan <macallan@NetBSD.org>

Make IgsDownloadFromScreen() and IgsUploadToScreen() actually work.
While there clean up some cargo-culted comments that no longer apply.

be1ef3d3 10-Nov-2009 macallan <macallan@NetBSD.org>

A driver for IGS CyberPro 20x0 graphics controllers.
So far this works only on Rev. 5 Sharks with igsfb, adapting it to netwinder
should be trivial though.