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
drivers.c new VIDIX driver for IVTV cards, original patch by Lutz Koschorreck 2007-05-10 18:47:27 +00:00
drivers.h
fourcc.h
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
mach64_vid.c
mga_vid.c
mtrr.c
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
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
sis_bridge.c
sis_defs.h
sis_regs.h
sis_vid.c
unichrome_regs.h
unichrome_vid.c
vidix.h
vidixlib.c
vidixlib.h

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.