[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

xorg-server: Changes to 'refs/tags/xorg-server-1.2.0'



Tag 'xorg-server-1.2.0' created by Adam Jackson <ajax@benzedrine.nwnk.net> at 2007-01-23 05:37 +0100

xorg-server-1.2.0

Changes since xorg-server-1.1.99.903:
Aaron Plattner:
      Bug #9219: Return BadMatch when trying to name the backing pixmap of an unrealized window.
      Bug #9219: Use pWin->viewable instead of pWin->realized to catch InputOnly windows too.
      Fix BSF and BSR instructions in the x86 emulator.

Adam Jackson:
      Bug #9555: Always define _GNU_SOURCE in glibc environments.
      Bug #8991: Add glXGetDrawableAttributes dispatch; fix texture format therein.
      Bump video and input ABI minors.
      Fix release date.

Alan Coopersmith:
      Fix syntax error in configure check for SYSV_IPC that broke with Sun cc
      Map missing keycodes for Sun Type 5 keyboard on Solaris SPARC
      Update pci.ids to 2006-12-06 from pciids.sf.net
      Xorg & Xserver man page updates for 1.2 release
      xorg.conf man page should say "XFree86-DGA", not "Xorg-DGA"
      Xserver man page: remove bc, add -wr
      Update pci.ids to 2007-01-18 snapshot
      Update Xserver man page to match commit ed33c7c98ad0c542e9e2dd6caa3f84879c21dd61

Alan Hourihane:
      Fix Tooltip from minimized clients
      Fix Xming fails to use xkb bug
      Fix bad commit
      Set Int10Current->Tag for the linux native int10 module

Brian:
      added mipmap.c

Daniel Stone:
      configure.ac: prepare for 1.2.0 (X11R7.2)

Donnie Berkholz:
      sparc: don't include asm/kbio.h -- it no longer exists in current headers.

Drew Parsons:
      Minor typos in Xserver man page.

Eric Anholt:
      Fix several cases where optimized paths were hit when they shouldn't be.
      Try dlsym(RTLD_DEFAULT) first when finding symbols.

James Steven Supancic III:
      Fix RENDER issues (bug #7555) and implement RENDER add/remove screen

Kevin E Martin:
      For Xvfb, Xnest and Xprt, compile fbcmap.c with -DXFree86Server

Matthieu Herrb:
      Multiple integer overflows in dbe and render extensions

Michel Dänzer:
      Require glproto >= 1.4.8 for GLX.
      __glXDRIscreenProbe: Use drmOpen/CloseOnce.

Samuel Thibault:
      xfree86/hurd: re-add missing keyboard support (bug #5613)
      remove last remaning 'linux'isms (bug #5613)

---
 GL/glx/glxcmds.c                          |   25 
 GL/glx/glxdri.c                           |   22 
 GL/glx/glxutil.h                          |    2 
 GL/glx/indirect_dispatch.h                |   34 
 GL/glx/indirect_reqsize.c                 |    2 
 GL/glx/indirect_table.c                   |   29 
 GL/glx/indirect_util.c                    |    2 
 GL/mesa/main/Makefile.am                  |    1 
 composite/compext.c                       |    5 
 configure.ac                              |   49 
 dbe/dbe.c                                 |   34 
 doc/Xserver.man.pre                       |   31 
 fb/fbpict.c                               |   15 
 fb/fbpict.h                               |   47 
 hw/dmx/dmxextension.c                     |  133 +
 hw/dmx/dmxinit.c                          |    2 
 hw/dmx/dmxpict.c                          |   85 
 hw/dmx/dmxpict.h                          |    2 
 hw/kdrive/Makefile.am                     |    6 
 hw/vfb/Makefile.am                        |    2 
 hw/xfree86/common/xf86Module.h            |    4 
 hw/xfree86/doc/man/Xorg.man.pre           |   60 
 hw/xfree86/doc/man/xorg.conf.man.pre      |    2 
 hw/xfree86/int10/generic.c                |    2 
 hw/xfree86/loader/dlloader.c              |    4 
 hw/xfree86/os-support/hurd/Makefile.am    |    7 
 hw/xfree86/os-support/hurd/hurd_io.c      |  131 +
 hw/xfree86/os-support/hurd/hurd_kbd.c     |  176 +
 hw/xfree86/os-support/linux/int10/linux.c |    3 
 hw/xfree86/os-support/solaris/sun_kbdEv.c |   36 
 hw/xfree86/scanpci/pci.ids                |  401 ++-
 hw/xfree86/scanpci/xf86PciStdIds.h        | 3867 +++++++++++++++++++++++++++++-
 hw/xfree86/x86emu/ops2.c                  |   36 
 hw/xnest/Makefile.am                      |    1 
 hw/xprint/Makefile.am                     |    3 
 hw/xwin/InitOutput.c                      |    1 
 hw/xwin/winmultiwindowwindow.c            |    7 
 include/dix-config.h.in                   |   12 
 os/utils.c                                |   18 
 render/render.c                           |   15 
 40 files changed, 4941 insertions(+), 373 deletions(-)
---



Reply to: