[PULL] hw/xwin patches

Jon TURNEY jon.turney at dronecode.org.uk
Fri Sep 5 07:23:07 PDT 2014


Hi Keith,

Please consider pulling into master.

Thanks.

The following changes since commit 3a51418b2db353519a1779cf3cebbcc9afba2520:

   ephyr: set screen size & origin from host X server output's CRTC 
geometry (2014-08-21 20:14:55 -0500)

are available in the git repository at:

   git://people.freedesktop.org/~jturney/xserver
for you to fetch changes up to f92df22a037cb8b672dab2e7aef18a22275f5660:

   hw/xwin/glx: Remove an incorrect assertion in 
glxWinDrawableSwapBuffers (2014-08-29 13:56:36 +0100)

----------------------------------------------------------------
Jon TURNEY (10):
       hw/xwin/glx: When generating shims, limit the considered features 
to GL version <=1.2
       hw/xwin: Makefile.am cleanup
       hw/xwin: Improve choice of display name used by internal clients
       hw/xwin: Fix a potential crash in winRedrawScreenShadowDDNL()
       hw/xwin: Add an idempotency guard to glwindows.h
       hw/xwin/glx: Don't override the server supported GL extensions 
string.
       hw/xwin/glx: Update .gitignore
       hw/xwin/glx: Fix a couple of typo bugs in indirect.c
       hw/xwin/glx: Downgrade "forcing window to exist" message to debug
       hw/xwin/glx: Remove an incorrect assertion in 
glxWinDrawableSwapBuffers

  hw/xwin/Makefile.am            | 33 +++++++++++++++++-----
  hw/xwin/glx/.gitignore         |  5 +++-
  hw/xwin/glx/gen_gl_wrappers.py | 13 +++++----
  hw/xwin/glx/glwindows.h        |  5 ++++
  hw/xwin/glx/indirect.c         | 19 ++-----------
  hw/xwin/glx/winpriv.c          |  2 +-
  hw/xwin/winclipboardthread.c   |  3 +-
  hw/xwin/windisplay.c           | 64 
++++++++++++++++++++++++++++++++++++++++++
  hw/xwin/windisplay.h           | 34 ++++++++++++++++++++++
  hw/xwin/winmsg.h               |  2 ++
  hw/xwin/winmultiwindowwm.c     |  7 ++---
  hw/xwin/winprefs.c             |  8 +++---
  hw/xwin/winshadddnl.c          |  4 +++
  13 files changed, 160 insertions(+), 39 deletions(-)
  create mode 100644 hw/xwin/windisplay.c
  create mode 100644 hw/xwin/windisplay.h


More information about the xorg-devel mailing list