mpv/vidix
ben 23ce10ce35 missing includes in generated file
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22930 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-07 11:30:48 +00:00
..
bin
dhahelperwin
kernelhelper
sysdep
AsmMacros.h
Makefile
README
cyberblade_regs.h
cyberblade_vid.c consistent include paths for config.h et al. 2007-04-06 20:37:43 +00:00
dha.c
dha.h
drivers.c consistent include paths for config.h et al. 2007-04-06 20:37:43 +00:00
drivers.h
fourcc.h
mach64.h
mach64_vid.c consistent include paths for config.h et al. 2007-04-06 20:37:43 +00:00
mga_vid.c
mtrr.c
nvidia_vid.c consistent include paths for config.h et al. 2007-04-06 20:37:43 +00:00
pci.c
pci.db
pci_db2c.awk missing includes in generated file 2007-04-07 11:30:48 +00:00
pm3_regs.h
pm3_vid.c consistent include paths for config.h et al. 2007-04-06 20:37:43 +00:00
radeon.h
radeon_vid.c consistent include paths for config.h et al. 2007-04-06 20:37:43 +00:00
savage_regs.h
savage_vid.c consistent include paths for config.h et al. 2007-04-06 20:37:43 +00:00
sis_bridge.c
sis_defs.h
sis_regs.h
sis_vid.c consistent include paths for config.h et al. 2007-04-06 20:37:43 +00:00
unichrome_regs.h
unichrome_vid.c consistent include paths for config.h et al. 2007-04-06 20:37:43 +00:00
vidix.h
vidixlib.c consistent include paths for config.h et al. 2007-04-06 20:37:43 +00:00
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.