From 875cb3b412844b4b73138448de7b679fc0824c2f Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Fri, 18 Jun 2010 16:07:55 +0000 Subject: [PATCH] Updated ChangeLog and AUTHORS file for 2.9.8 release --- AUTHORS.txt | 2 +- ChangeLog | 26 ++++++++++++++++++++++++++ 2 files changed, 27 insertions(+), 1 deletion(-) diff --git a/AUTHORS.txt b/AUTHORS.txt index f486aec09..f60191c32 100644 --- a/AUTHORS.txt +++ b/AUTHORS.txt @@ -50,6 +50,7 @@ Art Tevs Serge Lages Alberto Luaces Alberto Farre +Laurens Voerman David Fries André Garneau Adrian Egli @@ -57,7 +58,6 @@ Terry Welsh Ruben Lopez Randall Hopper Mathieu Marache -Laurens Voerman Jan Peciva Sherman Wilcox Robert Milharcic diff --git a/ChangeLog b/ChangeLog index dab2eaae8..674fcd364 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,29 @@ +2010-06-18 15:48 robert + + * src/osgViewer/View.cpp: From Laurens Voerman, "While reading the + code for setUpViewFor3DSphericalDisplay I noticed that the top + face of the cube map uses Draw/Read buffer GL_BACK, while all + other faces are using the GL_FRONT buffer. This because the + buffer variable is hidden by a new buffer at lower scope. + Removing the local variable tested (win32 and linux64) and works + fine." + +2010-06-18 15:46 robert + + * AUTHORS.txt, applications/osgversion/Contributors.cpp: Updated + AUTHORS + +2010-06-18 15:16 robert + + * ChangeLog: Updated ChangeLog + +2010-06-18 14:53 robert + + * src/osgViewer/GraphicsWindowCarbon.cpp, + src/osgViewer/GraphicsWindowWin32.cpp, + src/osgViewer/GraphicsWindowX11.cpp: Added checks against windows + being realized before doing warp pointer + 2010-06-18 09:48 robert * src/osgDB/DatabasePager.cpp: #if 0'd out debugging timing code