mpv/vidix
ben ca92dfd013 kill a few warnings
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23063 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-22 13:28:54 +00:00
..
bin merged libdha and libvidix, moved all files from libdha to vidix directory 2007-04-06 15:20:49 +00:00
dhahelperwin merged libdha and libvidix, moved all files from libdha to vidix directory 2007-04-06 15:20:49 +00:00
kernelhelper merged libdha and libvidix, moved all files from libdha to vidix directory 2007-04-06 15:20:49 +00:00
sysdep merged libdha and libvidix, moved all files from libdha to vidix directory 2007-04-06 15:20:49 +00:00
AsmMacros.h merged libdha and libvidix, moved all files from libdha to vidix directory 2007-04-06 15:20:49 +00:00
Makefile cosmetics: tabs --> spaces 2007-04-16 13:54:43 +00:00
README
README.dha moved old README file from libdha dir to vidix one 2007-04-07 18:00:11 +00:00
cyberblade_regs.h Move driver files directly into the vidix directory. 2007-04-01 00:02:43 +00:00
cyberblade_vid.c consistent include paths for config.h et al. 2007-04-06 20:37:43 +00:00
dha.c kill a few warnings 2007-04-22 13:28:54 +00:00
dha.h renamed libdha.[hc] to dha.[hc] 2007-04-06 15:26:41 +00:00
drivers.c added vidix driver for Permedia2 cards from upstream vidix 2007-04-14 10:52:40 +00:00
drivers.h missing headers in vidix drivers registry files 2007-04-06 15:30:39 +00:00
fourcc.h
glint_regs.h added vidix driver for Permedia2 cards from upstream vidix 2007-04-14 10:52:40 +00:00
mach64.h Move driver files directly into the vidix directory. 2007-04-01 00:02:43 +00:00
mach64_vid.c consistent include paths for config.h et al. 2007-04-06 20:37:43 +00:00
mga_vid.c renamed libdha.[hc] to dha.[hc] 2007-04-06 15:26:41 +00:00
mtrr.c renamed libdha.[hc] to dha.[hc] 2007-04-06 15:26:41 +00:00
nvidia_vid.c these are actually AGP bridges, not video adapters (should fix 2007-04-11 18:35:08 +00:00
pci.c renamed libdha.[hc] to dha.[hc] 2007-04-06 15:26:41 +00:00
pci.db merged libdha and libvidix, moved all files from libdha to vidix directory 2007-04-06 15:20:49 +00:00
pci_db2c.awk missing includes in generated file 2007-04-07 11:30:48 +00:00
pm2_vid.c fix for mingw: u_long becomes unsigned long 2007-04-21 12:04:49 +00:00
pm3_regs.h Move driver files directly into the vidix directory. 2007-04-01 00:02:43 +00:00
pm3_vid.c consistent include paths for config.h et al. 2007-04-06 20:37:43 +00:00
radeon.h updated the ati vidix driver with the one from upstream vidix, it now supports much more GPUs (including all Radeon > 9600 and X series) 2007-04-22 13:25:50 +00:00
radeon_vid.c updated the ati vidix driver with the one from upstream vidix, it now supports much more GPUs (including all Radeon > 9600 and X series) 2007-04-22 13:25:50 +00:00
savage_regs.h Move driver files directly into the vidix directory. 2007-04-01 00:02:43 +00:00
savage_vid.c consistent include paths for config.h et al. 2007-04-06 20:37:43 +00:00
sis_bridge.c renamed libdha.[hc] to dha.[hc] 2007-04-06 15:26:41 +00:00
sis_defs.h killed warnings in sis driver 2007-04-01 12:52:25 +00:00
sis_regs.h Move driver files directly into the vidix directory. 2007-04-01 00:02:43 +00:00
sis_vid.c consistent include paths for config.h et al. 2007-04-06 20:37:43 +00:00
unichrome_regs.h Move driver files directly into the vidix directory. 2007-04-01 00:02:43 +00:00
unichrome_vid.c consistent include paths for config.h et al. 2007-04-06 20:37:43 +00:00
vidix.h added a new value for alpha colorkey (will be needed by further ati vidix driver upgrade) 2007-04-21 12:03:41 +00:00
vidixlib.c consistent include paths for config.h et al. 2007-04-06 20:37:43 +00:00
vidixlib.h missing headers in vidix drivers registry files 2007-04-06 15:30:39 +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.