xserver/hw/xfree86/dummylib
Paulo Cesar Pereira de Andrade 31285d063e Make visible symbols required by xorg modules.
This patch exports all symbols required by the compilable
(in a x86 linux computer) xorg/driver/* modules.
  Still missing symbols worth mentioning are:

sunleo
	miFindMaxBand no longer available

intel	(uxa/uxa-accel.c)
	fbShmPutImage no longer available (and should have been static)

mga
	MGAGetClientPointer (should come from matrox's libhal)

  This is not a definitive "visibility" patch, as all it does is to
export missing symbols, but the modules that current don't compile,
may require more symbols once fixed, and third party drivers should
also require more symbols exported.
  A "definitive" patch should export symbols defined in the sdk.
2008-11-28 01:55:11 -02:00
..
Makefile.am No more "-scanpci" given that we already have it in libpciaccess. 2008-02-25 17:08:07 -03:00
README Merging XORG-CURRENT into trunk 2004-04-23 19:54:30 +00:00
dixprivates.c Add dixAllocatePrivate stub to dummylib for utils 2008-01-02 19:19:55 -08:00
dummylib.h Remove RCS tags. Fix Xprint makefile braindamage. 2006-07-21 17:56:00 -04:00
fatalerror.c Death to RCS tags. 2007-06-29 14:06:52 -04:00
getemptypci.c Bug #4139: Fix a BAR remapping bug that could lead to IERR and system hang. 2006-05-18 23:52:51 +00:00
getvalidbios.c Remove RCS tags. Fix Xprint makefile braindamage. 2006-07-21 17:56:00 -04:00
logvwrite.c Remove RCS tags. Fix Xprint makefile braindamage. 2006-07-21 17:56:00 -04:00
pcitestmulti.c Death to RCS tags. 2007-06-29 14:06:52 -04:00
verrorf.c Death to RCS tags. 2007-06-29 14:06:52 -04:00
xalloc.c Remove RCS tags. Fix Xprint makefile braindamage. 2006-07-21 17:56:00 -04:00
xf86addrestolist.c Remove RCS tags. Fix Xprint makefile braindamage. 2006-07-21 17:56:00 -04:00
xf86allocscripi.c Death to RCS tags. 2007-06-29 14:06:52 -04:00
xf86drvmsg.c Remove RCS tags. Fix Xprint makefile braindamage. 2006-07-21 17:56:00 -04:00
xf86drvmsgverb.c Remove RCS tags. Fix Xprint makefile braindamage. 2006-07-21 17:56:00 -04:00
xf86errorf.c Remove RCS tags. Fix Xprint makefile braindamage. 2006-07-21 17:56:00 -04:00
xf86errorfverb.c Remove RCS tags. Fix Xprint makefile braindamage. 2006-07-21 17:56:00 -04:00
xf86getverb.c Death to RCS tags. 2007-06-29 14:06:52 -04:00
xf86info.c Make visible symbols required by xorg modules. 2008-11-28 01:55:11 -02:00
xf86msg.c Remove RCS tags. Fix Xprint makefile braindamage. 2006-07-21 17:56:00 -04:00
xf86msgverb.c Remove RCS tags. Fix Xprint makefile braindamage. 2006-07-21 17:56:00 -04:00
xf86opt.c Remove RCS tags. Fix Xprint makefile braindamage. 2006-07-21 17:56:00 -04:00
xf86screens.c Death to RCS tags. 2007-06-29 14:06:52 -04:00
xf86servisinit.c Death to RCS tags. 2007-06-29 14:06:52 -04:00
xf86verbose.c Death to RCS tags. 2007-06-29 14:06:52 -04:00

libdummy (dummylib) contains basic utility functions required by libxf86_os.a.
There is one symbol per source/object so that each can be overriden
individually by whatever uses this library.


$XFree86$