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

# 25ed23ea 05-Nov-2013 macallan <macallan@NetBSD.org>

use WSDISPLAYIO_MODE_MAPPED
while there, change vendor string to TNF since X.org had nothing to do with
this driver

# c01f80bb 19-May-2011 christos <christos@NetBSD.org>

include <sys/ioctl.h> for ioctl()
WTF? Fix pasto calling function from a different driver!?!

# 00bccce4 17-Dec-2010 mrg <mrg@NetBSD.org>

apply some #if GET_ABI_MAJOR(ABI_VIDEODRV_VERSION) < 6 around the code
that uses features no longer part of xorg-server 1.9.

seems to fix sgimips builds.

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

fix the previous - use 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.

# 86082c6b 06-Oct-2009 macallan <macallan@NetBSD.org>

remove debug spam

# 682f4013 06-Oct-2009 macallan <macallan@NetBSD.org>

make C -configure work with the crime driver

# 850ab569 29-Sep-2009 macallan <macallan@NetBSD.org>

clean up debugging code, while there:
- use a fake framebuffer like newport does to hide software rendering
artifacts
- only map the framebuffer when debugging, and actually unmap it too

# d80735f0 25-Jun-2009 macallan <macallan@NetBSD.org>

make this compile in the New Order Of Things

# 34c4e112 19-Feb-2009 macallan <macallan@NetBSD.org>

Now this driver actually works.

# e1ea03a3 06-Nov-2008 macallan <macallan@NetBSD.org>

Driver for the rendering engine found in SGI's O2 workstations
Not adapted to Xorg yet, just copied from xsrc/xfree