History log of /xsrc/external/mit/xf86-video-igs/dist/src/igs_driver.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 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)

# 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

# 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.

# 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.

# 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

# 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.