mpv/vidix
ben 88f6f92c54 fix Radeon/Rage128 vidix with I420 colorspace (U/V were inverted)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23672 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-06-26 17:07:30 +00:00
..
bin merged libdha and libvidix, moved all files from libdha to vidix directory 2007-04-06 15:20:49 +00:00
dhahelperwin Add correct boilerplate license headers. 2007-05-11 07:51:42 +00:00
kernelhelper merged libdha and libvidix, moved all files from libdha to vidix directory 2007-04-06 15:20:49 +00:00
sysdep merged libdha and libvidix, moved all files from libdha to vidix directory 2007-04-06 15:20:49 +00:00
AsmMacros.h merged libdha and libvidix, moved all files from libdha to vidix directory 2007-04-06 15:20:49 +00:00
Makefile Remove awk test. awk is a basic Unix tool, any implementation is sufficient. 2007-05-17 21:48:56 +00:00
README little rephrasing and corrected reference to main->trunk 2006-07-13 21:06:33 +00:00
README.dha Hint at the Makefile for information how to build dha with svgalib_helper 2007-06-25 16:37:12 +00:00
cyberblade_regs.h Move driver files directly into the vidix directory. 2007-04-01 00:02:43 +00:00
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.h updated vidix files headers whenever it's possible to have a clear GPL statement 2007-04-22 14:05:41 +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
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.c removed useless code from vidix drivers 2007-04-22 15:18:48 +00:00
pci.db merged libdha and libvidix, moved all files from libdha to vidix directory 2007-04-06 15:20:49 +00:00
pci_db2c.awk Add standard license header, confirmed by Nick in private mail. 2007-05-13 22:33:06 +00:00
pm2_vid.c simplified depth definition 2007-04-22 15:44:42 +00:00
pm3_regs.h Move driver files directly into the vidix directory. 2007-04-01 00:02:43 +00:00
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.h updated vidix files headers whenever it's possible to have a clear GPL statement 2007-04-22 14:05:41 +00:00
radeon_vid.c fix Radeon/Rage128 vidix with I420 colorspace (U/V were inverted) 2007-06-26 17:07:30 +00:00
savage_regs.h Move driver files directly into the vidix directory. 2007-04-01 00:02:43 +00:00
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 Move driver files directly into the vidix directory. 2007-04-01 00:02:43 +00:00
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

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.