mpv/vidix
ben 8903c510f8 Add VIDIX driver for SuperH Mobile VEU hardware block.
Patch by Magnus Damm <magnus dot damm at gmail dot com>.



git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27452 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-08-11 23:10:03 +00:00
..
dhahelper
dhahelperwin
sysdep Add proper VIDIX support for SuperH architecture. 2008-08-11 23:04:03 +00:00
AsmMacros.h Add proper VIDIX support for SuperH architecture. 2008-08-11 23:04:03 +00:00
README
README.dha
cyberblade_regs.h
cyberblade_vid.c
dha.c Add proper VIDIX support for SuperH architecture. 2008-08-11 23:04:03 +00:00
dha.h
drivers.c Add VIDIX driver for SuperH Mobile VEU hardware block. 2008-08-11 23:10:03 +00:00
drivers.h
fourcc.h Add NV12 colorspace support to VIDIX driver. 2008-08-07 12:28:28 +00:00
glint_regs.h
ivtv_vid.c
mach64.h
mach64_vid.c
mga_crtc2_vid.c
mga_vid.c
mtrr.c
nvidia_vid.c
pci.c Add proper VIDIX support for SuperH architecture. 2008-08-11 23:04:03 +00:00
pci.db
pci_db2c.awk
pm2_vid.c
pm3_regs.h
pm3_vid.c
radeon.h
radeon_vid.c Change a bunch of X11-specific preprocessor directives. 2008-08-04 06:16:23 +00:00
rage128_vid.c
s3_regs.h
s3_vid.c
sh_veu_vid.c Add VIDIX driver for SuperH Mobile VEU hardware block. 2008-08-11 23:10:03 +00:00
sis_bridge.c
sis_defs.h
sis_regs.h
sis_vid.c
unichrome_regs.h
unichrome_vid.c
vidix.c
vidix.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.