mpv/vidix
diego 67d6784626 clean and distclean rules do the same thing.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26549 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-04-26 16:58:15 +00:00
..
dhahelperwin Merge clean and distclean rules. 2008-04-26 11:17:17 +00:00
kernelhelper clean and distclean rules do the same thing. 2008-04-26 16:58:15 +00:00
sysdep
AsmMacros.h
README
README.dha
cyberblade_regs.h
cyberblade_vid.c #include config.h before all other headers. 2008-03-14 16:46:13 +00:00
dha.c
dha.h
drivers.c #include config.h before all other headers. 2008-03-14 16:46:13 +00:00
drivers.h Add missing header #includes to fix 'make checkheaders'. 2008-03-07 21:25:28 +00:00
fourcc.h
glint_regs.h
ivtv_vid.c
mach64.h
mach64_vid.c
mga_crtc2_vid.c
mga_vid.c
mtrr.c
nvidia_vid.c #include config.h before all other headers. 2008-03-14 16:46:13 +00:00
pci.c
pci.db
pci_db2c.awk Merge vidix/Makefile into top-level Makefile. 2008-04-26 12:47:24 +00:00
pm2_vid.c #include config.h before all other headers. 2008-03-14 16:46:13 +00:00
pm3_regs.h
pm3_vid.c #include config.h before all other headers. 2008-03-14 16:46:13 +00:00
radeon.h
radeon_vid.c
rage128_vid.c
s3_regs.h Use MPlayer consistent define naming convention for newly introduce 2008-02-29 20:02:37 +00:00
s3_vid.c #include config.h before all other headers. 2008-03-14 16:46:13 +00:00
sis_bridge.c
sis_defs.h
sis_regs.h
sis_vid.c #include config.h before all other headers. 2008-03-14 16:46:13 +00:00
unichrome_regs.h
unichrome_vid.c #include config.h before all other headers. 2008-03-14 16:46:13 +00:00
vidix.h
vidixlib.c #include config.h before all other headers. 2008-03-14 16:46:13 +00:00
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.