Re: [osg-users] [osgPPU] Please test osgPPU v0.4.1

2010-04-27 Thread Allen Saucier
Will do Art. :)


--Allen

--
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=27329#27329





___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] [osgPPU] Please test osgPPU v0.4.1

2010-04-27 Thread Allen Saucier
Hi Art,

On Ubuntu 9.0.4  CMake 2.6:  good results.
I do not see where osgPPU is installed under linux, though.  I see no osgPPU 
install directory entry within the CMAKE variables.

Code:

The C compiler identification is GNU
The CXX compiler identification is GNU
Check for working C compiler: /usr/bin/gcc
Check for working C compiler: /usr/bin/gcc -- works
Detecting C compiler ABI info
Detecting C compiler ABI info - done
Check for working CXX compiler: /usr/bin/c++
Check for working CXX compiler: /usr/bin/c++ -- works
Detecting CXX compiler ABI info
Detecting CXX compiler ABI info - done
Looking for XOpenDisplay in /usr/lib/libX11.so;/usr/lib/libXext.so
Looking for XOpenDisplay in /usr/lib/libX11.so;/usr/lib/libXext.so - found
Looking for gethostbyname
Looking for gethostbyname - found
Looking for connect
Looking for connect - found
Looking for remove
Looking for remove - found
Looking for shmat
Looking for shmat - found
Looking for IceConnectionNumber in ICE
Looking for IceConnectionNumber in ICE - found
Found X11: /usr/lib/libX11.so
CUDA compiler found, CUDA examples would be built if not disabled by 
CUDA_BUILD_EXAMPLES
Detected OpenSceneGraph v2.8.3.
Plugins will be installed under osgPlugins-2.8.3 directory.
Configuring done

Detected OpenSceneGraph v2.8.3.
Plugins will be installed under osgPlugins-2.8.3 directory.
Configuring done
Generating done




ubuntu 9.0.4 compilation

Code:

[al...@nlosdemobox:]$ ls
bin CMakeFiles   CMakeModules   Data  include  
Makefile
CMakeCache.txt  cmake_install.cmake  cmake_uninstall.cmake  doc   lib  src
[al...@nlosdemobox:]$ make
Scanning dependencies of target osgPPU
[  2%] Building CXX object src/osgPPU/CMakeFiles/osgPPU.dir/Unit.o
[  5%] Building CXX object src/osgPPU/CMakeFiles/osgPPU.dir/UnitBypass.o
[  7%] Building CXX object 
src/osgPPU/CMakeFiles/osgPPU.dir/UnitDepthbufferBypass.o
[ 10%] Building CXX object 
src/osgPPU/CMakeFiles/osgPPU.dir/UnitCameraAttachmentBypass.o
[ 12%] Building CXX object src/osgPPU/CMakeFiles/osgPPU.dir/UnitTexture.o
[ 15%] Building CXX object src/osgPPU/CMakeFiles/osgPPU.dir/UnitOut.o
[ 17%] Building CXX object src/osgPPU/CMakeFiles/osgPPU.dir/UnitOutCapture.o
[ 20%] Building CXX object src/osgPPU/CMakeFiles/osgPPU.dir/UnitInOut.o
[ 22%] Building CXX object src/osgPPU/CMakeFiles/osgPPU.dir/UnitText.o
[ 25%] Building CXX object src/osgPPU/CMakeFiles/osgPPU.dir/UnitInResampleOut.o
[ 27%] Building CXX object src/osgPPU/CMakeFiles/osgPPU.dir/UnitInMipmapOut.o
[ 30%] Building CXX object 
src/osgPPU/CMakeFiles/osgPPU.dir/UnitMipmapInMipmapOut.o
[ 32%] Building CXX object src/osgPPU/CMakeFiles/osgPPU.dir/Processor.o
[ 35%] Building CXX object src/osgPPU/CMakeFiles/osgPPU.dir/Visitor.o
[ 37%] Building CXX object src/osgPPU/CMakeFiles/osgPPU.dir/Utility.o
[ 40%] Building CXX object src/osgPPU/CMakeFiles/osgPPU.dir/ColorAttribute.o
[ 42%] Building CXX object src/osgPPU/CMakeFiles/osgPPU.dir/ShaderAttribute.o
[ 45%] Building CXX object src/osgPPU/CMakeFiles/osgPPU.dir/UnitCamera.o
[ 47%] Building CXX object src/osgPPU/CMakeFiles/osgPPU.dir/UnitInOutModule.o
[ 50%] Building CXX object src/osgPPU/CMakeFiles/osgPPU.dir/Camera.o
Linking CXX shared library ../../lib/libosgPPU.so
[ 50%] Built target osgPPU
Scanning dependencies of target osgppu_hdr
[ 52%] Building CXX object src/example/hdr/CMakeFiles/osgppu_hdr.dir/osgppu.o
Linking CXX executable ../../../bin/osgppu_hdr
[ 52%] Built target osgppu_hdr
Scanning dependencies of target osgppu_viewer
[ 55%] Building CXX object 
src/example/viewer/CMakeFiles/osgppu_viewer.dir/view.o
Linking CXX executable ../../../bin/osgppu_viewer
[ 55%] Built target osgppu_viewer
Scanning dependencies of target osgppu_dof
[ 57%] Building CXX object src/example/dof/CMakeFiles/osgppu_dof.dir/dofppu.o
Linking CXX executable ../../../bin/osgppu_dof
[ 57%] Built target osgppu_dof
Scanning dependencies of target osgppu_cubemap
[ 60%] Building CXX object 
src/example/cubemap/CMakeFiles/osgppu_cubemap.dir/cubemap.o
Linking CXX executable ../../../bin/osgppu_cubemap
[ 60%] Built target osgppu_cubemap
Scanning dependencies of target osgppu_texture3D
[ 62%] Building CXX object 
src/example/texture3D/CMakeFiles/osgppu_texture3D.dir/texture3D.o
Linking CXX executable ../../../bin/osgppu_texture3D
[ 62%] Built target osgppu_texture3D
Scanning dependencies of target osgppu_video
[ 65%] Building CXX object src/example/video/CMakeFiles/osgppu_video.dir/video.o
Linking CXX executable ../../../bin/osgppu_video
[ 65%] Built target osgppu_video
Scanning dependencies of target osgppu_ssao
[ 67%] Building CXX object src/example/ssao/CMakeFiles/osgppu_ssao.dir/ssao.o
Linking CXX executable ../../../bin/osgppu_ssao
[ 67%] Built target osgppu_ssao
Scanning dependencies of target osgppu_glow
[ 70%] Building CXX object src/example/glow/CMakeFiles/osgppu_glow.dir/glow.o
Linking CXX executable ../../../bin/osgppu_glow
[ 70%] Built target osgppu_glow
Scanning dependencies of target osgppu_motionblur
[ 72%] 

[osg-users] [osgPPU] Please test osgPPU v0.4.1

2010-04-23 Thread Art Tevs
Hi folks,

during the last days I tried to merge the current osgPPU svn trunk with the 0.4 
version, and I think I did it. So, I would like you to ask to test the 0.4.1 
version. 

So to get it, type in:
svn co http://svn.tevs.eu/osgPPU/tags/osgPPU-0.4.1 osgPPU-0.4.1

New features are not includes, however there are a lot of bugfixes. So for 
example CUDA project should not crash on exit (however maybe after osg 2.8.2, 
since one patch is required for that). A lot of bugfixes with cmake files were 
solved. Dynamic resizing is also support and is shown in HDR, DoF, Glow and 
Viewer examples.

The version was tested on WinXP 64bit with VS 2008 (CUDA Toolit 3.0) and 
OpenSceneGraph 2.8.3. Every of the examples works fine. 

If there will be no complains about it, I will tag this version as 0.4.2 and 
will publish this as official NoeKit for 2.8.3.

Thank you in advance.

Cheers,
Art

--
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=27248#27248





___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org