mpv/vidix
reimar ce74aa0e96 vidix: radeon and big-endian fixes
Add R_OVL_SHIFT to all R280 devices. Only actually confirmed for two.
Fixes bug #1826.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32663 b3059339-0415-0410-9bf9-f77b7e298cf2

Restore big-endian support removed in thoughtless upstream merge
at r23062.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32664 b3059339-0415-0410-9bf9-f77b7e298cf2

100l, fix vidix compilation on big-endian

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32665 b3059339-0415-0410-9bf9-f77b7e298cf2

Add horrible hack to make xvidix work on big-endian.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32666 b3059339-0415-0410-9bf9-f77b7e298cf2
2010-12-16 05:09:13 +02:00
..
dhahelper
dhahelperwin Add missing license headers. 2010-01-30 13:49:24 +00:00
sysdep vidix: Fix missing iopl declaration on x86_64 systems. 2010-11-02 04:11:43 +02:00
.gitignore
AsmMacros.h
README
README.dha
cyberblade_regs.h
cyberblade_vid.c
dha.c
dha.h
drivers.c Merge svn changes up to r30595 2010-03-09 23:37:00 +02:00
drivers.h
fourcc.h
glint_regs.h
ivtv_vid.c cleanup: remove NULL checks before free() all over the code 2010-11-14 13:11:20 +02:00
mach64.h
mach64_vid.c
mga_crtc2_vid.c
mga_vid.c spelling fixes 2010-11-02 04:15:03 +02:00
mtrr.c vidix: Simplify code for writing to /proc/mtrr 2010-11-02 04:18:09 +02:00
nvidia_vid.c Merge svn changes up to r30595 2010-03-09 23:37:00 +02:00
pci.c vidix/pci.c: Add config.h include 2010-11-02 04:11:43 +02:00
pci.db spelling fixes 2010-11-02 04:15:03 +02:00
pci_db2c.awk
pci_names.h
pm2_vid.c
pm3_regs.h Remove pointless '#if 1' preprocessor directives. 2010-02-19 10:22:29 +00:00
pm3_vid.c
radeon.h vidix: radeon and big-endian fixes 2010-12-16 05:09:13 +02:00
radeon_vid.c vidix: radeon and big-endian fixes 2010-12-16 05:09:13 +02:00
rage128_vid.c
s3_regs.h
s3_vid.c cosmetics: Remove some obsolete and misleading comments 2010-11-02 04:18:37 +02:00
sh_veu_vid.c
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 VBlankActiveFunc is a pointer to a parameterless function; mark it as such. 2010-04-05 15:58:38 +00:00
unichrome_regs.h
unichrome_vid.c
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.