mpv/vidix
aurel c40c5b480f remove useless ()
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22903 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-01 21:58:45 +00:00
..
Makefile Move driver files directly into the vidix directory. 2007-04-01 00:02:43 +00:00
README
cyberblade_regs.h Move driver files directly into the vidix directory. 2007-04-01 00:02:43 +00:00
cyberblade_vid.c killed warnings in cyberblade driver 2007-04-01 13:03:37 +00:00
drivers.c segfaults if name is NULL 2007-04-01 16:22:14 +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 updated pci ids list, fixed vidix drivers compilation and added nearly exhaustive pci ids for nvidia driver 2007-04-01 13:58:06 +00:00
nvidia_vid.c GeForce 6x00 and above are actually referenced as NV40 in X.Org driver (though it doesn't work better right now) 2007-04-01 20:48:34 +00:00
pm3_regs.h Move driver files directly into the vidix directory. 2007-04-01 00:02:43 +00:00
pm3_vid.c killed warnings in pm3 driver 2007-04-01 12:59:12 +00:00
radeon.h Move driver files directly into the vidix directory. 2007-04-01 00:02:43 +00:00
radeon_vid.c updated pci ids list, fixed vidix drivers compilation and added nearly exhaustive pci ids for nvidia driver 2007-04-01 13:58:06 +00:00
savage_regs.h Move driver files directly into the vidix directory. 2007-04-01 00:02:43 +00:00
savage_vid.c killed warnings in savage driver 2007-04-01 12:57:47 +00:00
sis_bridge.c killed warnings in sis driver 2007-04-01 12:52:25 +00:00
sis_defs.h killed warnings in sis driver 2007-04-01 12:52:25 +00:00
sis_regs.h Move driver files directly into the vidix directory. 2007-04-01 00:02:43 +00:00
sis_vid.c killed warnings in sis driver 2007-04-01 12:52:25 +00:00
unichrome_regs.h Move driver files directly into the vidix directory. 2007-04-01 00:02:43 +00:00
unichrome_vid.c updated pci ids list, fixed vidix drivers compilation and added nearly exhaustive pci ids for nvidia driver 2007-04-01 13:58:06 +00:00
vidix.h removed references to no longer used internal drivers functions 2007-04-01 12:21:47 +00:00
vidixlib.c remove useless () 2007-04-01 21:58:45 +00:00
vidixlib.h simplified function prototypes to avoid casts but keep external API compatibility 2007-04-01 12:39:06 +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.