1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-15 03:15:52 +00:00
mpv/vidix
ben 80c6de4578 new VIDIX driver for IVTV cards, original patch by Lutz Koschorreck
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23293 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-10 18:47:27 +00:00
..
bin
dhahelperwin
kernelhelper
sysdep
AsmMacros.h
cyberblade_regs.h
cyberblade_vid.c synced with upstream vidix, prevented some drivers to work on some configs/archs 2007-04-30 22:14:29 +00:00
dha.c fix dha compilation if SVGAHELPER is used (patch by Carl Eugen Hoyos 2007-04-22 19:02:05 +00:00
dha.h updated vidix files headers whenever it's possible to have a clear GPL statement 2007-04-22 14:05:41 +00:00
drivers.c new VIDIX driver for IVTV cards, original patch by Lutz Koschorreck 2007-05-10 18:47:27 +00:00
drivers.h updated vidix files headers whenever it's possible to have a clear GPL statement 2007-04-22 14:05:41 +00:00
fourcc.h updated vidix files headers whenever it's possible to have a clear GPL statement 2007-04-22 14:05:41 +00:00
glint_regs.h added vidix driver for Permedia2 cards from upstream vidix 2007-04-14 10:52:40 +00:00
ivtv_vid.c new VIDIX driver for IVTV cards, original patch by Lutz Koschorreck 2007-05-10 18:47:27 +00:00
mach64_vid.c synced with upstream vidix, prevented some drivers to work on some configs/archs 2007-04-30 22:14:29 +00:00
mach64.h updated vidix files headers whenever it's possible to have a clear GPL statement 2007-04-22 14:05:41 +00:00
Makefile new VIDIX driver for IVTV cards, original patch by Lutz Koschorreck 2007-05-10 18:47:27 +00:00
mga_vid.c synced with upstream vidix, prevented some drivers to work on some configs/archs 2007-04-30 22:14:29 +00:00
mtrr.c updated vidix files headers whenever it's possible to have a clear GPL statement 2007-04-22 14:05:41 +00:00
nvidia_vid.c simplified depth definition 2007-04-22 15:44:42 +00:00
pci_db2c.awk
pci.c removed useless code from vidix drivers 2007-04-22 15:18:48 +00:00
pci.db
pm2_vid.c simplified depth definition 2007-04-22 15:44:42 +00:00
pm3_regs.h
pm3_vid.c synced with upstream vidix, prevented some drivers to work on some configs/archs 2007-04-30 22:14:29 +00:00
radeon_vid.c synced with upstream vidix, prevented some drivers to work on some configs/archs 2007-04-30 22:14:29 +00:00
radeon.h updated vidix files headers whenever it's possible to have a clear GPL statement 2007-04-22 14:05:41 +00:00
README
README.dha
savage_regs.h
savage_vid.c simplified depth definition 2007-04-22 15:44:42 +00:00
sis_bridge.c removed useless code from vidix drivers 2007-04-22 15:18:48 +00:00
sis_defs.h Use standard GPL header. 2007-04-23 07:03:58 +00:00
sis_regs.h Use standard GPL header. 2007-04-23 07:03:58 +00:00
sis_vid.c allow sis vidix driver to access registers and avoid segfaulting (patch by Andrew Calkin) 2007-05-09 17:16:59 +00:00
unichrome_regs.h
unichrome_vid.c simplified depth definition 2007-04-22 15:44:42 +00:00
vidix.h updated vidix files headers whenever it's possible to have a clear GPL statement 2007-04-22 14:05:41 +00:00
vidixlib.c updated vidix files headers whenever it's possible to have a clear GPL statement 2007-04-22 14:05:41 +00:00
vidixlib.h updated vidix files headers whenever it's possible to have a clear GPL statement 2007-04-22 14:05:41 +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.