mpv/vidix
diego 9133dff0b2 Fix warnings about undefined preprocessor directives.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28398 b3059339-0415-0410-9bf9-f77b7e298cf2
2009-01-30 23:22:29 +00:00
..
dhahelper Add standard license headers. 2008-06-08 14:57:49 +00:00
dhahelperwin cosmetics: Remove pointless period after copyright statement non-sentences. 2009-01-19 17:12:43 +00:00
sysdep Add missing 'void' keyword to parameterless function declarations. 2009-01-05 14:48:03 +00:00
AsmMacros.h Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg. 2008-10-16 18:59:27 +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 remove now useless vidixlib.h file 2008-06-20 20:16:34 +00:00
dha.c Lots and lots of #ifdef ARCH_... -> #if ARCH_... 2009-01-16 09:21:21 +00:00
dha.h Get rid of pointless 'extern' keywords. 2008-12-03 23:01:03 +00:00
drivers.c Add VIDIX driver for SuperH Mobile VEU hardware block. 2008-08-11 23:10:03 +00: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
ivtv_vid.c Restore function parameters mistakenly removed in previous commit. 2008-09-23 20:53:08 +00:00
mach64.h Use standard license headers. 2008-05-12 17:39:36 +00:00
mach64_vid.c remove now useless vidixlib.h file 2008-06-20 20:16:34 +00:00
mga_crtc2_vid.c
mga_vid.c Fix warnings about undefined preprocessor directives. 2009-01-30 23:22:29 +00:00
mtrr.c Remove -std=gnu99/gnu89/default dialect linux define, as it violates the 2008-07-15 00:21:32 +00:00
nvidia_vid.c Replace all occurrences of '__volatile__' and '__volatile' by plain 'volatile'. 2008-10-16 20:17:56 +00:00
pci.c pci.c includes dha.h, remove redundant MAX_* defines 2008-10-18 16:07:47 +00:00
pci.db
pci_db2c.awk Get rid of pointless 'extern' keywords. 2008-12-03 23:01:03 +00:00
pm2_vid.c Remove one more pointless and gcc-specific __attribute__ ((unused)). 2008-09-23 20:53:46 +00:00
pm3_regs.h
pm3_vid.c remove now useless vidixlib.h file 2008-06-20 20:16:34 +00:00
radeon.h Use standard license headers. 2008-05-12 17:39:36 +00:00
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 Replace all occurrences of '__volatile__' and '__volatile' by plain 'volatile'. 2008-10-16 20:17:56 +00:00
s3_vid.c remove now useless vidixlib.h file 2008-06-20 20:16:34 +00: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 Use standard license headers. 2008-05-12 17:39:36 +00:00
sis_regs.h Use standard license headers. 2008-05-12 17:39:36 +00:00
sis_vid.c cosmetics: Remove pointless period after copyright statement non-sentences. 2009-01-19 17:12:43 +00:00
unichrome_regs.h
unichrome_vid.c remove now useless vidixlib.h file 2008-06-20 20:16:34 +00:00
vidix.c cosmetic: be consistent 2008-06-20 20:38:15 +00:00
vidix.h remove useless typedef againstfor VDXContext 2008-06-20 20:28:50 +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.