[PULL] hw/xwin AIGLX fixes

Jon TURNEY jon.turney at dronecode.org.uk
Thu Jul 7 10:39:08 PDT 2011


Hi Keith,

This set of patches contains mainly various fixes to hw/xwin WGL AIGLX code
plus a couple of odds and ends.  Please consider pulling into master.

Thanks.


The following changes since commit d4096abb591353405417e53816e5c46e904e7b25:

  Merge remote-tracking branch 'whot/for-keith' (2011-07-01 15:45:45 -0700)

are available in the git repository at:

  git://anongit.freedesktop.org/~jturney/xserver master

Colin Harrison (1):
      hw/xwin/glx: Fix some warnings in generated wrapper code

Gaetan Nadon (1):
      XWinrc: replace hard coded section number with __filemansuffix__

Jon TURNEY (10):
      hw/xwin/glx: Fix fbconfig dumper formatting for 3 digit index numbers
      hw/xwin/glx: Improvements to glxWinErrorMessage() reporting in WGL GLX
provider
      hw/xwin/glx: Better handling of SetPixelFormat() failure
      hw/xwin/glx: Don't spam log with wglwrap symbol resolution status at startup
      hw/xwin/glx: Handle failure to get any fbconfigs more gracefully.
      hw/xwin: Add a flag to track which windows have been drawn to using WGL.
      hw/xwin: Report Window XIDs in Window debug messages
      hw/xwin: Add items to WGL AIGLX todo
      hw/xwin: Add -wgl option to XWin manpage
      glx: Remove a few lingering traces of __GLXscreen.GLXVersion

 glx/glxscreens.h                |    1 -
 hw/dmx/glxProxy/glxscreens.h    |    1 -
 hw/xquartz/GL/indirect.c        |    3 +-
 hw/xwin/glx/Makefile.am         |    6 ++-
 hw/xwin/glx/gen_gl_wrappers.py  |    2 +-
 hw/xwin/glx/indirect.c          |  102 +++++++++++++++++++++++++++++----------
 hw/xwin/glx/wgl_ext_api.c       |   13 ++---
 hw/xwin/glx/winpriv.c           |    5 ++-
 hw/xwin/man/XWin.man            |    4 ++
 hw/xwin/man/XWinrc.man          |    2 +-
 hw/xwin/winmultiwindowwindow.c  |   27 +++++-----
 hw/xwin/winmultiwindowwndproc.c |   14 +++++
 hw/xwin/winwindow.h             |    3 +
 13 files changed, 129 insertions(+), 54 deletions(-)



More information about the xorg-devel mailing list