[PULL] Accumulated 1.10 work

Adam Jackson ajax at redhat.com
Tue Nov 30 13:22:17 PST 2010


The following changes since commit 23e3d1f23318ce69623f91908f888a09f8b74ac2:

  dix: remove now unnecessary !! before BitIsOn() (2010-11-26 11:05:50 +1000)

are available in the git repository at:
  ssh://people.freedesktop.org/~ajax/xserver for-keithp

Adam Jackson (15):
      glx: Remove swap barrier and hyperpipe support
      linux: Remove redundant variable
      xfree86: Remove os-support/sysv
      linux: Don't muck about with tty permissions
      xfree86: Remove dead ifdefs from VT switching
      linux: Refactor VT switch on {re,}generation and shutdown
      render: repack PictureRec
      dix: Remove the backing store leftovers
      dix: Remove unused ChangeSaveUnder hooks
      dix: reshuffle WindowOptRec to fill a hole on LP64
      render: Reshuffle and cull dead field from GlyphSetRec
      mi: Remove unused miAllocateGCPrivateIndex
      xfree86: Remove unused xf86PixmapKeyRec
      vbe: Refuse to believe tiny (or negative) panel sizes from PanelID
      xfree86: Remove the xf8_16bpp overlay module

David Reveman (2):
      fixes: Add panoramix support
      composite: add panoramix support

 Xext/panoramiX.c                        |   16 ++
 Xext/panoramiXsrv.h                     |    1 +
 composite/compext.c                     |  362 ++++++++++++++++++++++++++++++-
 composite/compint.h                     |    3 +
 composite/compoverlay.c                 |   17 ++-
 composite/compwindow.c                  |   22 ++-
 configure.ac                            |    4 +-
 glx/Makefile.am                         |    1 -
 glx/g_disptab.h                         |   52 -----
 glx/glxcmds.c                           |  233 --------------------
 glx/glxcmdsswap.c                       |    1 -
 glx/glxdri.c                            |    1 -
 glx/glxdri2.c                           |    1 -
 glx/glxdriswrast.c                      |    1 -
 glx/glxext.c                            |   19 +--
 glx/glxscreens.c                        |   27 ---
 glx/glxscreens.h                        |   18 --
 glx/indirect_table.c                    |    1 -
 glx/xfont.c                             |    1 -
 hw/dmx/dmxpict.c                        |    2 -
 hw/dmx/dmxscrinit.c                     |    2 -
 hw/kdrive/src/kdrive.c                  |    6 -
 hw/vfb/InitOutput.c                     |    7 -
 hw/xfree86/Makefile.am                  |    4 +-
 hw/xfree86/common/xf86.h                |    3 -
 hw/xfree86/common/xf86Globals.c         |    1 -
 hw/xfree86/common/xf86Init.c            |    3 +-
 hw/xfree86/doc/sgml/DESIGN.xml          |    8 -
 hw/xfree86/loader/sdksyms.sh            |    8 -
 hw/xfree86/os-support/Makefile.am       |    2 +-
 hw/xfree86/os-support/linux/lnx_init.c  |  108 ++--------
 hw/xfree86/os-support/shared/VTsw_usl.c |   15 --
 hw/xfree86/os-support/sysv/Makefile.am  |    1 -
 hw/xfree86/os-support/sysv/sysv_init.c  |  252 ---------------------
 hw/xfree86/os-support/sysv/sysv_video.c |  315 ---------------------------
 hw/xfree86/vbe/vbe.c                    |    5 +
 hw/xfree86/xaa/xaa.h                    |    2 -
 hw/xfree86/xf8_16bpp/Makefile.am        |   11 -
 hw/xfree86/xf8_16bpp/cfb8_16.h          |   37 ---
 hw/xfree86/xf8_16bpp/xf8_16module.c     |   78 -------
 hw/xnest/Screen.c                       |    2 -
 hw/xquartz/GL/indirect.c                |    2 -
 hw/xquartz/darwin.c                     |   22 --
 hw/xwin/glx/indirect.c                  |    2 -
 hw/xwin/winscrinit.c                    |    7 -
 include/Makefile.am                     |    2 -
 include/bstore.h                        |   22 --
 include/bstorestr.h                     |   55 -----
 include/scrnintstr.h                    |   67 ------
 include/windowstr.h                     |    2 +-
 mi/Makefile.am                          |    2 -
 mi/mi.h                                 |    4 -
 mi/mibstore.c                           |    6 -
 mi/mibstore.h                           |    4 +-
 mi/mibstorest.h                         |   91 --------
 mi/miscrinit.c                          |   20 --
 mi/mivalidate.h                         |    3 +-
 miext/rootless/rootlessValTree.c        |   12 -
 render/glyphstr.h                       |    3 +-
 render/picture.c                        |    6 +-
 render/picturestr.h                     |   15 +-
 xfixes/region.c                         |   78 +++++++
 xfixes/xfixes.c                         |   30 +++
 xfixes/xfixesint.h                      |   13 +
 64 files changed, 570 insertions(+), 1551 deletions(-)
 delete mode 100644 glx/g_disptab.h
 delete mode 100644 hw/xfree86/os-support/sysv/Makefile.am
 delete mode 100644 hw/xfree86/os-support/sysv/sysv_init.c
 delete mode 100644 hw/xfree86/os-support/sysv/sysv_video.c
 delete mode 100644 hw/xfree86/xf8_16bpp/Makefile.am
 delete mode 100644 hw/xfree86/xf8_16bpp/cfb8_16.h
 delete mode 100644 hw/xfree86/xf8_16bpp/xf8_16module.c
 delete mode 100644 include/bstore.h
 delete mode 100644 include/bstorestr.h
 delete mode 100644 mi/mibstorest.h

- ajax



More information about the xorg-devel mailing list