mpv/vidix
diego fe9ec3ffdd Consistently use uppercase filename as multiple inclusion guard.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25897 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-01-28 01:32:52 +00:00
..
dhahelperwin Fix illegal identifier, names starting with _ and uppercase are reserved. 2008-01-07 23:34:15 +00:00
kernelhelper
sysdep Fix illegal identifiers: Names starting with __ or _ and uppercase are reserved 2008-01-06 23:20:15 +00:00
AsmMacros.h Add multiple inclusion guards to all header files that lack them. 2008-01-01 21:35:58 +00:00
Makefile Get rid of build system hackery to generate mga_crtc2_vid.o and rage128_vid.o. 2008-01-02 22:00:34 +00:00
README
README.dha
cyberblade_regs.h Add multiple inclusion guards to all header files that lack them. 2008-01-01 21:35:58 +00:00
cyberblade_vid.c
dha.c
dha.h Consistently use uppercase filename as multiple inclusion guard. 2008-01-28 01:32:52 +00:00
drivers.c
drivers.h
fourcc.h
glint_regs.h
ivtv_vid.c
mach64.h
mach64_vid.c Fix illegal identifiers, names starting with __ are reserved for the system. 2008-01-27 17:32:26 +00:00
mga_crtc2_vid.c Get rid of build system hackery to generate mga_crtc2_vid.o and rage128_vid.o. 2008-01-02 22:00:34 +00:00
mga_vid.c
mtrr.c
nvidia_vid.c
pci.c
pci.db
pci_db2c.awk
pm2_vid.c
pm3_regs.h
pm3_vid.c
radeon.h
radeon_vid.c Fix illegal identifiers, names starting with __ are reserved for the system. 2008-01-27 17:32:26 +00:00
rage128_vid.c Get rid of build system hackery to generate mga_crtc2_vid.o and rage128_vid.o. 2008-01-02 22:00:34 +00:00
savage_regs.h
savage_vid.c Change #warning to FIXME comments. 2008-01-27 17:40:38 +00:00
sis_bridge.c
sis_defs.h
sis_regs.h Fix illegal identifiers, names starting with __ are reserved for the system. 2008-01-08 00:37:41 +00:00
sis_vid.c
unichrome_regs.h
unichrome_vid.c
vidix.h
vidixlib.c
vidixlib.h

README

VIDIX - Video Interface for *niX.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
This library was designed and introduced as interface to userspace drivers
to provide DGA everywhere where it's possible (unline X11).
I hope that these drivers will be portable same as X11 (not only on *nix).

For details on how to develop a new driver see trunk/DOCS/tech/vidix.txt

IMPORTANT: These are NOT linux kernel drivers. If you are looking for
the mga_vid linux kernel drivers, please cd ../drivers thanks.