Hi Keith,

The original pull request has been updated with recent resource size reporting fixes.

The following changes since commit 1a0d9324b3d9fd93e685066e0e5cea0611878c0d:
  Aaron Plattner (1):
Revert "Set DamageSetReportAfterOp to true for the damage extension" (#30260)

are available in the git repository at:

  git://gitorious.org/rjy-fdo/xserver.git for-keith

Rami Ylimäki (7):
Revert "os: Prevent backtrace from being stopped in noreturn functions."
      dix: Add facilities for client ID tracking.
Xext: Use general OS functions to determine client command string in SELinux.
      dix: Provide means to report exact sizes of resources.
      dix: Add reverse resource name lookup function to registry.
      render: Report pixmap usage of pictures to resource extension.
composite: Report pixmap usage of client windows to resource extension.

 Xext/xres.c                  |   67 +++++----
 Xext/xselinux_hooks.c        |   22 +--
 composite/compext.c          |   24 +++
 configure.ac                 |   28 ++--
 dix/Makefile.am              |    1 +
dix/client.c | 345 ++++++++++++++++++++++++++++++++++++++++++
 dix/main.c                   |    3 +
 dix/registry.c               |   10 ++
 dix/resource.c               |  199 ++++++++++++++++++++++++-
 hw/xfree86/loader/sdksyms.sh |    1 +
 include/Makefile.am          |    1 +
 include/client.h             |   60 ++++++++
 include/dix-config.h.in      |    3 +
 include/os.h                 |    3 +
 include/registry.h           |    6 +
 include/resource.h           |   23 +++
 os/Makefile.am               |   17 +--
 os/access.c                  |   76 +++++++++
 render/picture.c             |   22 +++
 19 files changed, 835 insertions(+), 76 deletions(-)
 create mode 100644 dix/client.c
 create mode 100644 include/client.h

_______________________________________________
[email protected]: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to