mpv/vidix
diego e5751ced4f Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29443 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-07-26 19:53:00 +00:00
..
dhahelper whitespace cosmetics: Remove all trailing whitespace. 2009-05-13 02:58:57 +00:00
dhahelperwin Revert whitespace removal for win-related code, because lack of ^M at 2009-05-13 19:44:44 +00:00
sysdep whitespace cosmetics: Remove all trailing whitespace. 2009-05-13 02:58:57 +00:00
AsmMacros.h whitespace cosmetics: Remove all trailing whitespace. 2009-05-13 02:58:57 +00: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 whitespace cosmetics: Remove all trailing whitespace. 2009-05-13 02:58:57 +00:00
dha.c whitespace cosmetics: Remove all trailing whitespace. 2009-05-13 02:58:57 +00:00
dha.h Get rid of pointless 'extern' keywords. 2008-12-03 23:01:03 +00:00
drivers.c whitespace cosmetics: Remove all trailing whitespace. 2009-05-13 02:58:57 +00:00
drivers.h
fourcc.h
glint_regs.h whitespace cosmetics: Remove all trailing whitespace. 2009-05-13 02:58:57 +00:00
ivtv_vid.c Move some variable declarations up to avoid the warnings: 2009-07-19 20:59:32 +00:00
mach64.h whitespace cosmetics: Remove all trailing whitespace. 2009-05-13 02:58:57 +00:00
mach64_vid.c whitespace cosmetics: Remove all trailing whitespace. 2009-05-13 02:58:57 +00:00
mga_crtc2_vid.c
mga_vid.c whitespace cosmetics: Remove all trailing whitespace. 2009-05-13 02:58:57 +00:00
mtrr.c whitespace cosmetics: Remove all trailing whitespace. 2009-05-13 02:58:57 +00:00
nvidia_vid.c whitespace cosmetics: Remove all trailing whitespace. 2009-05-13 02:58:57 +00:00
pci.c whitespace cosmetics: Remove all trailing whitespace. 2009-05-13 02:58:57 +00:00
pci.db whitespace cosmetics: Remove all trailing whitespace. 2009-05-13 02:58:57 +00:00
pci_db2c.awk whitespace cosmetics: Remove all trailing whitespace. 2009-05-13 02:58:57 +00:00
pm2_vid.c
pm3_regs.h whitespace cosmetics: Remove all trailing whitespace. 2009-05-13 02:58:57 +00:00
pm3_vid.c whitespace cosmetics: Remove all trailing whitespace. 2009-05-13 02:58:57 +00:00
radeon.h
radeon_vid.c Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code. 2009-07-26 19:53:00 +00:00
rage128_vid.c
s3_regs.h whitespace cosmetics: Remove all trailing whitespace. 2009-05-13 02:58:57 +00:00
s3_vid.c whitespace cosmetics: Remove all trailing whitespace. 2009-05-13 02:58:57 +00:00
sh_veu_vid.c
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 whitespace cosmetics: Remove all trailing whitespace. 2009-05-13 02:58:57 +00:00
unichrome_regs.h whitespace cosmetics: Remove all trailing whitespace. 2009-05-13 02:58:57 +00:00
unichrome_vid.c whitespace cosmetics: Remove all trailing whitespace. 2009-05-13 02:58:57 +00:00
vidix.c whitespace cosmetics: Remove all trailing whitespace. 2009-05-13 02:58:57 +00: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.