xserver/hw/xfree86/parser
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
..
Configint.h xalloc+memset(0) -> xcalloc 2008-10-06 15:36:51 -04:00
DRI.c Bug #13860: Ensure that the DRI mode is in octal format. 2008-03-02 17:12:02 -05:00
Device.c Don't bother validating the Device section of the conf file 2007-10-11 21:27:07 -04:00
Extensions.c Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings. 2005-07-03 07:02:09 +00:00
Files.c Remove all traces of external RGB database (and Speedo) 2007-11-05 16:28:35 +00:00
Flags.c Make visible symbols required by xorg modules. 2008-11-28 01:55:11 -02:00
Input.c xfree86/parser: use 'kbd' driver when 'keyboard' specified 2006-08-25 12:43:17 +03:00
Layout.c Static cleanups, dead code deletion. 2007-03-25 12:27:01 -04:00
Makefile.am Dead code removal 2008-07-17 21:37:50 +03:00
Module.c Improve modules loading defaults 2007-05-03 22:00:23 -04:00
Monitor.c Disable explicit commenting in Monitor section. 2007-11-02 12:05:22 -04:00
Pointer.c Remove RCS tags. Fix Xprint makefile braindamage. 2006-07-21 17:56:00 -04:00
Screen.c clean some "unused" warnings 2008-03-01 19:49:24 +02:00
Vendor.c Static cleanup for xf86 ddx. 2007-03-25 17:55:15 -04:00
Video.c Static cleanup for xf86 ddx. 2007-03-25 17:55:15 -04:00
configProcs.h Static cleanup for xf86 ddx. 2007-03-25 17:55:15 -04:00
read.c xalloc+memset(0) -> xcalloc 2008-10-06 15:36:51 -04:00
scan.c Remove some null statements. 2008-11-08 12:21:20 -05:00
write.c Dead code removal 2008-07-17 21:37:50 +03:00
xf86Optrec.h Remove RCS tags. Fix Xprint makefile braindamage. 2006-07-21 17:56:00 -04:00
xf86Parser.h Allow Virtual to be specified globally in the Screen section. 2007-11-26 11:53:08 -05:00
xf86tokens.h Eradicate the VTInit code. 2008-02-14 07:52:46 +11:00