aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/extras/Mesa.patches_6.4.2/4003_CreatePixmap-AllocationHints.patch
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2017-06-27 19:15:53 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2017-06-27 19:15:53 +0200
commite2d72b599a413e41ba2bcd3963c213f47478acff (patch)
tree5cc5047b3dd53c2b61157b58800558029e4b1fa4 /nx-X11/extras/Mesa.patches_6.4.2/4003_CreatePixmap-AllocationHints.patch
parent3dcdea4dd0bc8ed0c36076be6ed32c494c58d1f8 (diff)
downloadnx-libs-e2d72b599a413e41ba2bcd3963c213f47478acff.tar.gz
nx-libs-e2d72b599a413e41ba2bcd3963c213f47478acff.tar.bz2
nx-libs-e2d72b599a413e41ba2bcd3963c213f47478acff.zip
Mesa.patches: Have Mesa.patches_6.4.2 rather as a copy than as a symlink to Mesa.patches_6.4.1. Rebase 4004_define-USE_IEEE-macro-for-more-platforms.patch against Mesa 6.4.2 while being at it.
Diffstat (limited to 'nx-X11/extras/Mesa.patches_6.4.2/4003_CreatePixmap-AllocationHints.patch')
-rw-r--r--nx-X11/extras/Mesa.patches_6.4.2/4003_CreatePixmap-AllocationHints.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/nx-X11/extras/Mesa.patches_6.4.2/4003_CreatePixmap-AllocationHints.patch b/nx-X11/extras/Mesa.patches_6.4.2/4003_CreatePixmap-AllocationHints.patch
new file mode 100644
index 000000000..f2caf2812
--- /dev/null
+++ b/nx-X11/extras/Mesa.patches_6.4.2/4003_CreatePixmap-AllocationHints.patch
@@ -0,0 +1,13 @@
+Index: Mesa/include/GL/xmesa_xf86.h
+===================================================================
+--- Mesa.orig/include/GL/xmesa_xf86.h
++++ Mesa/include/GL/xmesa_xf86.h
+@@ -130,7 +130,7 @@ do { \
+
+ /* CreatePixmap returns a PixmapPtr; so, it cannot be inside braces */
+ #define XMesaCreatePixmap(__d,__b,__w,__h,__depth) \
+- (*__d->CreatePixmap)(__d, __w, __h, __depth)
++ (*__d->CreatePixmap)(__d, __w, __h, __depth, 0)
+
+ #define XMesaFreePixmap(__d,__b) \
+ (*__d->DestroyPixmap)(__b)