1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-11 17:37:23 +00:00
mpv/vidix
reimar 0d17260656 Remove hackish and not actually working code to make vidix compile with
compilers without inline assembly.
Almost no OS provides inb() etc. in its libraries, and removing the
broken fallback code makes it compile on Solaris with Sun C compiler.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30293 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-01-12 20:20:49 +00:00
..
dhahelper
dhahelperwin
sysdep Fix build on SuperH. 2009-12-10 23:20:09 +00:00
AsmMacros.h Remove hackish and not actually working code to make vidix compile with 2010-01-12 20:20:49 +00:00
cyberblade_regs.h
cyberblade_vid.c
dha.c
dha.h
drivers.c
drivers.h
fourcc.h
glint_regs.h
ivtv_vid.c Move some variable declarations up to avoid the warnings: 2009-07-19 20:59:32 +00:00
mach64_vid.c
mach64.h
mga_crtc2_vid.c
mga_vid.c
mtrr.c
nvidia_vid.c
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
pci.c
pci.db
pm2_vid.c
pm3_regs.h
pm3_vid.c
radeon_vid.c Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code. 2009-07-26 19:53:00 +00:00
radeon.h
rage128_vid.c
README
README.dha
s3_regs.h
s3_vid.c
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
sis_defs.h
sis_regs.h
sis_vid.c
unichrome_regs.h
unichrome_vid.c
vidix.c
vidix.h

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.