aboutsummaryrefslogtreecommitdiff
path: root/debian/patches
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2015-02-09 10:32:49 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2015-02-09 10:32:49 +0100
commit939492d83d5be30d139519367e6c8451cef95608 (patch)
tree000df0796a2ec8f5cc537c2d5e546976378857a7 /debian/patches
parent4db6f0fdba904d00c1cfc3909b9b2c09655abf87 (diff)
downloadnx-libs-939492d83d5be30d139519367e6c8451cef95608.tar.gz
nx-libs-939492d83d5be30d139519367e6c8451cef95608.tar.bz2
nx-libs-939492d83d5be30d139519367e6c8451cef95608.zip
Revert "Add patch 700_nx-X11_mesa-initialize-server-support-correctly.full.patch. Initialize server_support array with correct size. Fix Mesa upstream bugzilla bug #7353. (Fixes: #776)."
This reverts commit 4db6f0fdba904d00c1cfc3909b9b2c09655abf87. Reason: the file nx-X11/extras/Mesa/src/glx/x11/glxextensions.c is not used at build time and has been removed from the code base in NX 3.6.
Diffstat (limited to 'debian/patches')
-rw-r--r--debian/patches/700_nx-X11_mesa-initialize-server-support-correctly.full.patch49
-rw-r--r--debian/patches/series1
2 files changed, 0 insertions, 50 deletions
diff --git a/debian/patches/700_nx-X11_mesa-initialize-server-support-correctly.full.patch b/debian/patches/700_nx-X11_mesa-initialize-server-support-correctly.full.patch
deleted file mode 100644
index 3fe8c5745..000000000
--- a/debian/patches/700_nx-X11_mesa-initialize-server-support-correctly.full.patch
+++ /dev/null
@@ -1,49 +0,0 @@
-From 7ef4a07165d49e671f6f569ee87bfe893b1e7fcf Mon Sep 17 00:00:00 2001
-From: Ian Romanick <idr@us.ibm.com>
-Date: Thu, 13 Jul 2006 15:27:37 +0000
-Subject: [PATCH] Move initialization of server_support from
- __glXProcessServerString to __glXCalcualteUsableExtensions. By having both
- callers of __glXProcessServerString initialize the bit-fields passed in, we
- guarantee that the correct amount of data is initialized:
-
-This fixes bugzilla #7353.
----
- nx-X11/extras/Mesa/src/glx/x11/glxextensions.c | 9 +++++++--
- 1 file changed, 7 insertions(+), 2 deletions(-)
-
-diff --git a/nx-X11/extras/Mesa/src/glx/x11/glxextensions.c b/nx-X11/extras/Mesa/src/glx/x11/glxextensions.c
-index c3bc930..d00bdbb 100644
---- a/nx-X11/extras/Mesa/src/glx/x11/glxextensions.c
-+++ b/nx-X11/extras/Mesa/src/glx/x11/glxextensions.c
-@@ -319,6 +319,11 @@ set_glx_extension( const struct extension_info * ext,
- *
- * \param server_string GLX extension string from the server.
- * \param server_support Bit-field of supported extensions.
-+ *
-+ * \note
-+ * This function is used to process both GLX and GL extension strings. The
-+ * bit-fields used to track each of these have different sizes. Therefore,
-+ * the data pointed by \c server_support must be preinitialized to zero.
- */
- static void
- __glXProcessServerString( const struct extension_info * ext,
-@@ -328,8 +333,6 @@ __glXProcessServerString( const struct extension_info * ext,
- unsigned base;
- unsigned len;
-
-- (void) memset( server_support, 0, sizeof( server_support ) );
--
- for ( base = 0 ; server_string[ base ] != NUL ; /* empty */ ) {
- /* Determine the length of the next extension name.
- */
-@@ -580,6 +583,8 @@ __glXCalculateUsableExtensions( __GLXscreenConfigs *psc,
-
- __glXExtensionsCtr();
- __glXExtensionsCtrScreen( psc );
-+
-+ (void) memset( server_support, 0, sizeof( server_support ) );
- __glXProcessServerString( known_glx_extensions,
- psc->serverGLXexts, server_support );
-
---
-2.1.4
diff --git a/debian/patches/series b/debian/patches/series
index 1b0e2b545..e6398bc19 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -68,7 +68,6 @@
605_nxcomp_Types.h-dont-use-STL-internals-on-libc++.full+lite.patch
606_nx-X11_build-on-aarch64.full.patch
607_nxcomp_macosx-X11-launcher-in-private-tmp.full+lite.patch
-700_nx-X11_mesa-initialize-server-support-correctly.full.patch
990_fix-DEBUG-and-TEST-builds.full.patch
991_fix-hr-typos.full+lite.patch
991_fix-hr-typos.full.patch