[PULL] reviewed patches

Jamey Sharp jamey at minilop.net
Mon Sep 13 16:35:52 PDT 2010


I completely lost my momentum when I tried to tackle rootless. Ow.
Head -> brick wall. Meanwhile here's stuff I'd successfully gotten
reviewed while waiting for 1.10 to open.

The following changes since commit 0a3e6b0345a96aae278dd776c00b5a7c7ccf65af:
  Jeremy Huddleston (1):
        XQuartz: Localization updates

are available in the git repository at:

  git://people.freedesktop.org/~jamey/xserver reviewed

Jamey Sharp (20):
      dmx: Delete unused GLX visual matching code.
      dmx: __glXMalloc -> malloc, etc.
      dmx: Delete '#undef Xmalloc' and friends.
      fb: Delete unused oneRect private field.
      damage: Delete NOTUSED block--it was never not NOTUSED.
      Delete unused devPrivate field from GCFuncs and GCOps.
      Delete unused lastWinOrg field from GCs.
      Delete xaaWrapper.
      Delete redundant GC initializations.
      dixfonts: Deobfuscate GC ops calls.
      xquartz: Delete compile-time-constant DRIGCRec.driOps field.
      xnest: Replace use of Colormap->devPriv with standard devPrivates.
      Delete Colormap->devPriv. It isn't used any more.
      VGA arbiter: No need for arbitration around CreateGC.
      glxdriswrast: Use CreateGC, not CreateScratchGC.
      Un-export CreateScratchGC now that nothing external uses it.
      miPolyGlyphBlt: Delete redundant ValidateGC.
      rootless: ROOTLESS_TRACK_DAMAGE is never set, so unifdef it.
      rootless: ROOTLESS_GLOBAL_COORDS is always set, so unifdef it.
      rootless: Delete dead remnants of rootless acceleration.

 dix/dixfonts.c                     |   54 ++---
 dix/gc.c                           |    6 +-
 fb/fb.h                            |    1 -
 fb/fbgc.c                          |   12 +-
 glx/glxdriswrast.c                 |   20 +-
 hw/dmx/dmxinit.c                   |    9 -
 hw/dmx/glxProxy/glxcmds.c          |   55 ++---
 hw/dmx/glxProxy/glxcmdsswap.c      |    4 +-
 hw/dmx/glxProxy/glxext.c           |   76 ++-----
 hw/dmx/glxProxy/glxext.h           |   14 -
 hw/dmx/glxProxy/glxscreens.c       |    5 -
 hw/dmx/glxProxy/glxsingle.c        |    5 -
 hw/dmx/glxProxy/glxutil.c          |   75 ------
 hw/dmx/glxProxy/glxutil.h          |    6 -
 hw/dmx/glxProxy/glxvendor.c        |    5 -
 hw/dmx/glxProxy/glxvisuals.c       |  388 +-----------------------------
 hw/dmx/glxProxy/glxvisuals.h       |    8 -
 hw/xfree86/common/xf86VGAarbiter.c |    3 -
 hw/xfree86/loader/sdksyms.sh       |    1 -
 hw/xfree86/shadowfb/shadow.c       |    1 -
 hw/xfree86/xaa/Makefile.am         |    4 +-
 hw/xfree86/xaa/xaaFallback.c       |    1 -
 hw/xfree86/xaa/xaaGC.c             |    6 -
 hw/xfree86/xaa/xaaWrapper.c        |  477 ------------------------------------
 hw/xfree86/xaa/xaaWrapper.h        |   10 -
 hw/xnest/Color.c                   |    5 +-
 hw/xnest/Color.h                   |    3 +-
 hw/xnest/GC.c                      |    5 -
 hw/xnest/Screen.c                  |    2 +
 hw/xquartz/xpr/driWrap.c           |    6 +-
 hw/xquartz/xpr/xprFrame.c          |    4 -
 hw/xquartz/xpr/xprScreen.c         |    6 -
 hw/xwin/win.h                      |   10 -
 hw/xwin/wingc.c                    |    5 -
 hw/xwin/winscrinit.c               |    6 -
 hw/xwin/winwin32rootless.c         |   22 --
 include/closestr.h                 |   24 --
 include/colormapst.h               |    4 +-
 include/gc.h                       |    4 -
 include/gcstruct.h                 |    4 -
 mi/miglblt.c                       |    2 -
 miext/cw/cw.c                      |    1 -
 miext/damage/damage.c              |   24 --
 miext/rootless/README.txt          |   75 +------
 miext/rootless/rootless.h          |   90 +-------
 miext/rootless/rootlessCommon.c    |   39 ---
 miext/rootless/rootlessConfig.h    |    4 -
 miext/rootless/rootlessGC.c        |   57 +----
 miext/rootless/rootlessWindow.c    |   23 --
 49 files changed, 106 insertions(+), 1565 deletions(-)
 delete mode 100644 hw/xfree86/xaa/xaaWrapper.c
 delete mode 100644 hw/xfree86/xaa/xaaWrapper.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://lists.x.org/archives/xorg-devel/attachments/20100913/a06c6fa2/attachment-0001.pgp>


More information about the xorg-devel mailing list