mpv/vidix
ben 3e23146dc8 Fixed VIDIX color bug that was introduced when Radeon VIDIX driver
was synchronized with vidix.sf.net.
The red color was saturating.
Corrected value fixes the issue and restore the color to the level
it used to have before synchronization.
Meaning of the value remains unknow but was retrieved from
register's value of a Radeon 9000 card, so it may need further testing.
Patch by Guillaume Lecerf (foxcore at gmail dot com)



git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25345 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-12-10 19:27:46 +00:00
..
dhahelperwin
kernelhelper
sysdep
AsmMacros.h
Makefile
README
README.dha
cyberblade_regs.h
cyberblade_vid.c
dha.c
dha.h
drivers.c
drivers.h
fourcc.h
glint_regs.h
ivtv_vid.c
mach64.h
mach64_vid.c
mga_vid.c
mtrr.c
nvidia_vid.c
pci.c
pci.db
pci_db2c.awk
pm2_vid.c
pm3_regs.h
pm3_vid.c
radeon.h
radeon_vid.c
savage_regs.h
savage_vid.c
sis_bridge.c
sis_defs.h
sis_regs.h
sis_vid.c
unichrome_regs.h
unichrome_vid.c
vidix.h
vidixlib.c
vidixlib.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.