OpenSceneGraph/src/osgViewer
Robert Osfield f2f9bb11b0 Moved the StateSet query and texcoord settings to within the if (vertices) block to avoid
an attempt to dereferences geometry->getStateSet() when non Geometry drawable is intersected.
2011-01-18 15:00:36 +00:00
..
CMakeLists.txt From Ulrich Hertlein, "Attached; here's a summary of the changes: 2010-12-02 14:20:52 +00:00
CompositeViewer.cpp Converted FrameStamp::g/setFrameNumber from int to uint 2010-12-22 20:11:05 +00:00
DarwinUtils.h Fixed permissions 2010-06-03 16:02:01 +00:00
DarwinUtils.mm Fixed permissions 2010-06-03 16:02:01 +00:00
GraphicsWindowCarbon.cpp Added checks against windows being realized before doing warp pointer 2010-06-18 14:53:58 +00:00
GraphicsWindowCocoa.mm From David Guthrie, "The cocoa version of the window for Mac OS X doesn't implement the requestWarpPointer function, but it turns out that the code from the Carbon version of the window is the same because it uses the windowing interface, so it this version, based on 2.8.3 GraphicsWindowCocoa, I copied the function over. The trunk version it also missing the function and the code looks to be very similar, so I assume it will transfer simply enough. 2010-09-21 10:28:50 +00:00
GraphicsWindowIOS.mm From Tomas Holgarth and Stephan Huber, " 2010-11-26 18:19:28 +00:00
GraphicsWindowWin32.cpp From Wojciech Lewandowski, "As promised I prepared a patch to expose WGL_SWAP_METHOD / PFD_SWAP_METHOD selection via GraphicsContext::Traits. Since Traits don't define any enums (I guess to be simple to use) I tried to keep it that way and have added two boolean values: swapCopy & swapExchange. It is somewhat similar approach to GDI PixelFormatDescription were both options can be present together. Feel free to replace it with enum if you find it more appropriate. 2010-10-01 18:02:24 +00:00
GraphicsWindowX11.cpp Added TODO notes 2010-12-12 10:00:57 +00:00
HelpHandler.cpp Changed HelpHandler so it supports use with CompositeViewer and Viewer 2007-09-30 19:15:32 +00:00
IOSUtils.h From Tomas Holgarth and Stephan Huber, " 2010-11-26 18:19:28 +00:00
IOSUtils.mm From Tomas Holgarth and Stephan Huber, " 2010-11-26 18:19:28 +00:00
PixelBufferCarbon.cpp conversion of osg::notify to OSG_INFO etc. 2010-05-28 15:56:43 +00:00
PixelBufferCocoa.mm Fixed permissions 2010-06-03 16:02:01 +00:00
PixelBufferWin32.cpp Removed redudent makeCurrentImplementation() that was causing a crash in osgscreencapture. 2010-12-02 09:39:31 +00:00
PixelBufferX11.cpp conversion of osg::notify to OSG_INFO etc. 2010-05-28 15:56:43 +00:00
Renderer.cpp From Tim Moore, "This patch fixes a race condition in Renderer::ThreadSafeQueue that was causing some notifications of available SceneView objects to be missed. I saw a very noticeable performance problem (60 fps -> 8 fps) in DrawThreadPerContext mode in an osgEarth application before this patch. I had high hopes that this change might fix the much-discussed multiple GPU problem; no such luck, but I think the root cause of that is probably a similar threading issue." 2011-01-11 16:58:17 +00:00
Scene.cpp Fixed crash on intialization of static applications by moving the static mutexes inside singleton methods. 2010-11-12 09:48:21 +00:00
ScreenCaptureHandler.cpp conversion of osg::notify to OSG_INFO etc. 2010-05-28 15:56:43 +00:00
StatsHandler.cpp Converted FrameStamp::g/setFrameNumber from int to uint 2010-12-22 20:11:05 +00:00
Version.cpp From David Callu, improved consistency of Version strings and add version support 2007-09-05 17:12:24 +00:00
View.cpp Introduction of IncrementalCompileOperation support to DatabasePager. 2010-10-14 18:16:03 +00:00
Viewer.cpp Converted FrameStamp::g/setFrameNumber from int to uint 2010-12-22 20:11:05 +00:00
ViewerBase.cpp Converted FrameStamp::g/setFrameNumber from int to uint 2010-12-22 20:11:05 +00:00
ViewerEventHandlers.cpp Moved the StateSet query and texcoord settings to within the if (vertices) block to avoid 2011-01-18 15:00:36 +00:00