xserver/hw/xfree86/common
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
..
Makefile.am Code motion: subsume xf86DoProbe.c into xf86Init.c 2008-11-25 15:05:17 -05:00
compiler.h Remove the remnants of Jensen support 2008-11-24 23:40:06 -05:00
extramodes Remove some default modes that really shouldn't be in the default set. 2008-06-24 10:40:36 -04:00
fourcc.h Remove RCS tags. Fix Xprint makefile braindamage. 2006-07-21 17:56:00 -04:00
modeline2c.awk Bug #14927: Fix the math for xf86NumDefaultModes. 2008-03-10 09:14:20 -04:00
scoasm.h Remove RCS tags. Fix Xprint makefile braindamage. 2006-07-21 17:56:00 -04:00
vesamodes Fix standard VESA modes. 2006-11-03 14:06:32 -08:00
xf86.h Fix const-mismatch warnings for DisplayModePtr's 2008-11-25 15:51:17 -08:00
xf86AutoConfig.c Bug#16501: autodetection of sbus graphic cards 2008-10-26 00:26:51 +02:00
xf86Build.h.in Print the build time as well as the date if we can. 2007-06-04 02:03:44 -04:00
xf86Bus.c Export symbols defined in the sdk. 2008-11-29 23:56:06 -02:00
xf86Bus.h Bus: Remove unused RemoveOverlaps 2008-11-24 23:40:03 -05:00
xf86Config.c Export symbols defined in the sdk. 2008-11-29 23:56:06 -02:00
xf86Config.h First pass at improved video driver autoloading 2007-10-09 22:13:15 -04:00
xf86Configure.c Export symbols defined in the sdk. 2008-11-29 23:56:06 -02:00
xf86Cursor.c Export symbols defined in the sdk. 2008-11-29 23:56:06 -02:00
xf86DGA.c Export symbols defined in the sdk. 2008-11-29 23:56:06 -02:00
xf86DPMS.c Prepare for array-index based devPrivates. 2008-08-28 18:05:40 -04:00
xf86Date.h Remove RCS tags. Fix Xprint makefile braindamage. 2006-07-21 17:56:00 -04:00
xf86Events.c Export symbols defined in the sdk. 2008-11-29 23:56:06 -02:00
xf86Globals.c Export symbols defined in the sdk. 2008-11-29 23:56:06 -02:00
xf86Helper.c Export symbols defined in the sdk. 2008-11-29 23:56:06 -02:00
xf86InPriv.h Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into input-hotplug 2006-07-21 19:05:41 -04:00
xf86Init.c Export symbols defined in the sdk. 2008-11-29 23:56:06 -02:00
xf86Mode.c EDID: Various reduced blanking fixes. 2008-07-21 16:49:17 -04:00
xf86Module.h Bump ABI major versions for the TryClientExceptions change from commit 883811c. 2008-09-08 08:50:52 -07:00
xf86Opt.h Remove RCS tags. Fix Xprint makefile braindamage. 2006-07-21 17:56:00 -04:00
xf86Option.c Export symbols defined in the sdk. 2008-11-29 23:56:06 -02:00
xf86PM.c Export symbols defined in the sdk. 2008-11-29 23:56:06 -02:00
xf86PciInfo.h No more "-scanpci" given that we already have it in libpciaccess. 2008-02-25 17:08:07 -03:00
xf86Priv.h Code motion: subsume xf86DoProbe.c into xf86Init.c 2008-11-25 15:05:17 -05:00
xf86Privstr.h Remove unused xf86Info.pMouse 2008-08-19 10:29:41 -04:00
xf86RAC.c Export symbols defined in the sdk. 2008-11-29 23:56:06 -02:00
xf86RAC.h Bug #7300: Move xf86RAC to hw/xfree86/common 2008-07-15 11:24:08 -04:00
xf86RandR.c Export symbols defined in the sdk. 2008-11-29 23:56:06 -02:00
xf86Resources.h Remove the now-dead PciAvoid symbol. 2007-08-30 11:26:17 -07:00
xf86ShowOpts.c Export symbols defined in the sdk. 2008-11-29 23:56:06 -02:00
xf86VidMode.c Prepare for array-index based devPrivates. 2008-08-28 18:05:40 -04:00
xf86Xinput.c Export symbols defined in the sdk. 2008-11-29 23:56:06 -02:00
xf86Xinput.h xfree86: Split the working code of NIDR into new xf86NewInputDevice. 2008-11-24 10:17:45 +10:00
xf86cmap.c Export symbols defined in the sdk. 2008-11-29 23:56:06 -02:00
xf86cmap.h Remove RCS tags. Fix Xprint makefile braindamage. 2006-07-21 17:56:00 -04:00
xf86fbBus.c Export symbols defined in the sdk. 2008-11-29 23:56:06 -02:00
xf86fbman.c Prepare for array-index based devPrivates. 2008-08-28 18:05:40 -04:00
xf86fbman.h Remove RCS tags. Fix Xprint makefile braindamage. 2006-07-21 17:56:00 -04:00
xf86noBus.c Remove RCS tags. Fix Xprint makefile braindamage. 2006-07-21 17:56:00 -04:00
xf86pciBus.c Export symbols defined in the sdk. 2008-11-29 23:56:06 -02:00
xf86pciBus.h Bus: remove useless isaConvertRange2Host 2008-11-24 23:40:04 -05:00
xf86sbusBus.c Export symbols defined in the sdk. 2008-11-29 23:56:06 -02:00
xf86sbusBus.h Bug#16501: autodetection of sbus graphic cards 2008-10-26 00:26:51 +02:00
xf86str.h Bus: Remove ISA support. 2008-11-24 23:40:06 -05:00
xf86xv.c Export symbols defined in the sdk. 2008-11-29 23:56:06 -02:00
xf86xv.h Add per-drawable Xv colour key helper function. 2006-10-20 00:42:44 +03:00
xf86xvmc.c Prepare for array-index based devPrivates. 2008-08-28 18:05:40 -04:00
xf86xvmc.h Remove RCS tags. Fix Xprint makefile braindamage. 2006-07-21 17:56:00 -04:00
xf86xvpriv.h devPrivates rework: since API is already broken, switch everything 2007-08-28 09:28:25 -04:00
xisb.c Remove xf86Version.h and related API. 2008-08-13 11:20:24 -04:00
xisb.h Death to RCS tags. 2007-06-29 14:06:52 -04:00
xorgHelper.c Export symbols defined in the sdk. 2008-11-29 23:56:06 -02:00
xorgVersion.h Remove RCS tags. Fix Xprint makefile braindamage. 2006-07-21 17:56:00 -04:00