mpv/vidix
Uoti Urpala de560e8167 Merge svn changes up to r27123
Conflicts:

	libmenu/menu_filesel.c
	libmenu/menu_pt.c
2008-06-23 03:58:44 +03:00
..
dhahelper
dhahelperwin
sysdep
.gitignore
AsmMacros.h
README
README.dha
cyberblade_regs.h
cyberblade_vid.c remove now useless vidixlib.h file 2008-06-20 20:16:34 +00:00
dha.c
dha.h
drivers.c remove now useless vidixlib.h file 2008-06-20 20:16:34 +00:00
drivers.h remove now useless vidixlib.h file 2008-06-20 20:16:34 +00:00
fourcc.h
glint_regs.h
ivtv_vid.c remove now useless vidixlib.h file 2008-06-20 20:16:34 +00:00
mach64.h
mach64_vid.c remove now useless vidixlib.h file 2008-06-20 20:16:34 +00:00
mga_crtc2_vid.c
mga_vid.c remove now useless vidixlib.h file 2008-06-20 20:16:34 +00:00
mtrr.c
nvidia_vid.c remove now useless vidixlib.h file 2008-06-20 20:16:34 +00:00
pci.c
pci.db
pci_db2c.awk
pm2_vid.c remove now useless vidixlib.h file 2008-06-20 20:16:34 +00:00
pm3_regs.h
pm3_vid.c remove now useless vidixlib.h file 2008-06-20 20:16:34 +00:00
radeon.h
radeon_vid.c remove now useless vidixlib.h file 2008-06-20 20:16:34 +00:00
rage128_vid.c
s3_regs.h
s3_vid.c remove now useless vidixlib.h file 2008-06-20 20:16:34 +00:00
sis_bridge.c
sis_defs.h
sis_regs.h
sis_vid.c remove now useless vidixlib.h file 2008-06-20 20:16:34 +00:00
unichrome_regs.h
unichrome_vid.c remove now useless vidixlib.h file 2008-06-20 20:16:34 +00:00
vidix.c cosmetic: be consistent 2008-06-20 20:38:15 +00:00
vidix.h remove useless typedef againstfor VDXContext 2008-06-20 20:28:50 +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.