[PULL] Trivial fixes

Adam Jackson ajax at nwnk.net
Fri Dec 13 12:26:26 PST 2013


Fixes Present and DRI3 to use internal protocol version numbers, fixes a
typo in configure.ac (that would blow up into a syntax error), and
immunizes the GLX code from null GetProcAddress results.


The following changes since commit fe07ec19e212a68076560d243a2a935c54589068:

  present: recursively set window pixmaps on flip (2013-12-10 14:16:42 -0800)

are available in the git repository at:

  ssh://people.freedesktop.org/~ajax/xserver.git xserver-next

for you to fetch changes up to f4bfb14f53a939574da1f5995f0dad949898b86a:

  configure: Fix a typo near dri3/shmfence detection (2013-12-13 15:08:44 -0500)

----------------------------------------------------------------
Adam Jackson (5):
      dri3: Guard against buggy clients
      dri3: Don't use the major/minor version from the protocol headers
      present: Don't use the major/minor version from the protocol headers
      glx: Add null pointer protection to __glGetProcAddress
      configure: Fix a typo near dri3/shmfence detection

 configure.ac                | 2 +-
 dri3/dri3_request.c         | 5 +++--
 dri3/dri3_screen.c          | 6 ++++++
 glx/glxext.c                | 4 +++-
 include/protocol-versions.h | 8 ++++++++
 present/present_request.c   | 5 +++--
 6 files changed, 24 insertions(+), 6 deletions(-)

- ajax



More information about the xorg-devel mailing list