[PULL] DRI2 resource fixes

Kristian Høgsberg krh at bitplanet.net
Tue May 11 08:04:27 PDT 2010


All patches in this series have now been reviewed and a roll-up patch of
these changes are shipping in the Fedora X server.

The following changes since commit 10de9e8ee37265a35ceeceb2007d711da70d4f2d:
  Peter Hutterer (1):
        xfree86: dga needs to use the master keyboard state (#27573)

are available in the git repository at:

  git://anongit.freedesktop.org/~krh/xserver dri2-resource-fixes

Kristian Høgsberg (4):
      dix: Update element count in FreeResource*()
      glxdri2: Hard-code the extension version we need
      list.h: Add list_for_each_entry_safe()
      dri2: Take an XID for tracking the DRI2 drawable

 dix/resource.c            |   10 +++-
 glx/glxcmds.c             |   23 ++++---
 glx/glxdri.c              |    8 ++-
 glx/glxdri2.c             |   16 +++--
 glx/glxdriswrast.c        |    8 ++-
 glx/glxscreens.h          |    6 +-
 hw/xfree86/dri2/dri2.c    |  150 ++++++++++++++++++++++++++++++++++++++-------
 hw/xfree86/dri2/dri2.h    |    3 +-
 hw/xfree86/dri2/dri2ext.c |    2 +-
 include/list.h            |    6 ++
 10 files changed, 183 insertions(+), 49 deletions(-)


More information about the xorg-devel mailing list