mpv/vidix
cehoyos f05e7aa4b9 Remove unused static function vdlPlaybackCopyFrame().
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30768 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-02-27 20:38:21 +00:00
..
dhahelper license header cosmetics 2010-01-30 13:46:26 +00:00
dhahelperwin Add missing license headers. 2010-01-30 13:49:24 +00:00
sysdep cosmetics: Remove pointless empty lines at EOF. 2010-02-20 21:02:49 +00:00
AsmMacros.h Remove hackish and not actually working code to make vidix compile with 2010-01-12 20:20:49 +00:00
README
README.dha
cyberblade_regs.h
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
drivers.c VIDIX: #include drivers.h in drivers.c. 2010-02-16 13:07:00 +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 cosmetics: Remove pointless empty lines at EOF. 2010-02-20 21:02:49 +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 cosmetics: Break multiple statements on one line apart. 2010-01-04 21:10:15 +00:00
pci_names.h Do not autogenerate vidix/pci_names.h. 2009-12-20 17:49:07 +00:00
pm2_vid.c
pm3_regs.h Remove pointless '#if 1' preprocessor directives. 2010-02-19 10:22:29 +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 Update the SuperH VEU vidix driver with experimental support for VEU3F. 2009-12-10 23:22:19 +00:00
sis_bridge.c Add header file for sis_init_video_bridge() instead of forward declaring it. 2010-02-16 13:10:24 +00:00
sis_bridge.h Add header file for sis_init_video_bridge() instead of forward declaring it. 2010-02-16 13:10:24 +00:00
sis_defs.h
sis_regs.h
sis_vid.c Add header file for sis_init_video_bridge() instead of forward declaring it. 2010-02-16 13:10:24 +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 Remove unused static function vdlPlaybackCopyFrame(). 2010-02-27 20:38:21 +00:00
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.