[libopengl-perl] 05/11: Refresh patch Delete-functions-removed-from-Mesa.patch.

gregor herrmann gregoa at debian.org
Sat Aug 5 01:34:09 UTC 2017


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libopengl-perl.

commit 432bc8cc06c885aee64e052a910bab9877d57a4d
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri Aug 4 21:09:52 2017 -0400

    Refresh patch Delete-functions-removed-from-Mesa.patch.
---
 .../Delete-functions-removed-from-Mesa.patch       | 65 +++-------------------
 1 file changed, 9 insertions(+), 56 deletions(-)

diff --git a/debian/patches/Delete-functions-removed-from-Mesa.patch b/debian/patches/Delete-functions-removed-from-Mesa.patch
index 3b5dda5..be06da1 100644
--- a/debian/patches/Delete-functions-removed-from-Mesa.patch
+++ b/debian/patches/Delete-functions-removed-from-Mesa.patch
@@ -24,75 +24,28 @@ Signed-off-by: Petr Písař <ppisar at redhat.com>
 
 Bug: https://sourceforge.net/p/pogl/bugs/21/
 Bug-Debian: https://bugs.debian.org/795741
+
+Modified to only remove glResizeBuffersMESA, rest was applied on 0.70.
+
 ---
  pogl_gl_Vert_Multi.xs | 54 ---------------------------------------------------
  1 file changed, 54 deletions(-)
 
-diff --git a/pogl_gl_Vert_Multi.xs b/pogl_gl_Vert_Multi.xs
-index e360e5c..4e8a010 100644
 --- a/pogl_gl_Vert_Multi.xs
 +++ b/pogl_gl_Vert_Multi.xs
-@@ -359,60 +359,6 @@ glEdgeFlagPointerEXT_oga(oga)
- #endif
+@@ -839,15 +839,6 @@
+ #endif // !NO_GL_EXT_vertex_array
  
  
--#ifdef GL_MESA_window_pos
--
--#// glWindowPos2iMESA($x, $y);
--void
--glWindowPos2iMESA(x, y)
--	GLint	x
--	GLint	y
--
--#// glWindowPos2dMESA($x, $y);
--void
--glWindowPos2dMESA(x, y)
--	GLdouble	x
--	GLdouble	y
--
--#// glWindowPos3iMESA($x, $y, $z);
--void
--glWindowPos3iMESA(x, y, z)
--	GLint	x
--	GLint	y
--	GLint	z
--
--#// glWindowPos3dMESA($x, $y, $z);
--void
--glWindowPos3dMESA(x, y, z)
--	GLdouble	x
--	GLdouble	y
--	GLdouble	z
--
--#// glWindowPos4iMESA($x, $y, $z, $w);
--void
--glWindowPos4iMESA(x, y, z, w)
--	GLint	x
--	GLint	y
--	GLint	z
--	GLint	w
--
--#// glWindowPos4dMESA($x, $y, $z, $w);
--void
--glWindowPos4dMESA(x, y, z, w)
--	GLdouble	x
--	GLdouble	y
--	GLdouble	z
--	GLdouble	w
--
--#endif
--
 -#ifdef GL_MESA_resize_buffers
 -
 -#// glResizeBuffersMESA();
 -void
 -glResizeBuffersMESA()
 -
--#endif
+-#endif // GL_MESA_resize_buffers
 -
- #ifdef GL_ARB_draw_buffers
+-
+ #ifdef GL_VERSION_2_0
  
- #//# glDrawBuffersARB_c($n,(CPTR)buffers);
--- 
-2.1.0
-
+ #//# glDrawBuffers_c($n,(CPTR)buffers);

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libopengl-perl.git



More information about the Pkg-perl-cvs-commits mailing list