mpv/vidix
diego 1a417a80c3 Use standard license header with standard formatting.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26758 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-13 08:36:44 +00:00
..
dhahelperwin Use standard license header with standard formatting. 2008-05-13 08:36:44 +00:00
kernelhelper clean and distclean rules do the same thing. 2008-04-26 16:58:15 +00:00
sysdep Add MPLAYER_ prefix to multiple inclusion guards. 2008-02-22 17:32:36 +00:00
AsmMacros.h Add MPLAYER_ prefix to multiple inclusion guards. 2008-02-22 17:32:36 +00:00
README
README.dha
cyberblade_regs.h Add MPLAYER_ prefix to multiple inclusion guards. 2008-02-22 17:32:36 +00:00
cyberblade_vid.c Use standard license headers. 2008-05-12 17:39:36 +00:00
dha.c Use standard license headers. 2008-05-12 17:39:36 +00:00
dha.h Use standard license headers. 2008-05-12 17:39:36 +00:00
drivers.c Use standard license headers. 2008-05-12 17:39:36 +00:00
drivers.h Use standard license headers. 2008-05-12 17:39:36 +00:00
fourcc.h Use standard license headers. 2008-05-12 17:39:36 +00:00
glint_regs.h Add MPLAYER_ prefix to multiple inclusion guards. 2008-02-22 17:32:36 +00:00
ivtv_vid.c Use standard license headers. 2008-05-12 17:39:36 +00:00
mach64.h Use standard license headers. 2008-05-12 17:39:36 +00:00
mach64_vid.c Use standard license headers. 2008-05-12 17:39:36 +00:00
mga_crtc2_vid.c
mga_vid.c Use standard license headers. 2008-05-12 17:39:36 +00:00
mtrr.c Use standard license headers. 2008-05-12 17:39:36 +00:00
nvidia_vid.c Use standard license headers. 2008-05-12 17:39:36 +00:00
pci.c
pci.db
pci_db2c.awk Use standard license headers. 2008-05-12 17:39:36 +00:00
pm2_vid.c Use standard license headers. 2008-05-12 17:39:36 +00:00
pm3_regs.h Add MPLAYER_ prefix to multiple inclusion guards. 2008-02-22 17:32:36 +00:00
pm3_vid.c Use standard license headers. 2008-05-12 17:39:36 +00:00
radeon.h Use standard license headers. 2008-05-12 17:39:36 +00:00
radeon_vid.c Use standard license header and add back credits line for Marcel Naziri. 2008-05-12 09:05:16 +00:00
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 Use standard license headers. 2008-05-12 17:39:36 +00:00
sis_bridge.c Use standard license headers. 2008-05-12 17:39:36 +00:00
sis_defs.h Use standard license headers. 2008-05-12 17:39:36 +00:00
sis_regs.h Use standard license headers. 2008-05-12 17:39:36 +00:00
sis_vid.c Use standard license headers. 2008-05-12 17:39:36 +00:00
unichrome_regs.h Add MPLAYER_ prefix to multiple inclusion guards. 2008-02-22 17:32:36 +00:00
unichrome_vid.c Use standard license headers. 2008-05-12 17:39:36 +00:00
vidix.h Use standard license headers. 2008-05-12 17:39:36 +00:00
vidixlib.c Use standard license header with standard formatting. 2008-05-13 08:36:44 +00:00
vidixlib.h Use standard license headers. 2008-05-12 17:39:36 +00:00

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.