1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-31 04:02:06 +00:00
mpv/vidix
ben 094daed554 New S3 VIDIX driver.
Provides support for S3 Trio and S3 Virge chipsets.
This deprecates the old Savage driver that worked with latest chips only.
(synchronized with vidix.sf.net r326 and r327)



git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26128 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-02-29 20:01:28 +00:00
..
dhahelperwin Add MPLAYER_ prefix to multiple inclusion guards. 2008-02-22 17:32:36 +00:00
kernelhelper Add MPLAYER_ prefix to multiple inclusion guards. 2008-02-22 17:32:36 +00:00
sysdep Add MPLAYER_ prefix to multiple inclusion guards. 2008-02-22 17:32:36 +00:00
AsmMacros.h Add MPLAYER_ prefix to multiple inclusion guards. 2008-02-22 17:32:36 +00:00
cyberblade_regs.h Add MPLAYER_ prefix to multiple inclusion guards. 2008-02-22 17:32:36 +00:00
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 MPLAYER_ prefix to multiple inclusion guards. 2008-02-22 17:32:36 +00:00
drivers.c New S3 VIDIX driver. 2008-02-29 20:01:28 +00:00
drivers.h Add MPLAYER_ prefix to multiple inclusion guards. 2008-02-22 17:32:36 +00:00
fourcc.h Add MPLAYER_ prefix to multiple inclusion guards. 2008-02-22 17:32:36 +00:00
glint_regs.h Add MPLAYER_ prefix to multiple inclusion guards. 2008-02-22 17:32:36 +00:00
ivtv_vid.c sync ivtv driver with vidix.sf.net (multiple revisions) 2007-12-04 22:37:58 +00:00
mach64_vid.c Fix illegal identifiers, names starting with __ are reserved for the system. 2008-01-27 17:32:26 +00:00
mach64.h Add MPLAYER_ prefix to multiple inclusion guards. 2008-02-22 17:32:36 +00:00
Makefile New S3 VIDIX driver. 2008-02-29 20:01:28 +00:00
mga_crtc2_vid.c Get rid of build system hackery to generate mga_crtc2_vid.o and rage128_vid.o. 2008-01-02 22:00:34 +00:00
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_db2c.awk Add MPLAYER_ prefix to the multiple inclusion guards of generated header files. 2008-02-22 17:38:20 +00:00
pci.c this flag needs to be defined for pread() on powerpc 2007-09-15 16:45:38 +00:00
pci.db
pm2_vid.c
pm3_regs.h Add MPLAYER_ prefix to multiple inclusion guards. 2008-02-22 17:32:36 +00:00
pm3_vid.c
radeon_vid.c Fix illegal identifiers, names starting with __ are reserved for the system. 2008-01-27 17:32:26 +00:00
radeon.h Add MPLAYER_ prefix to multiple inclusion guards. 2008-02-22 17:32:36 +00:00
rage128_vid.c Get rid of build system hackery to generate mga_crtc2_vid.o and rage128_vid.o. 2008-01-02 22:00:34 +00:00
README
README.dha
s3_regs.h New S3 VIDIX driver. 2008-02-29 20:01:28 +00:00
s3_vid.c New S3 VIDIX driver. 2008-02-29 20:01:28 +00:00
savage_regs.h Add MPLAYER_ prefix to multiple inclusion guards. 2008-02-22 17:32:36 +00:00
savage_vid.c Change #warning to FIXME comments. 2008-01-27 17:40:38 +00:00
sis_bridge.c
sis_defs.h Add MPLAYER_ prefix to multiple inclusion guards. 2008-02-22 17:32:36 +00:00
sis_regs.h Add MPLAYER_ prefix to multiple inclusion guards. 2008-02-22 17:32:36 +00:00
sis_vid.c
unichrome_regs.h Add MPLAYER_ prefix to multiple inclusion guards. 2008-02-22 17:32:36 +00:00
unichrome_vid.c
vidix.h Add MPLAYER_ prefix to multiple inclusion guards. 2008-02-22 17:32:36 +00:00
vidixlib.c
vidixlib.h Add MPLAYER_ prefix to multiple inclusion guards. 2008-02-22 17:32:36 +00:00

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.