mpv/vidix
diego fba0b66ff9 Add explanatory comments to the #endif part of multiple inclusion guards.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25563 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-12-31 16:15:50 +00:00
..
dhahelperwin Add explanatory comments to the #endif part of multiple inclusion guards. 2007-12-31 16:15:50 +00:00
kernelhelper
sysdep Comment out the correct #endif directive. 2007-12-31 15:57:54 +00:00
AsmMacros.h
Makefile pci_db2c.awk creates more than just two .c files, add the rest to the rule. 2007-12-24 10:00:21 +00:00
README
README.dha
cyberblade_regs.h
cyberblade_vid.c
dha.c the IN/OUT PORT 8/16/32 functions rely on inb/inw/inl/outb/outw/outl that are not available on alpha and powerpc architectures 2007-09-15 17:51:05 +00:00
dha.h Add explanatory comments to the #endif part of multiple inclusion guards. 2007-12-31 16:15:50 +00:00
drivers.c
drivers.h
fourcc.h Add explanatory comments to the #endif part of multiple inclusion guards. 2007-12-31 16:15:50 +00:00
glint_regs.h
ivtv_vid.c sync ivtv driver with vidix.sf.net (multiple revisions) 2007-12-04 22:37:58 +00:00
mach64.h
mach64_vid.c
mga_vid.c typo in preprocessor condition 2007-12-27 12:27:10 +00:00
mtrr.c
nvidia_vid.c add functions for the vga register access patch by Guillaume LECERF <foxcore at gmail.com> 2007-09-23 12:11:19 +00:00
pci.c this flag needs to be defined for pread() on powerpc 2007-09-15 16:45:38 +00:00
pci.db
pci_db2c.awk Skip unnecessary (debug) output; obey the rule of silence. 2007-12-24 09:59:47 +00:00
pm2_vid.c
pm3_regs.h
pm3_vid.c
radeon.h
radeon_vid.c r25345 patched the wrong line. 2007-12-17 19:35:30 +00:00
savage_regs.h synchronized with vidix.sf.net r315: remove now useless defines 2007-12-03 19:06:23 +00:00
savage_vid.c implemented frame selection for savage driver 2007-12-14 18:38:08 +00:00
sis_bridge.c
sis_defs.h
sis_regs.h
sis_vid.c
unichrome_regs.h
unichrome_vid.c
vidix.h Add explanatory comments to the #endif part of multiple inclusion guards. 2007-12-31 16:15:50 +00:00
vidixlib.c
vidixlib.h Add explanatory comments to the #endif part of multiple inclusion guards. 2007-12-31 16:15: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.