Commit Graph

  • d7cd5b1811 Updated SO version for svn/trunk. Robert Osfield 2015-09-04 14:24:40 +00:00
  • 0d72b85881 Fixed warning Robert Osfield 2015-09-04 14:24:11 +00:00
  • 53a850c671 Fixed warning by removing redundent check Robert Osfield 2015-09-04 14:23:55 +00:00
  • 0532c93c8c Corrected the Subload::generateTextureObject() return type to make it consistent with Texture::generateTextureObject(..) Robert Osfield 2015-08-14 15:25:08 +00:00
  • f4013a68da Updated ChangeLog OpenSceneGraph-3.4.0 Robert Osfield 2015-08-12 11:13:17 +00:00
  • 2ad1e661e0 Added initializer Robert Osfield 2015-08-12 10:44:20 +00:00
  • c1d5b6992c Updated ChangeLog Robert Osfield 2015-08-12 10:30:18 +00:00
  • b92c3f1455 Merged shaders from svn/trunk that refactor the workaround to the NVidia driver bug Robert Osfield 2015-08-12 10:19:15 +00:00
  • 051ee49098 Updated shaders from OpenSceneGraph-Data with refactor of workaround to NVidia driver bug Robert Osfield 2015-08-12 10:18:09 +00:00
  • 9975e15a97 Update ChangeLog Robert Osfield 2015-08-12 10:06:58 +00:00
  • 9c384664af Updated ChangeLog OpenSceneGraph-3.2.3 Robert Osfield 2015-08-12 10:04:33 +00:00
  • c1f083a67e Revised shaders to catch NVidia length bug that generates NAN's Robert Osfield 2015-08-12 08:34:57 +00:00
  • 23d582fef5 Updated version and ChangeLog for release Robert Osfield 2015-08-12 07:41:40 +00:00
  • 074d470fa5 Updated version number for 3.2.3 release Robert Osfield 2015-08-12 07:38:17 +00:00
  • ee71c5a63f Updated AUTHORS, ChangeLog and README for 3.2.3 release Robert Osfield 2015-08-12 07:37:39 +00:00
  • fc77489239 Merged Contributors list from svn/trunk. Robert Osfield 2015-08-12 06:50:35 +00:00
  • 6a41ccf537 Added GL1 to the docs of the GL_PROFILE string Updated the date of the 3.4.0 release in the README. Robert Osfield 2015-08-12 06:39:57 +00:00
  • 5b242d22ff Change RC number to 0 for 3.4.0 stable release. Updated ChangeLog Updated the release data in the README Robert Osfield 2015-08-12 06:38:59 +00:00
  • 814a885a6c Updated ChangeLog and RC nubmer to 13, and added GL1 to the docs on the GL_PROFILE usage Robert Osfield 2015-08-11 20:12:02 +00:00
  • 471b256d30 Refactored workaround of NVidia nan length bug. Robert Osfield 2015-08-11 20:08:07 +00:00
  • eba1cc6e4f Refactored workaround of NVidia nan lenght() bug. Robert Osfield 2015-08-11 20:06:38 +00:00
  • 8f73ddc27d Moved the FIND_PACKAGE(Boost) from the root CMakeLists.txt into the local Find scripts to avoid Boost check when not neccessary. Robert Osfield 2015-08-11 08:44:46 +00:00
  • 41f284b678 Moved FIND_PACKAGE(Boost) to within the individual Find scripts that actually need it rather in the root CMakeLists.txt. Robert Osfield 2015-08-11 08:43:40 +00:00
  • 0874f126c0 Updated ChangeLog Robert Osfield 2015-08-10 19:58:22 +00:00
  • 697128a11d From svn/trunk merged support for passing the GL_VENDOR string into the #pragma(tic) shader compositions defines Robert Osfield 2015-08-10 19:56:53 +00:00
  • b964c53445 Removed spaces Robert Osfield 2015-08-10 19:55:16 +00:00
  • 96d247aa7e Update RC number to 12, and updated ChangeLog Robert Osfield 2015-08-10 19:46:19 +00:00
  • 5194d81a89 Fixed line endings Robert Osfield 2015-08-10 19:40:36 +00:00
  • c0ac503123 Fixed line endings Robert Osfield 2015-08-10 19:40:25 +00:00
  • 8ebe075722 Updated built-in shaders from OpenSceneGraph-Data vesion that introduce #pragma(tic) shaders that resolve the NVidia loop iteration bug. Robert Osfield 2015-08-10 19:39:23 +00:00
  • b74924fab4 Updated built-in shaders from OpenSceneGraph-Data vesion that introduce #pragma(tic) shaders that resolve the NVidia loop iteration bug. Robert Osfield 2015-08-10 19:39:18 +00:00
  • 75217a2ed5 Quietened down #pragma(tic) shader composition messages Robert Osfield 2015-08-10 19:19:03 +00:00
  • a2013caa47 Quietened down #pragma(tic) shader composition messages Robert Osfield 2015-08-10 19:18:54 +00:00
  • aff6e112ec Added support for injecting GL_VENDOR strings into GLSL shaders via the new #pragma(tic) shader composition Robert Osfield 2015-08-10 17:42:05 +00:00
  • 8ab27a20d2 Build fix for VS and installing Types Robert Osfield 2015-08-10 05:04:56 +00:00
  • 2bed348da1 Build fix for VS and installing TYpes Robert Osfield 2015-08-10 05:04:39 +00:00
  • af8b11a391 Update ChangeLog and AUTHORS for rc11 Robert Osfield 2015-08-09 10:20:51 +00:00
  • 27f080159e Updated RC number to 11. Robert Osfield 2015-08-09 10:16:48 +00:00
  • e8722e76ea Changed GLint64 and GLuint64 to use int64_t and uint64_t (pulled in via include/osg/Types) to avoid conflict with Qt5 definitions Robert Osfield 2015-08-09 10:16:03 +00:00
  • 7aa2c7c10f Changed GLint64 and GLuint64 setup to use int64_t and uint64_t resptectivly respectively to avoid issues with compiling against Qt5 Robert Osfield 2015-08-09 09:42:31 +00:00
  • 8b4ff0f50a Added #idef guards for SGIX usage Robert Osfield 2015-08-09 09:40:59 +00:00
  • 583801179e Added #ifdef guards around SGIX specific parts to avoid build problems with GLES Robert Osfield 2015-08-09 09:07:05 +00:00
  • 559da06ffa From Glenn Waldron, fix error in ZIP plugin handling of memory buffer Robert Osfield 2015-08-08 08:49:53 +00:00
  • fde838b029 From Glenn Waldron, fix error in ZIP plugin handling of memory buffer Robert Osfield 2015-08-08 08:49:42 +00:00
  • 6fa7dd27f3 From Glenn Waldron, fix error in ZIP plugin handling of memory buffer Robert Osfield 2015-08-08 08:49:33 +00:00
  • 5c40e9bf81 Updated rc number and ChangeLog for 3.4.0-rc10 Robert Osfield 2015-08-06 15:10:55 +00:00
  • 1186143571 Merged workaround for NVidia driver/GPU bug by updating shaders from svn/trunk that change float to int usage. Robert Osfield 2015-08-06 15:04:36 +00:00
  • 732364d49b Added checks for the validity of chached coordinate arrays. Robert Osfield 2015-08-06 15:03:50 +00:00
  • cd09242520 Added checks for the validity of chached coordinate arrays. Robert Osfield 2015-08-06 15:03:05 +00:00
  • d205919881 Updated shaders from OpenSceneGraph-Data. Robert Osfield 2015-08-06 10:09:29 +00:00
  • 32366f0489 Updated RayTracedTechnique shaders from svn/trunk. Robert Osfield 2015-08-06 10:09:18 +00:00
  • 07d2adec5c Release OpenSceneGraph-3.2.2 OpenSceneGraph-3.2.2 Robert Osfield 2015-08-04 16:03:33 +00:00
  • 30fff3106d Updated version and NEWS for 3.2.2 stable release Robert Osfield 2015-08-04 15:52:28 +00:00
  • 23458666b8 Update NEWS to online Contributors list. Robert Osfield 2015-08-04 10:37:50 +00:00
  • c91bfcee21 Updated AUTHORS Robert Osfield 2015-08-04 10:26:26 +00:00
  • d763feddda Updated ChangeLog and NEWS for 3.2.2 release Robert Osfield 2015-08-04 10:25:40 +00:00
  • 3b789fc6b0 Upated rc number to 4 Robert Osfield 2015-08-04 10:11:39 +00:00
  • 110cf64c3b Build fix for Mingw Robert Osfield 2015-08-04 09:35:00 +00:00
  • 0153c3e7e2 Updated rc number to 9, and updated ChangeLog and AUTHORS.txt Robert Osfield 2015-08-03 19:38:37 +00:00
  • 5e8d5b50db From Andy Skinner, "Someone was using our code on a system that does not seem to have the SGIX symbols used in osgViewer.cpp. Robert Osfield 2015-08-03 19:14:11 +00:00
  • 687e77ddc9 From Andy Skinner, "Someone was using our code on a system that does not seem to have the SGIX symbols used in osgViewer.cpp. Robert Osfield 2015-08-03 19:14:09 +00:00
  • e9b75e0ded Update ChangeLog and AUTHORS Robert Osfield 2015-07-31 15:12:10 +00:00
  • 803677e03c Updated rc number to 8 for 3.4.9-rc8 Robert Osfield 2015-07-31 15:01:34 +00:00
  • 0f97a42e17 From Terry Welsh, "I downloaded the Android 3rdparty deps from here http://www.openscenegraph.org/index.php/download-section/dependencies but was not able to use them for a while. Attached are changes to OsgAndroidMacroUtils.cmake that allow the deps to be found by cmake. Robert Osfield 2015-07-31 13:47:03 +00:00
  • e4697ae7fc From Terry Welsh, "I downloaded the Android 3rdparty deps from here http://www.openscenegraph.org/index.php/download-section/dependencies but was not able to use them for a while. Attached are changes to OsgAndroidMacroUtils.cmake that allow the deps to be found by cmake. Robert Osfield 2015-07-31 13:46:57 +00:00
  • 42884e7600 From Jannik Heller, "Here is a patch for the S3TC capability check. Robert Osfield 2015-07-31 13:44:39 +00:00
  • 91fd245d7c From Jannik Heller, "Here is a patch for the S3TC capability check. Robert Osfield 2015-07-31 13:44:36 +00:00
  • eb90d9aa34 Warning fix Robert Osfield 2015-07-31 10:59:23 +00:00
  • 55d36b544b Warning fix Robert Osfield 2015-07-31 10:59:11 +00:00
  • 8e9f688809 From Kristofer Tingdahl, warning fixes. Robert Osfield 2015-07-31 10:54:17 +00:00
  • 1fe7aa056b From Kristofer Tingdahl, warning fixes. Robert Osfield 2015-07-31 10:54:13 +00:00
  • d6828651d0 Compile fix for Mingw. Robert Osfield 2015-07-31 10:27:11 +00:00
  • 6c1c179c62 Compile fix for Mingw. Robert Osfield 2015-07-31 10:27:08 +00:00
  • cfe3e621ad Update version and rc number of 3.4.0-rc7. Robert Osfield 2015-07-23 21:32:17 +00:00
  • 0dd625f17e Added explicit initialization of osg::Referenced(true) to osg::Operation subclasses as it uses virtual inhertiance from osg::Referenced. Robert Osfield 2015-07-23 15:46:47 +00:00
  • 761cf52bb7 Added explicit initialization of osg::Referenced(true) to osg::Operation subclasses as it uses virtual inhertiance from osg::Referenced. Robert Osfield 2015-07-23 15:46:39 +00:00
  • 9d326917f0 From Pjotr Svetachov, buid fixes for VS2015. Robert Osfield 2015-07-23 14:42:39 +00:00
  • 42efcf24fb From Pjotr Svetachov, buid fixes for VS2015. Robert Osfield 2015-07-23 14:37:24 +00:00
  • 435a81a905 From Pjotr Svetachov, buid fixes for VS2015. Robert Osfield 2015-07-23 14:37:17 +00:00
  • f5ef9486bb Merged VS2013 warning fixes from OSG-3.4 branch Robert Osfield 2015-07-23 14:31:05 +00:00
  • 0a56f65077 Fixed indentation Robert Osfield 2015-07-23 14:30:39 +00:00
  • 3339395071 git-svn-id: http://svn.openscenegraph.org/osg/OpenSceneGraph/branches/OpenSceneGraph-3.4@15018 16af8721-9629-0410-8352-f15c8da7e697 Robert Osfield 2015-07-23 14:03:15 +00:00
  • 34e53a37e0 Warning fixes for Clang-3.6 Robert Osfield 2015-07-23 11:14:00 +00:00
  • 2208303496 Warning fixes for Clang-3.6 Robert Osfield 2015-07-23 11:11:58 +00:00
  • 71c6d27b57 Added missing handling of lightnumber and associate lights Robert Osfield 2015-07-23 09:23:42 +00:00
  • 482fd41d58 Added missing handling of lightnumber and associate lights Robert Osfield 2015-07-23 09:23:32 +00:00
  • b90bbdaebf Changed the GL_HEADER_HAS_GLINT64 and GL_HEADER_HAS_GLUINT64 to use cmakedefine to improve handling of when cmake doesn't find GLint64 and GLuint64. Robert Osfield 2015-07-23 07:39:12 +00:00
  • 2eef9d233b Changed the GL_HEADER_HAS_GLINT64 and GL_HEADER_HAS_GLUINT64 to use cmakedefine to improve handling of when cmake doesn't find GLint64 and GLuint64. Robert Osfield 2015-07-23 07:39:01 +00:00
  • 7e3ac0e584 Fixed AUTHORS file Robert Osfield 2015-07-22 17:01:03 +00:00
  • cf35354bf7 Fixed contributors list Robert Osfield 2015-07-22 14:55:38 +00:00
  • 4a886c6e22 Fixed Contributors list Robert Osfield 2015-07-22 14:55:26 +00:00
  • e350a443d9 Updated ChangeLog Robert Osfield 2015-07-22 14:52:08 +00:00
  • 717d566713 Updated ChangeLog Robert Osfield 2015-07-22 14:51:58 +00:00
  • 1d0a265cd4 Update rc to 6. Robert Osfield 2015-07-22 14:41:55 +00:00
  • 3d69d46e3e Moved from svn/trunk, moved GL_ALPHA_TEST from AlphaFunc to GLDefines Robert Osfield 2015-07-22 14:30:01 +00:00
  • 8e20224828 From svn/trunk merged automatic detection of GLint64 + GLuint64 in GL headers Robert Osfield 2015-07-22 14:27:36 +00:00
  • ec8779ca6f Moved GL_ALPHA_TEST from AlphaFunc header to GLDefines header Robert Osfield 2015-07-22 14:03:24 +00:00
  • 000c9af7c2 Added CMake test for presence of GLuint64 and GLint64 in OpenGL/GLES headers to better handle when/where GL defines the 64 bit typedefs Robert Osfield 2015-07-22 13:49:14 +00:00
  • 5ead09215e Added check for validity of OpenFlight shininess value. Robert Osfield 2015-07-21 14:22:12 +00:00
  • 6e65a9955e Added check for validity of OpenFlight shininess value. Robert Osfield 2015-07-21 14:22:01 +00:00