mpv/vidix
Uoti Urpala 0eb321bf2c Remove trailing whitespace from most files 2009-07-07 02:34:35 +03:00
..
dhahelper Remove trailing whitespace from most files 2009-07-07 02:34:35 +03:00
dhahelperwin Remove trailing whitespace from most files 2009-07-07 02:34:35 +03:00
sysdep Remove trailing whitespace from most files 2009-07-07 02:34:35 +03:00
.gitignore
AsmMacros.h Remove trailing whitespace from most files 2009-07-07 02:34:35 +03:00
README
README.dha
cyberblade_regs.h cosmetics: Remove pointless period after copyright statement non-sentences. 2009-01-19 17:12:43 +00:00
cyberblade_vid.c Remove trailing whitespace from most files 2009-07-07 02:34:35 +03:00
dha.c Remove trailing whitespace from most files 2009-07-07 02:34:35 +03:00
dha.h Get rid of pointless 'extern' keywords. 2008-12-03 23:01:03 +00:00
drivers.c Remove trailing whitespace from most files 2009-07-07 02:34:35 +03:00
drivers.h remove now useless vidixlib.h file 2008-06-20 20:16:34 +00:00
fourcc.h Add NV12 colorspace support to VIDIX driver. 2008-08-07 12:28:28 +00:00
glint_regs.h Remove trailing whitespace from most files 2009-07-07 02:34:35 +03:00
ivtv_vid.c Remove trailing whitespace from most files 2009-07-07 02:34:35 +03:00
mach64.h Remove trailing whitespace from most files 2009-07-07 02:34:35 +03:00
mach64_vid.c Remove trailing whitespace from most files 2009-07-07 02:34:35 +03:00
mga_crtc2_vid.c
mga_vid.c Remove trailing whitespace from most files 2009-07-07 02:34:35 +03:00
mtrr.c Remove trailing whitespace from most files 2009-07-07 02:34:35 +03:00
nvidia_vid.c Remove trailing whitespace from most files 2009-07-07 02:34:35 +03:00
pci.c Remove trailing whitespace from most files 2009-07-07 02:34:35 +03:00
pci.db Remove trailing whitespace from most files 2009-07-07 02:34:35 +03:00
pci_db2c.awk Remove trailing whitespace from most files 2009-07-07 02:34:35 +03:00
pm2_vid.c Remove one more pointless and gcc-specific __attribute__ ((unused)). 2008-09-23 20:53:46 +00:00
pm3_regs.h Remove trailing whitespace from most files 2009-07-07 02:34:35 +03:00
pm3_vid.c Remove trailing whitespace from most files 2009-07-07 02:34:35 +03:00
radeon.h
radeon_vid.c Remove trailing whitespace from most files 2009-07-07 02:34:35 +03:00
rage128_vid.c
s3_regs.h Remove trailing whitespace from most files 2009-07-07 02:34:35 +03:00
s3_vid.c Remove trailing whitespace from most files 2009-07-07 02:34:35 +03:00
sh_veu_vid.c Use standard unsigned long type instead of u_long. 2008-11-30 13:37:42 +00:00
sis_bridge.c cosmetics: Remove pointless period after copyright statement non-sentences. 2009-01-19 17:12:43 +00:00
sis_defs.h
sis_regs.h
sis_vid.c Remove trailing whitespace from most files 2009-07-07 02:34:35 +03:00
unichrome_regs.h Remove trailing whitespace from most files 2009-07-07 02:34:35 +03:00
unichrome_vid.c Remove trailing whitespace from most files 2009-07-07 02:34:35 +03:00
vidix.c Remove trailing whitespace from most files 2009-07-07 02:34:35 +03:00
vidix.h Get rid of some more trailing whitespace 2009-05-12 03:01:09 +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.