[SCM] Packaging for ogre branch, master, updated. upstream/1.4.8.dfsg1-78-g2546d33

Andres Mejia mcitadel at gmail.com
Mon May 19 04:59:44 UTC 2008


The following commit has been merged in the master branch:
commit 2546d33562cbd3b293aa6c1f49a32b368ce222d5
Author: Andres Mejia <mcitadel at gmail.com>
Date:   Mon May 19 00:59:26 2008 -0400

    Add patch

diff --git a/debian/patches/nvidia_fbo_fix.patch b/debian/patches/nvidia_fbo_fix.patch
new file mode 100644
index 0000000..d7b61c3
--- /dev/null
+++ b/debian/patches/nvidia_fbo_fix.patch
@@ -0,0 +1,13 @@
+--- RenderSystems/GL/src/OgreGLFBORenderTexture.cpp.bak	2008-05-19 00:52:46.000000000 -0400
++++ RenderSystems/GL/src/OgreGLFBORenderTexture.cpp	2008-05-19 00:56:12.000000000 -0400
+@@ -308,7 +308,9 @@
+                     {
+                         // Packed depth/stencil format
+ 
+-#if OGRE_PLATFORM == OGRE_PLATFORM_LINUX
++// #if OGRE_PLATFORM == OGRE_PLATFORM_LINUX
++// It now seems as if this workaround now *breaks* nvidia cards on Linux with the 169.12 drivers on Linux
++#if 0
+                         // Only query packed depth/stencil formats for 32-bit
+                         // non-floating point formats (ie not R32!) 
+                         // Linux nVidia driver segfaults if you query others

-- 
Packaging for ogre



More information about the Pkg-games-commits mailing list