xserver-multidpi/hw/xfree86
Paulo Cesar Pereira de Andrade 87a7fb7438 Rework code using return value of LoaderSymbol as a function pointer.
The patch removes all macros in the format
  define xf86_sym  ((type (*)(argument-list))LoaderSymbol("sym"))
creates a new macro in the format
  define xf86_sym  sym
and ensures "sym" is a "visible" symbol.
  The patch doesn't add or remove features, and is source and binary
compatible with previous shared objects (with the difference that it
requires the dlloader).
  These symbols are a special case, as, due to the fact that LoaderSymbol
was being used to reference them, they are not easily found by "automated"
tools that check for missing symbols. And now it also have the benefit
that the compiler/loader "knows what is going on".
2008-11-27 00:12:59 -02:00
..
common Fix const-mismatch warnings for DisplayModePtr's 2008-11-25 15:51:17 -08:00
ddc Add missing newline when printing edid info 2008-11-13 13:57:30 -05:00
dixmods DGA: Track client state even when using old style DGA. 2008-10-09 22:22:53 +02:00
doc xfree86: If AEI is on, disable "kbd" and "mouse" devices. 2008-10-29 12:07:26 +10:30
dri Notify DRI when crtc regions change 2008-11-24 13:24:35 -08:00
dri2 DRI2: Don't crash in DRI2ClipNotify when DRI2DrawablePtr is NULL. 2008-11-15 13:28:53 +01:00
dummylib Warning fix 2008-11-25 15:05:19 -05:00
exa Prepare for array-index based devPrivates. 2008-08-28 18:05:40 -04:00
fbdevhw fbdevhw: Remove pixclock check. 2008-09-04 13:08:06 +02:00
i2c Rework code using return value of LoaderSymbol as a function pointer. 2008-11-27 00:12:59 -02:00
int10 Warning fix 2008-11-25 15:05:19 -05:00
loader Merge commit 'origin/master' 2008-11-25 22:19:08 -08:00
modes Merge commit 'origin/master' 2008-11-25 22:19:08 -08:00
os-support Warning fix 2008-11-25 15:05:18 -05:00
parser Remove some null statements. 2008-11-08 12:21:20 -05:00
ramdac Nuke unused variables 2008-10-26 11:44:10 +01:00
shadowfb Prepare for array-index based devPrivates. 2008-08-28 18:05:40 -04:00
utils Remove xorgcfg 2008-07-24 03:01:45 +03:00
vbe Warning fix. 2008-11-25 15:05:18 -05:00
vgahw XFree86: Remove usage of alloca 2007-11-05 14:34:42 +00:00
x86emu x86emu: fix sparse warnings 2008-10-26 13:17:31 +01:00
xaa Remove unused XAAAvailableOptions 2008-11-25 15:05:18 -05: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
xorgconf.cpp Remove all traces of external RGB database (and Speedo) 2007-11-05 16:28:35 +00:00