[PATCH 00/54] extmod, again (and XAA)

Daniel Stone daniel at fooishbar.org
Mon Jul 9 18:02:44 PDT 2012


Hi,
This should hopefully be the very totally final version of the extmod
patches.  These have all had to be rebased, and some have had to have
minor tweaks, so I've sent them out again.

The list of changes are below; obviously all the new patches will need
review, but the changes to the rest are minor enough that they should
be OK with the old tags.

This tree is also available from:
    git://people.freedesktop.org/~daniels/xserver master

Cheers,
Daniel


Add hashtable.h to fix distcheck:
    - new

Don't make failure to -nolisten fatal:
    - new

Always init system counter list:
    - new

Always init XKB privates:
    - new

Move GlxPushProvider for swrast to GlxExtensionInit:
    - new

Move extension init to extinit.h:
    - Added !defined(XorgLoader) to definitions
    - Wrap Xorg-only extensions in !NO_HW_ONLY_EXTS for config

Xv:
    - Moved XvMCScreenInitProc to xvmcext.h
    - Moved registration from XvRegister into new XvMCRegister

DGA:
    - Removed xf86DGA.h as it duplicated content from xf86Extensions.h

DGA indirection:
    - Make DGAReqCode, DGAEventBase and DGAErrorBase static

DRI2:
    - Make DRI2EventBase static, remove double registration of resource type

PseudoramiX:
    - Remove duplicated init call from miinitext.c

Replace NO_HW_ONLY_EXTS with XFree86Server:
    - new

Remove XFree86LOADER:
    - new



More information about the xorg-devel mailing list