1
mirror of https://github.com/mpv-player/mpv synced 2024-10-22 08:51:57 +02:00
mpv/vidix
ben 02813b9b8b updated pci ids list, fixed vidix drivers compilation and added nearly exhaustive pci ids for nvidia driver
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22892 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-01 13:58:06 +00:00
..
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 allow passing :help to -vo [cx]vidix to get list of all compiled in vidix drivers 2007-04-01 13:27:28 +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 preliminary version 2002-01-05 10:13:25 +00:00
mach64_vid.c checking for dynamic drivers version number is now pointless 2007-04-01 11:13:04 +00:00
mach64.h Move driver files directly into the vidix directory. 2007-04-01 00:02:43 +00:00
Makefile Move driver files directly into the vidix directory. 2007-04-01 00:02:43 +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 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
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_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
radeon.h 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
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 simplified function prototypes to avoid casts but keep external API compatibility 2007-04-01 12:39:06 +00:00
vidixlib.h simplified function prototypes to avoid casts but keep external API compatibility 2007-04-01 12:39:06 +00:00

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.