xserver-multidpi/hw/xfree86
Paulo Cesar Pereira de Andrade d6cbd4511e Export symbols defined in the sdk.
This is the biggest "visibility" patch. Instead of doing a "export"
symbol on demand, export everything in the sdk, so that if some module
fails due to an unresolved symbol, it is because it is using a symbol
not in the sdk.

  Most exported symbols shouldn't really be made visible, neither
advertised in the sdk, as they are only used by a single shared object.

  Symbols in the sdk (or referenced in sdk macros), but not defined
anywhere include:
XkbBuildCoreState()
XkbInitialMap
XkbXIUnsupported
XkbCheckActionVMods()
XkbSendCompatNotify()
XkbDDXFakePointerButton()
XkbDDXApplyConfig()
_XkbStrCaseCmp()
_XkbErrMessages[]
_XkbErrCode
_XkbErrLocation
_XkbErrData
XkbAccessXDetailText()
XkbNKNDetailMaskText()
XkbLookupGroupAndLevel()
XkbInitAtoms()
XkbGetOrderedDrawables()
XkbFreeOrderedDrawables()
XkbConvertXkbComponents()
XkbWriteXKBSemantics()
XkbWriteXKBLayout()
XkbWriteXKBKeymap()
XkbWriteXKBFile()
XkbWriteCFile()
XkbWriteXKMFile()
XkbWriteToServer()
XkbMergeFile()
XkmFindTOCEntry()
XkmReadFileSection()
XkmReadFileSectionName()
InitExtInput()
xf86CheckButton()
xf86SwitchCoreDevice()
RamDacSetGamma()
RamDacRestoreDACValues()
xf86Bpp
xf86ConfigPix24
xf86MouseCflags[]
xf86SupportedMouseTypes[]
xf86NumMouseTypes
xf86ChangeBusIndex()
xf86EntityEnter()
xf86EntityLeave()
xf86WrapperInit()
xf86RingBell()
xf86findOptionBoolean()
xf86debugListOptions()
LoadSubModuleLocal()
LoaderSymbolLocal()
getInt10Rec()
xf86CurrentScreen
xf86ReallocatePciResources()
xf86NewSerialNumber()
xf86RandRSetInitialMode()
fbCompositeSolidMask_nx1xn
fbCompositeSolidMask_nx8888x0565C
fbCompositeSolidMask_nx8888x8888C
fbCompositeSolidMask_nx8x0565
fbCompositeSolidMask_nx8x0888
fbCompositeSolidMask_nx8x8888
fbCompositeSrc_0565x0565
fbCompositeSrc_8888x0565
fbCompositeSrc_8888x0888
fbCompositeSrc_8888x8888
fbCompositeSrcAdd_1000x1000
fbCompositeSrcAdd_8000x8000
fbCompositeSrcAdd_8888x8888
fbGeneration
fbIn
fbOver
fbOver24
fbOverlayGeneration
fbRasterizeEdges
fbRestoreAreas
fbSaveAreas
composeFunctions
VBEBuildVbeModeList()
VBECalcVbeModeIndex()
TIramdac3030CalculateMNPForClock()
shadowBufPtr
shadowFindBuf()
miRRGetScreenInfo()
RRSetScreenConfig()
RRModePruneUnused()
PixmanImageFromPicture()
extern int miPointerGetMotionEvents()
miClipPicture()
miRasterizeTriangle()
fbPush1toN()
fbInitializeBackingStore()
ddxBeforeReset()
SetupSprite()
InitSprite()
DGADeliverEvent()

  SPECIAL CASES
o defined as _X_INTERNAL
	xf86NewInputDevice()
o defined as static
	fbGCPrivateKey
	fbOverlayScreenPrivateKey
	fbScreenPrivateKey
	fbWinPrivateKey
o defined in libXfont.so, but declared in xorg/dixfont.h
	GetGlyphs()
	QueryGlyphExtents()
	QueryTextExtents()
	ParseGlyphCachingMode()
	InitGlyphCaching()
	SetGlyphCachingMode()
2008-11-29 23:56:06 -02:00
..
common Export symbols defined in the sdk. 2008-11-29 23:56:06 -02:00
ddc Export symbols defined in the sdk. 2008-11-29 23:56:06 -02:00
dixmods Export symbols defined in the sdk. 2008-11-29 23:56:06 -02:00
doc xfree86: If AEI is on, disable "kbd" and "mouse" devices. 2008-10-29 12:07:26 +10:30
dri Export symbols defined in the sdk. 2008-11-29 23:56:06 -02:00
dri2 Export symbols defined in the sdk. 2008-11-29 23:56:06 -02:00
dummylib Export symbols defined in the sdk. 2008-11-29 23:56:06 -02:00
exa Prepare for array-index based devPrivates. 2008-08-28 18:05:40 -04:00
fbdevhw Export symbols defined in the sdk. 2008-11-29 23:56:06 -02:00
i2c Export symbols defined in the sdk. 2008-11-29 23:56:06 -02:00
int10 Export symbols defined in the sdk. 2008-11-29 23:56:06 -02:00
loader Export symbols defined in the sdk. 2008-11-29 23:56:06 -02:00
modes Export symbols defined in the sdk. 2008-11-29 23:56:06 -02:00
os-support Export symbols defined in the sdk. 2008-11-29 23:56:06 -02:00
parser Export symbols defined in the sdk. 2008-11-29 23:56:06 -02:00
ramdac Export symbols defined in the sdk. 2008-11-29 23:56:06 -02:00
shadowfb Make visible symbols required by xorg modules. 2008-11-28 01:55:11 -02:00
utils Remove xorgcfg 2008-07-24 03:01:45 +03:00
vbe Export symbols defined in the sdk. 2008-11-29 23:56:06 -02:00
vgahw Export symbols defined in the sdk. 2008-11-29 23:56:06 -02:00
x86emu x86emu: fix sparse warnings 2008-10-26 13:17:31 +01:00
xaa Export symbols defined in the sdk. 2008-11-29 23:56:06 -02:00
xf8_16bpp Remove smashing of CFLAGS from server build. 2006-09-18 12:11:18 -07:00
Makefile.am re-enable DRI2 2008-10-15 12:00:16 +01:00
Options Initial revision 2003-11-14 16:48:57 +00:00
xorgconf.cpp Remove all traces of external RGB database (and Speedo) 2007-11-05 16:28:35 +00:00