History log of /xsrc/external/mit/xf86-video-xgi/
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.

e0f6b804 06-Aug-2015 wiz <wiz@NetBSD.org>

Remove unnecessary unistd.h inclusion.
Reduces diff to upstream.

68e48be9 09-Nov-2012 apb <apb@NetBSD.org>

Adjust previous: the cast should be to (unsigned long), not (long),
since the value is printed in hex and we don't want sign extension.

50e787e2 09-Nov-2012 apb <apb@NetBSD.org>

printf format fix: cast to (long) when printing with "%lX" format.

91817726 02-Nov-2012 apb <apb@NetBSD.org>

In XGI_GetTVPtrIndex2(), return the correct value through *tempch
by using (*tempch)++ instead of *tempch++.
Found using clang -Wunused-value.

ecb1bcb9 02-Nov-2012 apb <apb@NetBSD.org>

Add returns in non-void functions. Found using clang -Wreturn-type.

b83cc2c0 02-Nov-2012 apb <apb@NetBSD.org>

printf format fixes, found using clang -Wformat.
Some are fixed by adding casts, some by changing the format string,
and some by changing the type of the variable.

cb1acafb 20-Jul-2012 macallan <macallan@NetBSD.org>

some more gcc appeasing
( now why did that fire a warning on i386 but not amd64? )

098ad5bd 19-Jul-2012 macallan <macallan@NetBSD.org>

make this compile on NetBSD, still needs to be tested on actual hardware
( hi msaitoh@ )

3ad4ed57 19-Jul-2012 macallan <macallan@NetBSD.org>

remove accitentially imported garbage

dfe64dd3 19-Jul-2012 macallan <macallan@NetBSD.org>

initial import of xf86-video-xgi-1.6.0


/external/mit/xf86-video-xgi/dist/.gitignore
/external/mit/xf86-video-xgi/dist/COPYING
/external/mit/xf86-video-xgi/dist/Makefile.am
/external/mit/xf86-video-xgi/dist/README
/external/mit/xf86-video-xgi/dist/aclocal.m4
/external/mit/xf86-video-xgi/dist/autogen.sh
/external/mit/xf86-video-xgi/dist/autom4te.cache/output.0
/external/mit/xf86-video-xgi/dist/autom4te.cache/output.1
/external/mit/xf86-video-xgi/dist/autom4te.cache/requests
/external/mit/xf86-video-xgi/dist/autom4te.cache/traces.0
/external/mit/xf86-video-xgi/dist/autom4te.cache/traces.1
/external/mit/xf86-video-xgi/dist/configure
/external/mit/xf86-video-xgi/dist/ltmain.sh
/external/mit/xf86-video-xgi/dist/man/Makefile.am
/external/mit/xf86-video-xgi/dist/man/xgi.man
/external/mit/xf86-video-xgi/dist/src/Makefile.am
/external/mit/xf86-video-xgi/dist/src/init.c
/external/mit/xf86-video-xgi/dist/src/init.h
/external/mit/xf86-video-xgi/dist/src/osdef.h
/external/mit/xf86-video-xgi/dist/src/valid_mode.h
/external/mit/xf86-video-xgi/dist/src/vb_def.h
/external/mit/xf86-video-xgi/dist/src/vb_ext.c
/external/mit/xf86-video-xgi/dist/src/vb_ext.h
/external/mit/xf86-video-xgi/dist/src/vb_i2c.c
/external/mit/xf86-video-xgi/dist/src/vb_i2c.h
/external/mit/xf86-video-xgi/dist/src/vb_init.c
/external/mit/xf86-video-xgi/dist/src/vb_init.h
/external/mit/xf86-video-xgi/dist/src/vb_setmode.c
/external/mit/xf86-video-xgi/dist/src/vb_setmode.h
/external/mit/xf86-video-xgi/dist/src/vb_struct.h
/external/mit/xf86-video-xgi/dist/src/vb_table.h
/external/mit/xf86-video-xgi/dist/src/ver.info
/external/mit/xf86-video-xgi/dist/src/vgatypes.h
/external/mit/xf86-video-xgi/dist/src/xgi.h
/external/mit/xf86-video-xgi/dist/src/xgi_accel.c
/external/mit/xf86-video-xgi/dist/src/xgi_accel.h
/external/mit/xf86-video-xgi/dist/src/xgi_common.h
/external/mit/xf86-video-xgi/dist/src/xgi_cursor.c
/external/mit/xf86-video-xgi/dist/src/xgi_cursor.h
/external/mit/xf86-video-xgi/dist/src/xgi_dac.c
/external/mit/xf86-video-xgi/dist/src/xgi_dac.h
/external/mit/xf86-video-xgi/dist/src/xgi_dga.c
/external/mit/xf86-video-xgi/dist/src/xgi_dri.c
/external/mit/xf86-video-xgi/dist/src/xgi_dri.h
/external/mit/xf86-video-xgi/dist/src/xgi_driver.c
/external/mit/xf86-video-xgi/dist/src/xgi_driver.h
/external/mit/xf86-video-xgi/dist/src/xgi_memcpy.c
/external/mit/xf86-video-xgi/dist/src/xgi_opt.c
/external/mit/xf86-video-xgi/dist/src/xgi_pci.h
/external/mit/xf86-video-xgi/dist/src/xgi_regs.h
/external/mit/xf86-video-xgi/dist/src/xgi_setup.c
/external/mit/xf86-video-xgi/dist/src/xgi_vb.c
/external/mit/xf86-video-xgi/dist/src/xgi_vb.h
/external/mit/xf86-video-xgi/dist/src/xgi_vga.c
/external/mit/xf86-video-xgi/dist/src/xgi_video.c
/external/mit/xf86-video-xgi/dist/src/xgi_video.h
/external/mit/xf86-video-xgi/dist/src/xgi_videohw.c
/external/mit/xf86-video-xgi/dist/src/xgi_videohw.h