1
mirror of https://github.com/mpv-player/mpv synced 2025-01-05 03:06:28 +01:00
mpv/libdha
alex 6429f7e4fd svgalib kernelhelper support (based on patch by Matan Ziv-Av <matan@svgalib.org>) and some reordering/cleanup (part #1 ;)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8504 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-20 21:07:27 +00:00
..
bin binary drivers 2002-01-04 10:30:50 +00:00
kernelhelper removed -W -Wall -g and other gcc-specific warning/debug options 2002-08-22 23:29:46 +00:00
oth Radeon Mobility M6 LX support by Daniel Pittman <daniel@rimspace.net> 2002-11-20 15:48:34 +00:00
sysdep svgalib kernelhelper support (based on patch by Matan Ziv-Av <matan@svgalib.org>) and some reordering/cleanup (part #1 ;) 2002-12-20 21:07:27 +00:00
.cvsignore *** empty log message *** 2002-08-15 07:02:17 +00:00
AsmMacros.h Improved readability and new stuffs 2002-01-15 08:33:09 +00:00
config.h svgalib kernelhelper support (based on patch by Matan Ziv-Av <matan@svgalib.org>) and some reordering/cleanup (part #1 ;) 2002-12-20 21:07:27 +00:00
libdha.c svgalib kernelhelper support (based on patch by Matan Ziv-Av <matan@svgalib.org>) and some reordering/cleanup (part #1 ;) 2002-12-20 21:07:27 +00:00
libdha.h sync with mplayerxp 2002-04-19 16:34:04 +00:00
Makefile svgalib kernelhelper support (based on patch by Matan Ziv-Av <matan@svgalib.org>) and some reordering/cleanup (part #1 ;) 2002-12-20 21:07:27 +00:00
mtrr.c warning & newline fixes by Dominik Mierzejewski <dominik@rangers.eu.org> 2002-06-07 22:43:29 +00:00
pci_db2c.awk Fix typo and some updates. 2002-01-12 20:47:55 +00:00
pci.c svgalib kernelhelper support (based on patch by Matan Ziv-Av <matan@svgalib.org>) and some reordering/cleanup (part #1 ;) 2002-12-20 21:07:27 +00:00
README added dhahelper note 2002-02-02 07:19:34 +00:00
test.c preliminary support of direct hardware access 2002-01-04 10:32:26 +00:00

libdha - Library of Direct Hardware Access.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
This library was designed for direct hardware access under different
OS and architectures. It's not linux specific only (like harddrake
and other).

This library is based on gfxdump utility from GATOS project.
Full list of supported OS'es see in libdha.h

Note: This library requires ROOT privileges or SUID'ed executable
file (same as XServer).
(Or use newly developed libdha kernel helper. Look at kernelhelper/dhahelper.c)