xserver-multidpi/exa
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
..
exa_accel.c exa: avoid doing prepare/done without intervening copies in exaFillRegionTiled 2008-11-17 19:15:20 +10:00
exa_glyphs.c exa: don't call composite routines with no buffer. 2008-10-07 02:38:44 +10:00
exa_migration.c Make visible symbols required by xorg modules. 2008-11-28 01:55:11 -02:00
exa_offscreen.c Make visible symbols required by xorg modules. 2008-11-28 01:55:11 -02:00
exa_priv.h Wrap AddTraps in exa and damage. 2008-10-23 09:56:45 -04:00
exa_render.c Fix typos which caused exaCompositeRects() to use an incorrect damage region. 2008-11-08 01:25:14 +01:00
exa_unaccel.c Make visible symbols required by xorg modules. 2008-11-28 01:55:11 -02:00
exa.c Make visible symbols required by xorg modules. 2008-11-28 01:55:11 -02:00
exa.h exa: Add exaDrawableIsOffscreen() to the driver API. 2008-10-21 13:11:16 -04:00
Makefile.am EXA: Use a single large glyph cache pixmap 2008-04-28 21:00:54 +02:00