mpv/vidix
ben 8e297c74b7 updated vidix.h from upstream vidix project
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22877 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-01 12:16:49 +00:00
..
Makefile Move driver files directly into the vidix directory. 2007-04-01 00:02:43 +00:00
README little rephrasing and corrected reference to main->trunk 2006-07-13 21:06:33 +00:00
cyberblade_regs.h Move driver files directly into the vidix directory. 2007-04-01 00:02:43 +00:00
cyberblade_vid.c checking for dynamic drivers version number is now pointless 2007-04-01 11:13:04 +00:00
drivers.c checking for dynamic drivers version number is now pointless 2007-04-01 11:13:04 +00:00
drivers.h switch to new internal vidix API, no more dlopen/dlsym, libvidix is now a fully static library with all drivers built-in 2007-04-01 11:06:06 +00:00
fourcc.h
mach64.h Move driver files directly into the vidix directory. 2007-04-01 00:02:43 +00:00
mach64_vid.c checking for dynamic drivers version number is now pointless 2007-04-01 11:13:04 +00:00
mga_vid.c checking for dynamic drivers version number is now pointless 2007-04-01 11:13:04 +00:00
nvidia_vid.c checking for dynamic drivers version number is now pointless 2007-04-01 11:13:04 +00:00
pm3_regs.h Move driver files directly into the vidix directory. 2007-04-01 00:02:43 +00:00
pm3_vid.c checking for dynamic drivers version number is now pointless 2007-04-01 11:13:04 +00:00
radeon.h Move driver files directly into the vidix directory. 2007-04-01 00:02:43 +00:00
radeon_vid.c checking for dynamic drivers version number is now pointless 2007-04-01 11:13:04 +00:00
savage_regs.h Move driver files directly into the vidix directory. 2007-04-01 00:02:43 +00:00
savage_vid.c checking for dynamic drivers version number is now pointless 2007-04-01 11:13:04 +00:00
sis_bridge.c Move driver files directly into the vidix directory. 2007-04-01 00:02:43 +00:00
sis_defs.h Move driver files directly into the vidix directory. 2007-04-01 00:02:43 +00:00
sis_regs.h Move driver files directly into the vidix directory. 2007-04-01 00:02:43 +00:00
sis_vid.c checking for dynamic drivers version number is now pointless 2007-04-01 11:13:04 +00:00
unichrome_regs.h Move driver files directly into the vidix directory. 2007-04-01 00:02:43 +00:00
unichrome_vid.c checking for dynamic drivers version number is now pointless 2007-04-01 11:13:04 +00:00
vidix.h updated vidix.h from upstream vidix project 2007-04-01 12:16:49 +00:00
vidixlib.c switch to new internal vidix API, no more dlopen/dlsym, libvidix is now a fully static library with all drivers built-in 2007-04-01 11:06:06 +00:00
vidixlib.h checking for dynamic drivers version number is now pointless 2007-04-01 11:13:04 +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.