mpv/vidix
diego b000a6a519 ISO8859-1 --> UTF-8
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23754 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-07-09 19:50:36 +00:00
..
bin
dhahelperwin Add correct boilerplate license headers. 2007-05-11 07:51:42 +00:00
kernelhelper
sysdep
AsmMacros.h
Makefile Remove awk test. awk is a basic Unix tool, any implementation is sufficient. 2007-05-17 21:48:56 +00:00
README
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
cyberblade_vid.c ISO8859-1 --> UTF-8 2007-07-09 19:50:36 +00:00
dha.c ISO8859-1 --> UTF-8 2007-07-09 19:50:36 +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
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 ISO8859-1 --> UTF-8 2007-07-09 19:50:36 +00:00
pci.db
pci_db2c.awk Add standard license header, confirmed by Nick in private mail. 2007-05-13 22:33:06 +00:00
pm2_vid.c ISO8859-1 --> UTF-8 2007-07-09 19:50:36 +00:00
pm3_regs.h
pm3_vid.c ISO8859-1 --> UTF-8 2007-07-09 19:50:36 +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
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

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.