[Xquartz-changes] xserver: Changes to 'refs/tags/xorg-server-1.1.99.903'

Jeremy Huddleston jeremyhu at freedesktop.org
Sun Feb 15 00:51:51 PST 2015


Tag 'xorg-server-1.1.99.903' created by Adam Jackson <ajax at benzedrine.nwnk.net> at 2006-12-01 23:46 -0800

xorg-server-1.1.99.903

Changes since xorg-server-1.1.99.902:
Aaron Plattner (3):
      Add a -showDefaultModulePath option.
      Add a -showDefaultLibPath option.
      Add DIX_CFLAGS to util builds.

Adam Jackson (1):
      Fix release date, and tag 1.1.99.903

Daniel Stone (2):
      bump to 1.1.99.903
      remove CID support (bug #5553)

Dave Airlie (1):
      dri: setup libdrm hooks as early as possible.

Eric Anholt (2):
      Bug #8868: Remove drm from SUBDIRS now that the directory is gone.
      Fix typo before the last commit.

George Sapountzis (1):
      Fix GL context destruction with AIGLX.

Jeremy C. Reed (1):
      On DragonFLy, default to /dev/sysmouse (just like on FreeBSD).

Jurij Smakov (1):
      ffs: handle 0 argument (bug #8968)

Matthias Hopf (2):
      Bug #9023: Only check mice for "mouse" or "void" if identifier is != NULL.
      Fix potential NULL pointer access in timer code.

airlied (4):
      make X server use system libdrm - this requires libdrm >= 2.3.0
      DRI: call drmSetServerInfo() before drmOpen().
      add extern to struct definition
      fixup configure.ac problems with DRI_SOURCES and LBX_SOURCES

---
 GL/glx/glxext.c                           |    2 
 configure.ac                              |   14 
 dix/ffs.c                                 |    2 
 hw/kdrive/ati/Makefile.am                 |    3 
 hw/xfree86/Makefile.am                    |    1 
 hw/xfree86/common/xf86Config.c            |    4 
 hw/xfree86/common/xf86Init.c              |   26 
 hw/xfree86/dixmods/type1mod.c             |   15 
 hw/xfree86/doc/man/Xorg.man.pre           |    6 
 hw/xfree86/doc/man/xorg.conf.man.pre      |    2 
 hw/xfree86/dri/Makefile.am                |    5 
 hw/xfree86/dri/dri.c                      |   94 +
 hw/xfree86/dri/dri.h                      |    2 
 hw/xfree86/dri/drimodule.c                |   19 
 hw/xfree86/os-support/Makefile.am         |   10 
 hw/xfree86/os-support/bsd/Makefile.am     |    1 
 hw/xfree86/os-support/drm/Makefile.am     |   19 
 hw/xfree86/os-support/drm/drmmodule.c     |   57 
 hw/xfree86/os-support/drm/xf86drm.c       | 2291 ------------------------------
 hw/xfree86/os-support/drm/xf86drmHash.c   |  432 -----
 hw/xfree86/os-support/drm/xf86drmRandom.c |  216 --
 hw/xfree86/os-support/drm/xf86drmSL.c     |  488 ------
 hw/xfree86/os-support/xf86drm.h           |  637 --------
 hw/xfree86/os-support/xf86drmCompat.h     |  258 ---
 hw/xfree86/utils/cvt/Makefile.am          |    2 
 hw/xfree86/utils/ioport/Makefile.am       |    2 
 hw/xfree86/utils/pcitweak/Makefile.am     |    2 
 hw/xfree86/utils/scanpci/Makefile.am      |    2 
 hw/xfree86/utils/xorgcfg/text-mode.c      |    2 
 hw/xfree86/utils/xorgconfig/xorgconfig.c  |    2 
 hw/xfree86/xorgconf.cpp                   |    1 
 include/dix.h                             |    3 
 include/xorg-config.h.in                  |    3 
 os/Makefile.am                            |    2 
 os/WaitFor.c                              |   16 
 35 files changed, 175 insertions(+), 4466 deletions(-)
---


More information about the Xquartz-changes mailing list