[PULL] tables initialization and DISPATCH_PROC usage removal

Tiago Vignatti tiago.vignatti at nokia.com
Tue Sep 14 10:50:48 PDT 2010


Although there are two commits only in this set without functional changes,
they touch quite a lot of code, so I preferred to send to you soon before they
get outdated again :)

Please pull Keith. Thank you,

            Tiago

The following changes since commit c768cdda92696b636c10bb2df64167d5274b4b99:

  Merge remote branch 'jamey/reviewed' (2010-09-13 16:48:33 -0700)

are available in the git repository at:

  git://people.freedesktop.org/~vignatti/xserver.git tables-cleanup

Tiago Vignatti (2):
      xserver: delete pervasively use of DISPATCH_PROC
      dix: remove proc tables initialization

 Xext/bigreq.c                          |   18 +-
 Xext/saver.c                           |   88 ++----
 Xext/shape.c                           |   54 +---
 Xext/shm.c                             |  114 +++----
 Xext/sync.c                            |   30 --
 Xext/xcmisc.c                          |   26 +--
 Xext/xf86bigfont.c                     |    6 -
 Xext/xtest.c                           |   29 +--
 dix/dispatch.c                         |   20 --
 dix/dispatch.h                         |  211 +++++++-------
 dix/main.c                             |    4 -
 dix/tables.c                           |  508 +++++++++++++++++++++++++++++++-
 hw/dmx/dmx.c                           |   32 --
 hw/kdrive/ephyr/ephyrdriext.c          |   16 -
 hw/xfree86/dixmods/extmod/Makefile.am  |    2 +-
 hw/xfree86/dixmods/extmod/xf86dga2.c   |   86 ++----
 hw/xfree86/dixmods/extmod/xf86dgaext.h |   10 -
 hw/xfree86/dixmods/extmod/xf86vmode.c  |   42 ---
 hw/xfree86/dri/xf86dri.c               |   18 +-
 hw/xquartz/applewm.c                   |    2 -
 hw/xquartz/xpr/appledri.c              |    2 -
 hw/xwin/InitInput.c                    |    6 +-
 hw/xwin/winclipboardinit.c             |    2 +-
 hw/xwin/winclipboardwrappers.c         |    6 +-
 hw/xwin/winwindowswm.c                 |    2 -
 include/dixstruct.h                    |    4 -
 26 files changed, 759 insertions(+), 579 deletions(-)
 delete mode 100644 hw/xfree86/dixmods/extmod/xf86dgaext.h


More information about the xorg-devel mailing list