From owner-svn-ports-head@freebsd.org Sat Jul 27 23:56:03 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B94B5C45A2; Sat, 27 Jul 2019 23:56:03 +0000 (UTC) (envelope-from oliver@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A4466735C5; Sat, 27 Jul 2019 23:56:03 +0000 (UTC) (envelope-from oliver@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 60DE6730B; Sat, 27 Jul 2019 23:56:03 +0000 (UTC) (envelope-from oliver@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x6RNu3Dr008125; Sat, 27 Jul 2019 23:56:03 GMT (envelope-from oliver@FreeBSD.org) Received: (from oliver@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x6RNu2f6008115; Sat, 27 Jul 2019 23:56:02 GMT (envelope-from oliver@FreeBSD.org) Message-Id: <201907272356.x6RNu2f6008115@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: oliver set sender to oliver@FreeBSD.org using -f From: Oliver Lehmann Date: Sat, 27 Jul 2019 23:56:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r507479 - in head/graphics/ogre3d: . files X-SVN-Group: ports-head X-SVN-Commit-Author: oliver X-SVN-Commit-Paths: in head/graphics/ogre3d: . files X-SVN-Commit-Revision: 507479 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: A4466735C5 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.93 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.93)[-0.933,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Jul 2019 23:56:03 -0000 Author: oliver Date: Sat Jul 27 23:56:02 2019 New Revision: 507479 URL: https://svnweb.freebsd.org/changeset/ports/507479 Log: update Ogre3D to 1.11.5 PR: 236925 Submitted by: Hiroo Ono Added: head/graphics/ogre3d/files/patch-Ogre.i (contents, props changed) head/graphics/ogre3d/files/patch-OgreBitwise.h (contents, props changed) Deleted: head/graphics/ogre3d/files/patch-CMakeLists.txt head/graphics/ogre3d/files/patch-CMake_ConfigureBuild.cmake head/graphics/ogre3d/files/patch-OgreMain_include_OgrePlatformInformation.h head/graphics/ogre3d/files/patch-Tools_XMLConverter_CMakeLists.txt Modified: head/graphics/ogre3d/Makefile head/graphics/ogre3d/distinfo head/graphics/ogre3d/pkg-plist Modified: head/graphics/ogre3d/Makefile ============================================================================== --- head/graphics/ogre3d/Makefile Sat Jul 27 22:54:37 2019 (r507478) +++ head/graphics/ogre3d/Makefile Sat Jul 27 23:56:02 2019 (r507479) @@ -2,60 +2,120 @@ # $FreeBSD$ PORTNAME= ogre3d -PORTVERSION= 1.9.0 -PORTREVISION= 19 +DISTVERSIONPREFIX= v +DISTVERSION= 1.11.5 +PORTREVISION= 0 CATEGORIES= graphics devel -MASTER_SITES= https://bitbucket.org/sinbad/ogre/get/ -DISTNAME= v1-9-0 +USE_GITHUB= yes +GH_ACCOUNT= OGRECave +GH_PROJECT= ogre + MAINTAINER= oliver@FreeBSD.org COMMENT= Scene-oriented, flexible 3D engine written in C++ LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/COPYING +LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= pkgconf:devel/pkgconf LIB_DEPENDS= libzzip.so:devel/zziplib \ - libfreetype.so:print/freetype2 \ - libfreeimage.so:graphics/freeimage + libfreetype.so:print/freetype2 CONFLICTS= ogre3d19-[0-9]* USE_LDCONFIG= yes -USES= tar:bzip2 cmake pkgconfig compiler:c++11-lib -USE_SDL= sdl -USE_XORG= xaw xrandr -WRKSRC= ${WRKDIR}/sinbad-ogre-dd30349ea667 +USES= cmake pkgconfig compiler:c++11-lib sdl +USE_SDL= sdl sdl2 +USE_XORG= x11 xaw xext xrandr xt -OPTIONS_DEFINE= BOOST DOCS -OPTIONS_SUB= yes +CMAKE_OFF= DOXYGEN_GENERATE_LATEX +CMAKE_ARGS+= -DOGRE_BUILD_RENDERSYSTEM_GL3PLUS:BOOL=OFF \ + -DOGRE_BUILD_RENDERSYSTEM_GL:BOOL=OFF \ + -DOGRE_BUILD_RENDERSYSTEM_GLES2:BOOL=OFF \ + -DOGRE_BUILD_COMPONENT_PYTHON:BOOL=OFF \ + -DOGRE_BUILD_COMPONENT_JAVA:BOOL=OFF \ + -DOGRE_BUILD_COMPONENT_CSHARP:BOOL=OFF \ + -DOGRE_BUILD_PLUGIN_FREEIMAGE:BOOL=OFF \ + -DOGRE_BUILD_PLUGIN_EXRCODEC:BOOL=OFF \ + -DOGRE_CONFIG_ENABLE_ZIP:BOOL=ON \ + -DOGRE_INSTALL_DOCS:BOOL=OFF \ + -DOGRE_INSTALL_SAMPLES_SOURCE:BOOL=OFF -BOOST_BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:devel/boost-libs -BOOST_RUN_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:devel/boost-libs +OPTIONS_DEFINE= CSHARP DOCS FREEIMAGE JAVA OPENEXR OPENGL PROFILE \ + PYTHON +OPTIONS_DEFAULT= DOCS OPENGL +OPTIONS_SUB= yes -BROKEN_aarch64= does not compile: error: class member cannot be redeclared -BROKEN_powerpc= does not install +DOCS_BUILD_DEPENDS= doxygen:devel/doxygen +DOCS_CMAKE_BOOL= OGRE_INSTALL_DOCS + +FREEIMAGE_DESC= Build FreeImage codec +FREEIMAGE_CMAKE_BOOL= OGRE_BUILD_PLUGIN_FREEIMAGE +FREEIMAGE_LIB_DEPENDS= libfreeimage.so:graphics/freeimage +OPENEXR_DESC= Build EXR Codec plugin +OPENEXR_USE= XORG=ice +OPENEXR_CMAKE_BOOL= OGRE_BUILD_PLUGIN_EXRCODEC +OPENEXR_LIB_DEPENDS= libIlmImf.so:graphics/openexr \ + libIlmThread-2_3.so:graphics/ilmbase \ + libHalf.so:graphics/ilmbase \ + libIex-2_3.so:graphics/ilmbase + +OPENGL_DESC= OpenGL support +OPENGL_CMAKE_BOOL= OGRE_BUILD_RENDERSYSTEM_GL3PLUS \ + OGRE_BUILD_RENDERSYSTEM_GL \ + OGRE_BUILD_RENDERSYSTEM_GLES2 +OPENGL_LIB_DEPENDS= libGL.so:graphics/mesa-libs +OPENGL_VARS= USE_XORG+=sm ice + +PROFILE_DESC= Enable internal profiling support +PROFILE_CMAKE_BOOL= OGRE_PROFILING + +CSHARP_DESC= Build Csharp bindings +CSHARP_CMAKE_BOOL= OGRE_BUILD_COMPONENT_CSHARP +CSHARP_BUILD_DEPENDS= swig3.0:devel/swig30 + +JAVA_DESC= Build java bindings +JAVA_CMAKE_BOOL= OGRE_BUILD_COMPONENT_JAVA +JAVA_BUILD_DEPENDS= swig3.0:devel/swig30 +JAVA_VARS= USE_JAVA=yes \ + CMAKE_ARGS+=-DJAVA_HOME=${JAVA_HOME} + +PYTHON_DESC= Build python bindings +PYTHON_CMAKE_BOOL= OGRE_BUILD_COMPONENT_PYTHON +PYTHON_BUILD_DEPENDS= swig3.0:devel/swig30 +PYTHON_USES= python + +CXXFLAGS+= -DNDEBUG -I${LOCALBASE}/include + +# BROKEN_aarch64= does not compile: error: class member cannot be redeclared +# BROKEN_powerpc= does not install + post-patch: - @${REINPLACE_CMD} -e 's|include(FindPkgMacros)|return()|g' \ - ${WRKSRC}/CMake/Packages/FindOIS.cmake \ - ${WRKSRC}/CMake/Packages/FindPOCO.cmake \ - ${WRKSRC}/CMake/Packages/FindTBB.cmake - @${REINPLACE_CMD} -e 's|\(OGRE_RW_MUTEX[^;]*\)$$|\1;|g' \ - ${WRKSRC}/OgreMain/include/OgreWorkQueue.h - @${REINPLACE_CMD} -e 's|\(OGRE_RW_MUTEX.*\);$$|\1|g' \ - ${WRKSRC}/OgreMain/include/Threading/OgreThreadDefinesBoost.h @${REINPLACE_CMD} -e '\ - s,defined(__x86_64__),& || defined(__powerpc__) || defined(__sparc64__) || defined(__amd64__),' \ + s,defined(__x86_64__),& || defined(__sparc64__) || defined(__amd64__),' \ ${WRKSRC}/OgreMain/include/OgrePlatform.h -post-patch-BOOST-off: - @${REINPLACE_CMD} -e 's|Boost|No_Boost|g' \ +post-patch-PYTHON-on: + ${REINPLACE_CMD} -e 's/\(Python_ADDITIONAL_VERSIONS\) [0-9\.]*/\$1 ${PYTHON_VER}/' \ ${WRKSRC}/CMake/Dependencies.cmake + ${REINPLACE_CMD} -e "s/dist-packages/site-packages/" \ + ${WRKSRC}/Components/Python/CMakeLists.txt +post-build-DOCS-on: + ${MAKE_CMD} -C ${BUILD_WRKSRC} OgreDoc + post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} -.for docfile in README COPYING AUTHORS +.for docfile in README.md LICENSE AUTHORS ${INSTALL_DATA} ${WRKSRC}/${docfile} ${STAGEDIR}${DOCSDIR} .endfor + +post-install-JAVA-on: + @${MKDIR} ${STAGEDIR}${LOCALBASE}/share/OGRE/java + ${INSTALL_DATA} ${BUILD_WRKSRC}/java/Ogre-${DISTVERSION}.jar \ + ${STAGEDIR}${LOCALBASE}/share/OGRE/java + ${INSTALL_LIB} ${BUILD_WRKSRC}/java/libs/libOgreJNI.so \ + ${STAGEDIR}${LOCALBASE}/lib/OGRE .include Modified: head/graphics/ogre3d/distinfo ============================================================================== --- head/graphics/ogre3d/distinfo Sat Jul 27 22:54:37 2019 (r507478) +++ head/graphics/ogre3d/distinfo Sat Jul 27 23:56:02 2019 (r507479) @@ -1,2 +1,3 @@ -SHA256 (v1-9-0.tar.bz2) = 3072df52b2bed2a1b52e969f140ae9a4373ec931029d3eaa032e7c609a91ef82 -SIZE (v1-9-0.tar.bz2) = 128098305 +TIMESTAMP = 1553869941 +SHA256 (OGRECave-ogre-v1.11.5_GH0.tar.gz) = fadcedf2e58c27f92b94342903c89dad06d0ee93998f5043994ac4ed45ab81da +SIZE (OGRECave-ogre-v1.11.5_GH0.tar.gz) = 125185699 Added: head/graphics/ogre3d/files/patch-Ogre.i ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/ogre3d/files/patch-Ogre.i Sat Jul 27 23:56:02 2019 (r507479) @@ -0,0 +1,11 @@ +--- OgreMain/include/Ogre.i.orig 2019-03-30 12:47:36 UTC ++++ OgreMain/include/Ogre.i +@@ -386,7 +386,7 @@ SHARED_PTR(HardwareUniformBuffer); + %ignore Ogre::ResourceGroupManager::openResource(const String&, const String&, bool, Resource*) const; + %ignore Ogre::ResourceGroupManager::openResource(const String&, const String&, bool) const; + %include "OgreResourceGroupManager.h" +-#if SWIG_VERSION < 0x030012 || defined(SWIGJAVA) ++#if SWIG_VERSION <= 0x030012 || defined(SWIGJAVA) + // conflicts with overloaded versions (GpuProgram, Texture) + %ignore Ogre::ResourceManager::getResourceByName; + %ignore Ogre::ResourceManager::createOrRetrieve; Added: head/graphics/ogre3d/files/patch-OgreBitwise.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/ogre3d/files/patch-OgreBitwise.h Sat Jul 27 23:56:02 2019 (r507479) @@ -0,0 +1,12 @@ +--- OgreMain/include/OgreBitwise.h.orig 2019-03-30 05:11:05 UTC ++++ OgreMain/include/OgreBitwise.h +@@ -29,6 +29,9 @@ THE SOFTWARE. + #define _Bitwise_H__ + + #include "OgrePrerequisites.h" ++#undef bswap16 ++#undef bswap32 ++#undef bswap64 + + #ifndef __has_builtin + // Compatibility with non-clang compilers Modified: head/graphics/ogre3d/pkg-plist ============================================================================== --- head/graphics/ogre3d/pkg-plist Sat Jul 27 22:54:37 2019 (r507478) +++ head/graphics/ogre3d/pkg-plist Sat Jul 27 23:56:02 2019 (r507479) @@ -1,19 +1,66 @@ -%%BOOST%%include/OGRE/Property/OgreProperty.h -%%BOOST%%include/OGRE/Property/OgrePropertyPrerequisites.h -%%BOOST%%lib/libOgreProperty.so -%%BOOST%%lib/libOgreProperty.so.1.9.0 -%%BOOST%%libdata/pkgconfig/OGRE-Property.pc bin/OgreMeshUpgrader bin/OgreXMLConverter -include/OGRE/ExampleApplication.h -include/OGRE/ExampleFrameListener.h -include/OGRE/ExampleLoadingBar.h -include/OGRE/GLX/GLX_backdrop.h -include/OGRE/GLX/OgreConfigDialogImp.h -include/OGRE/GLX/OgreErrorDialogImp.h -include/OGRE/GLX/OgreTimerImp.h -include/OGRE/InputContext.h +bin/SampleBrowser +bin/VRMLConverter +include/OGRE/Bites/OgreAdvancedRenderControls.h +include/OGRE/Bites/OgreApplicationContext.h +include/OGRE/Bites/OgreBites.i +include/OGRE/Bites/OgreBitesConfigDialog.h +include/OGRE/Bites/OgreBitesPrerequisites.h +include/OGRE/Bites/OgreCameraMan.h +include/OGRE/Bites/OgreInput.h +include/OGRE/Bites/OgreSGTechniqueResolverListener.h +include/OGRE/Bites/OgreStaticPluginLoader.h +include/OGRE/Bites/OgreTrays.h +include/OGRE/Bites/OgreWindowEventUtilities.h +include/OGRE/DefaultSamplesPlugin.h +include/OGRE/HLMS/OgreHlmsDatablock.h +include/OGRE/HLMS/OgreHlmsManager.h +include/OGRE/HLMS/OgreHlmsMaterialBase.h +include/OGRE/HLMS/OgreHlmsPbsMaterial.h +include/OGRE/HLMS/OgreHlmsPrerequisites.h +include/OGRE/HLMS/OgreHlmsPropertyHelper.h +include/OGRE/HLMS/OgreHlmsPropertyMap.h +include/OGRE/HLMS/OgreHlmsShaderCommon.h +include/OGRE/HLMS/OgreHlmsShaderGenerator.h +include/OGRE/HLMS/OgreHlmsShaderManager.h +include/OGRE/HLMS/OgreHlmsShaderPiecesManager.h +include/OGRE/HLMS/OgreHlmsShaderTemplate.h +include/OGRE/HLMS/OgreId.h +include/OGRE/HLMS/OgreIdString.h +include/OGRE/ListenerFactoryLogic.h +include/OGRE/MeshLodGenerator/OgreLod0Stripifier.h +include/OGRE/MeshLodGenerator/OgreLodBuffer.h +include/OGRE/MeshLodGenerator/OgreLodCollapseCost.h +include/OGRE/MeshLodGenerator/OgreLodCollapseCostCurvature.h +include/OGRE/MeshLodGenerator/OgreLodCollapseCostOutside.h +include/OGRE/MeshLodGenerator/OgreLodCollapseCostProfiler.h +include/OGRE/MeshLodGenerator/OgreLodCollapseCostQuadric.h +include/OGRE/MeshLodGenerator/OgreLodCollapser.h +include/OGRE/MeshLodGenerator/OgreLodConfig.h +include/OGRE/MeshLodGenerator/OgreLodConfigSerializer.h +include/OGRE/MeshLodGenerator/OgreLodData.h +include/OGRE/MeshLodGenerator/OgreLodInputProvider.h +include/OGRE/MeshLodGenerator/OgreLodInputProviderBuffer.h +include/OGRE/MeshLodGenerator/OgreLodInputProviderMesh.h +include/OGRE/MeshLodGenerator/OgreLodOutputProvider.h +include/OGRE/MeshLodGenerator/OgreLodOutputProviderBuffer.h +include/OGRE/MeshLodGenerator/OgreLodOutputProviderCompressedBuffer.h +include/OGRE/MeshLodGenerator/OgreLodOutputProviderCompressedMesh.h +include/OGRE/MeshLodGenerator/OgreLodOutputProviderMesh.h +include/OGRE/MeshLodGenerator/OgreLodOutsideMarker.h +include/OGRE/MeshLodGenerator/OgreLodPrerequisites.h +include/OGRE/MeshLodGenerator/OgreLodWorkQueueInjector.h +include/OGRE/MeshLodGenerator/OgreLodWorkQueueInjectorListener.h +include/OGRE/MeshLodGenerator/OgreLodWorkQueueRequest.h +include/OGRE/MeshLodGenerator/OgreLodWorkQueueWorker.h +include/OGRE/MeshLodGenerator/OgreMeshLodGenerator.h +include/OGRE/MeshLodGenerator/OgreSmallVector.h +include/OGRE/MeshLodGenerator/OgreVectorSet.h +include/OGRE/MeshLodGenerator/OgreVectorSetImpl.h include/OGRE/Ogre.h +include/OGRE/Ogre.i +include/OGRE/OgreASTCCodec.h include/OGRE/OgreAlignedAllocator.h include/OGRE/OgreAnimable.h include/OGRE/OgreAnimation.h @@ -23,7 +70,6 @@ include/OGRE/OgreAny.h include/OGRE/OgreArchive.h include/OGRE/OgreArchiveFactory.h include/OGRE/OgreArchiveManager.h -include/OGRE/OgreAtomicObject.h include/OGRE/OgreAtomicScalar.h include/OGRE/OgreAutoParamDataSource.h include/OGRE/OgreAxisAlignedBox.h @@ -67,17 +113,17 @@ include/OGRE/OgreDistanceLodStrategy.h include/OGRE/OgreDualQuaternion.h include/OGRE/OgreDynLib.h include/OGRE/OgreDynLibManager.h +include/OGRE/OgreETCCodec.h include/OGRE/OgreEdgeListBuilder.h include/OGRE/OgreEntity.h -include/OGRE/OgreErrorDialog.h include/OGRE/OgreException.h +include/OGRE/OgreExports.h include/OGRE/OgreExternalTextureSource.h include/OGRE/OgreExternalTextureSourceManager.h include/OGRE/OgreFactoryObj.h include/OGRE/OgreFileSystem.h include/OGRE/OgreFileSystemLayer.h include/OGRE/OgreFrameListener.h -include/OGRE/OgreFreeImageCodec.h include/OGRE/OgreFrustum.h include/OGRE/OgreGpuProgram.h include/OGRE/OgreGpuProgramManager.h @@ -97,7 +143,6 @@ include/OGRE/OgreHighLevelGpuProgram.h include/OGRE/OgreHighLevelGpuProgramManager.h include/OGRE/OgreImage.h include/OGRE/OgreImageCodec.h -include/OGRE/OgreImageResampler.h include/OGRE/OgreInstanceBatch.h include/OGRE/OgreInstanceBatchHW.h include/OGRE/OgreInstanceBatchHW_VTF.h @@ -105,13 +150,10 @@ include/OGRE/OgreInstanceBatchShader.h include/OGRE/OgreInstanceBatchVTF.h include/OGRE/OgreInstanceManager.h include/OGRE/OgreInstancedEntity.h -include/OGRE/OgreInstancedGeometry.h -include/OGRE/OgreIteratorRange.h include/OGRE/OgreIteratorWrapper.h include/OGRE/OgreIteratorWrappers.h include/OGRE/OgreKeyFrame.h include/OGRE/OgreLight.h -include/OGRE/OgreLodConfig.h include/OGRE/OgreLodListener.h include/OGRE/OgreLodStrategy.h include/OGRE/OgreLodStrategyManager.h @@ -124,24 +166,19 @@ include/OGRE/OgreMaterialSerializer.h include/OGRE/OgreMath.h include/OGRE/OgreMatrix3.h include/OGRE/OgreMatrix4.h -include/OGRE/OgreMemoryAllocatedObject.h include/OGRE/OgreMemoryAllocatorConfig.h -include/OGRE/OgreMemoryNedAlloc.h -include/OGRE/OgreMemoryNedPooling.h -include/OGRE/OgreMemorySTLAllocator.h -include/OGRE/OgreMemoryStdAlloc.h -include/OGRE/OgreMemoryTracker.h include/OGRE/OgreMesh.h include/OGRE/OgreMeshFileFormat.h include/OGRE/OgreMeshManager.h include/OGRE/OgreMeshSerializer.h -include/OGRE/OgreMeshSerializerImpl.h include/OGRE/OgreMovableObject.h include/OGRE/OgreMovablePlane.h +include/OGRE/OgreMurmurHash3.h include/OGRE/OgreNameGenerator.h include/OGRE/OgreNode.h include/OGRE/OgreNumerics.h include/OGRE/OgreOptimisedUtil.h +%%OPENGL%%include/OGRE/OgrePVRTCCodec.h include/OGRE/OgreParticle.h include/OGRE/OgreParticleAffector.h include/OGRE/OgreParticleAffectorFactory.h @@ -155,10 +192,8 @@ include/OGRE/OgreParticleSystemRenderer.h include/OGRE/OgrePass.h include/OGRE/OgrePatchMesh.h include/OGRE/OgrePatchSurface.h -include/OGRE/OgrePixelConversions.h include/OGRE/OgrePixelCountLodStrategy.h include/OGRE/OgrePixelFormat.h -include/OGRE/OgrePixelFormatDescriptions.h include/OGRE/OgrePlane.h include/OGRE/OgrePlaneBoundedVolume.h include/OGRE/OgrePlatform.h @@ -170,9 +205,7 @@ include/OGRE/OgrePredefinedControllers.h include/OGRE/OgrePrefabFactory.h include/OGRE/OgrePrerequisites.h include/OGRE/OgreProfiler.h -include/OGRE/OgreProgressiveMeshGenerator.h include/OGRE/OgreQuaternion.h -include/OGRE/OgreQueuedProgressiveMeshGenerator.h include/OGRE/OgreRadixSort.h include/OGRE/OgreRay.h include/OGRE/OgreRectangle2D.h @@ -199,15 +232,14 @@ include/OGRE/OgreResourceManager.h include/OGRE/OgreRibbonTrail.h include/OGRE/OgreRoot.h include/OGRE/OgreRotationalSpline.h -include/OGRE/OgreSIMDHelper.h +include/OGRE/OgreSceneLoader.h +include/OGRE/OgreSceneLoaderManager.h include/OGRE/OgreSceneManager.h include/OGRE/OgreSceneManagerEnumerator.h include/OGRE/OgreSceneNode.h include/OGRE/OgreSceneQuery.h include/OGRE/OgreScriptCompiler.h -include/OGRE/OgreScriptLexer.h include/OGRE/OgreScriptLoader.h -include/OGRE/OgreScriptParser.h include/OGRE/OgreScriptTranslator.h include/OGRE/OgreSearchOps.h include/OGRE/OgreSerializer.h @@ -218,7 +250,6 @@ include/OGRE/OgreShadowCameraSetupPSSM.h include/OGRE/OgreShadowCameraSetupPlaneOptimal.h include/OGRE/OgreShadowCaster.h include/OGRE/OgreShadowTextureManager.h -include/OGRE/OgreShadowVolumeExtrudeProgram.h include/OGRE/OgreSharedPtr.h include/OGRE/OgreSimpleRenderable.h include/OGRE/OgreSimpleSpline.h @@ -228,13 +259,9 @@ include/OGRE/OgreSkeletonFileFormat.h include/OGRE/OgreSkeletonInstance.h include/OGRE/OgreSkeletonManager.h include/OGRE/OgreSkeletonSerializer.h -include/OGRE/OgreSmallVector.h include/OGRE/OgreSphere.h -include/OGRE/OgreSpotShadowFadePng.h -include/OGRE/OgreStableHeaders.h include/OGRE/OgreStaticFaceGroup.h include/OGRE/OgreStaticGeometry.h -include/OGRE/OgreStaticPluginLoader.h include/OGRE/OgreStdHeaders.h include/OGRE/OgreStreamSerialiser.h include/OGRE/OgreString.h @@ -250,25 +277,27 @@ include/OGRE/OgreTexture.h include/OGRE/OgreTextureManager.h include/OGRE/OgreTextureUnitState.h include/OGRE/OgreThreadDefines.h -%%BOOST%%include/OGRE/OgreThreadDefinesBoost.h -%%NO_BOOST%%include/OGRE/OgreThreadDefinesNone.h +include/OGRE/OgreThreadDefinesBoost.h +include/OGRE/OgreThreadDefinesNone.h include/OGRE/OgreThreadDefinesPoco.h +include/OGRE/OgreThreadDefinesSTD.h include/OGRE/OgreThreadDefinesTBB.h include/OGRE/OgreThreadHeaders.h -%%BOOST%%include/OGRE/OgreThreadHeadersBoost.h +include/OGRE/OgreThreadHeadersBoost.h include/OGRE/OgreThreadHeadersPoco.h +include/OGRE/OgreThreadHeadersSTD.h include/OGRE/OgreThreadHeadersTBB.h include/OGRE/OgreTimer.h include/OGRE/OgreUTFString.h include/OGRE/OgreUnifiedHighLevelGpuProgram.h include/OGRE/OgreUserObjectBindings.h +include/OGRE/OgreVector.h include/OGRE/OgreVector2.h include/OGRE/OgreVector3.h include/OGRE/OgreVector4.h include/OGRE/OgreVertexBoneAssignment.h include/OGRE/OgreVertexIndexData.h include/OGRE/OgreViewport.h -include/OGRE/OgreWindowEventUtilities.h include/OGRE/OgreWireBoundingBox.h include/OGRE/OgreWorkQueue.h include/OGRE/OgreZip.h @@ -276,6 +305,7 @@ include/OGRE/Overlay/OgreBorderPanelOverlayElement.h include/OGRE/Overlay/OgreFont.h include/OGRE/Overlay/OgreFontManager.h include/OGRE/Overlay/OgreOverlay.h +include/OGRE/Overlay/OgreOverlay.i include/OGRE/Overlay/OgreOverlayContainer.h include/OGRE/Overlay/OgreOverlayElement.h include/OGRE/Overlay/OgreOverlayElementCommands.h @@ -305,7 +335,7 @@ include/OGRE/Paging/OgreSimplePageContentCollection.h include/OGRE/Plugins/BSPSceneManager/OgreBspLevel.h include/OGRE/Plugins/BSPSceneManager/OgreBspNode.h include/OGRE/Plugins/BSPSceneManager/OgreBspPrerequisites.h -include/OGRE/Plugins/BSPSceneManager/OgreBspResourceManager.h +include/OGRE/Plugins/BSPSceneManager/OgreBspSceneLoader.h include/OGRE/Plugins/BSPSceneManager/OgreBspSceneManager.h include/OGRE/Plugins/BSPSceneManager/OgreBspSceneManagerPlugin.h include/OGRE/Plugins/BSPSceneManager/OgreBspSceneNode.h @@ -313,6 +343,10 @@ include/OGRE/Plugins/BSPSceneManager/OgreQuake3Level.h include/OGRE/Plugins/BSPSceneManager/OgreQuake3Shader.h include/OGRE/Plugins/BSPSceneManager/OgreQuake3ShaderManager.h include/OGRE/Plugins/BSPSceneManager/OgreQuake3Types.h +%%FREEIMAGE%%include/OGRE/Plugins/FreeImageCodec/OgreFreeImageCodec.h +%%FREEIMAGE%%include/OGRE/Plugins/FreeImageCodec/OgreFreeImageCodecExports.h +%%OPENEXR%%include/OGRE/Plugins/EXRCodec/OgreEXRCodec.h +%%OPENEXR%%include/OGRE/Plugins/EXRCodec/OgreEXRCodecExports.h include/OGRE/Plugins/OctreeSceneManager/OgreOctree.h include/OGRE/Plugins/OctreeSceneManager/OgreOctreeCamera.h include/OGRE/Plugins/OctreeSceneManager/OgreOctreeNode.h @@ -374,6 +408,13 @@ include/OGRE/Plugins/ParticleFX/OgreRotationAffector.h include/OGRE/Plugins/ParticleFX/OgreRotationAffectorFactory.h include/OGRE/Plugins/ParticleFX/OgreScaleAffector.h include/OGRE/Plugins/ParticleFX/OgreScaleAffectorFactory.h +include/OGRE/Plugins/STBICodec/OgreSTBICodec.h +include/OGRE/Plugins/STBICodec/OgreSTBICodecExports.h +include/OGRE/Property/OgreProperty.h +include/OGRE/Property/OgrePropertyPrerequisites.h +include/OGRE/RTShaderSystem/OgreRTShader.i +include/OGRE/RTShaderSystem/OgreRTShaderConfig.h +include/OGRE/RTShaderSystem/OgreRTShaderExports.h include/OGRE/RTShaderSystem/OgreRTShaderSystem.h include/OGRE/RTShaderSystem/OgreShaderCGProgramProcessor.h include/OGRE/RTShaderSystem/OgreShaderCGProgramWriter.h @@ -387,6 +428,7 @@ include/OGRE/RTShaderSystem/OgreShaderExNormalMapLight include/OGRE/RTShaderSystem/OgreShaderExPerPixelLighting.h include/OGRE/RTShaderSystem/OgreShaderExTextureAtlasSampler.h include/OGRE/RTShaderSystem/OgreShaderExTriplanarTexturing.h +include/OGRE/RTShaderSystem/OgreShaderFFPAlphaTest.h include/OGRE/RTShaderSystem/OgreShaderFFPColour.h include/OGRE/RTShaderSystem/OgreShaderFFPFog.h include/OGRE/RTShaderSystem/OgreShaderFFPLighting.h @@ -415,83 +457,169 @@ include/OGRE/RTShaderSystem/OgreShaderProgramWriterMan include/OGRE/RTShaderSystem/OgreShaderRenderState.h include/OGRE/RTShaderSystem/OgreShaderScriptTranslator.h include/OGRE/RTShaderSystem/OgreShaderSubRenderState.h -include/OGRE/RenderSystems/GL/GL/gl.h -include/OGRE/RenderSystems/GL/GL/glew.h -include/OGRE/RenderSystems/GL/GL/glext.h -include/OGRE/RenderSystems/GL/GL/glxew.h -include/OGRE/RenderSystems/GL/GL/glxext.h -include/OGRE/RenderSystems/GL/GL/glxtokens.h -include/OGRE/RenderSystems/GL/GL/wglew.h -include/OGRE/RenderSystems/GL/GL/wglext.h -include/OGRE/RenderSystems/GL/GLX/OgreGLUtil.h -include/OGRE/RenderSystems/GL/GLX/OgreGLXContext.h -include/OGRE/RenderSystems/GL/GLX/OgreGLXGLSupport.h -include/OGRE/RenderSystems/GL/GLX/OgreGLXRenderTexture.h -include/OGRE/RenderSystems/GL/GLX/OgreGLXUtils.h -include/OGRE/RenderSystems/GL/GLX/OgreGLXWindow.h -include/OGRE/RenderSystems/GL/OgreGLATIFSInit.h -include/OGRE/RenderSystems/GL/OgreGLContext.h -include/OGRE/RenderSystems/GL/OgreGLDefaultHardwareBufferManager.h -include/OGRE/RenderSystems/GL/OgreGLDepthBuffer.h -include/OGRE/RenderSystems/GL/OgreGLFBOMultiRenderTarget.h -include/OGRE/RenderSystems/GL/OgreGLFBORenderTexture.h -include/OGRE/RenderSystems/GL/OgreGLFrameBufferObject.h -include/OGRE/RenderSystems/GL/OgreGLGpuNvparseProgram.h -include/OGRE/RenderSystems/GL/OgreGLGpuProgram.h -include/OGRE/RenderSystems/GL/OgreGLGpuProgramManager.h -include/OGRE/RenderSystems/GL/OgreGLHardwareBufferManager.h -include/OGRE/RenderSystems/GL/OgreGLHardwareIndexBuffer.h -include/OGRE/RenderSystems/GL/OgreGLHardwareOcclusionQuery.h -include/OGRE/RenderSystems/GL/OgreGLHardwarePixelBuffer.h -include/OGRE/RenderSystems/GL/OgreGLHardwareVertexBuffer.h -include/OGRE/RenderSystems/GL/OgreGLNullStateCacheManagerImp.h -include/OGRE/RenderSystems/GL/OgreGLNullUniformCacheImp.h -include/OGRE/RenderSystems/GL/OgreGLPBRenderTexture.h -include/OGRE/RenderSystems/GL/OgreGLPBuffer.h -include/OGRE/RenderSystems/GL/OgreGLPixelFormat.h -include/OGRE/RenderSystems/GL/OgreGLPlugin.h -include/OGRE/RenderSystems/GL/OgreGLPrerequisites.h -include/OGRE/RenderSystems/GL/OgreGLRenderSystem.h -include/OGRE/RenderSystems/GL/OgreGLRenderTexture.h -include/OGRE/RenderSystems/GL/OgreGLRenderToVertexBuffer.h -include/OGRE/RenderSystems/GL/OgreGLSLExtSupport.h -include/OGRE/RenderSystems/GL/OgreGLSLGpuProgram.h -include/OGRE/RenderSystems/GL/OgreGLSLLinkProgram.h -include/OGRE/RenderSystems/GL/OgreGLSLLinkProgramManager.h -include/OGRE/RenderSystems/GL/OgreGLSLPreprocessor.h -include/OGRE/RenderSystems/GL/OgreGLSLProgram.h -include/OGRE/RenderSystems/GL/OgreGLSLProgramFactory.h -include/OGRE/RenderSystems/GL/OgreGLStateCacheManager.h -include/OGRE/RenderSystems/GL/OgreGLSupport.h -include/OGRE/RenderSystems/GL/OgreGLTexture.h -include/OGRE/RenderSystems/GL/OgreGLTextureManager.h -include/OGRE/RenderSystems/GL/OgreGLUniformCache.h -include/OGRE/RenderSystems/GL/OgreSDLGLSupport.h -include/OGRE/RenderSystems/GL/OgreSDLPrerequisites.h -include/OGRE/RenderSystems/GL/OgreSDLWindow.h -include/OGRE/RenderSystems/GL/_ps1.0_parser.h -include/OGRE/RenderSystems/GL/_rc1.0_parser.h -include/OGRE/RenderSystems/GL/_ts1.0_parser.h -include/OGRE/RenderSystems/GL/_vs1.0_parser.h -include/OGRE/RenderSystems/GL/macro.h -include/OGRE/RenderSystems/GL/nvparse.h -include/OGRE/RenderSystems/GL/nvparse_errors.h -include/OGRE/RenderSystems/GL/nvparse_externs.h -include/OGRE/RenderSystems/GL/ps1.0_program.h -include/OGRE/RenderSystems/GL/rc1.0_combiners.h -include/OGRE/RenderSystems/GL/rc1.0_final.h -include/OGRE/RenderSystems/GL/rc1.0_general.h -include/OGRE/RenderSystems/GL/rc1.0_register.h -include/OGRE/RenderSystems/GL/ts1.0_inst.h -include/OGRE/RenderSystems/GL/ts1.0_inst_list.h -include/OGRE/RenderSystems/GL/vs1.0_inst.h -include/OGRE/RenderSystems/GL/vs1.0_inst_list.h +%%OPENGL%%include/OGRE/RenderSystems/GL/GL/gl.h +%%OPENGL%%include/OGRE/RenderSystems/GL/GL/glew.h +%%OPENGL%%include/OGRE/RenderSystems/GL/GL/glext.h +%%OPENGL%%include/OGRE/RenderSystems/GL/GL/glxew.h +%%OPENGL%%include/OGRE/RenderSystems/GL/GL/wglew.h +%%OPENGL%%include/OGRE/RenderSystems/GL/OgreGLContext.h +%%OPENGL%%include/OGRE/RenderSystems/GL/OgreGLCopyingRenderTexture.h +%%OPENGL%%include/OGRE/RenderSystems/GL/OgreGLDepthBuffer.h +%%OPENGL%%include/OGRE/RenderSystems/GL/OgreGLFBOMultiRenderTarget.h +%%OPENGL%%include/OGRE/RenderSystems/GL/OgreGLFBORenderTexture.h +%%OPENGL%%include/OGRE/RenderSystems/GL/OgreGLFrameBufferObject.h +%%OPENGL%%include/OGRE/RenderSystems/GL/OgreGLGpuNvparseProgram.h +%%OPENGL%%include/OGRE/RenderSystems/GL/OgreGLGpuProgram.h +%%OPENGL%%include/OGRE/RenderSystems/GL/OgreGLGpuProgramManager.h +%%OPENGL%%include/OGRE/RenderSystems/GL/OgreGLHardwareBufferManager.h +%%OPENGL%%include/OGRE/RenderSystems/GL/OgreGLHardwareIndexBuffer.h +%%OPENGL%%include/OGRE/RenderSystems/GL/OgreGLHardwareOcclusionQuery.h +%%OPENGL%%include/OGRE/RenderSystems/GL/OgreGLHardwarePixelBuffer.h +%%OPENGL%%include/OGRE/RenderSystems/GL/OgreGLHardwarePixelBufferCommon.h +%%OPENGL%%include/OGRE/RenderSystems/GL/OgreGLHardwareVertexBuffer.h +%%OPENGL%%include/OGRE/RenderSystems/GL/OgreGLNativeSupport.h +%%OPENGL%%include/OGRE/RenderSystems/GL/OgreGLPBRenderTexture.h +%%OPENGL%%include/OGRE/RenderSystems/GL/OgreGLPBuffer.h +%%OPENGL%%include/OGRE/RenderSystems/GL/OgreGLPixelFormat.h +%%OPENGL%%include/OGRE/RenderSystems/GL/OgreGLPlugin.h +%%OPENGL%%include/OGRE/RenderSystems/GL/OgreGLPrerequisites.h +%%OPENGL%%include/OGRE/RenderSystems/GL/OgreGLRenderSystem.h +%%OPENGL%%include/OGRE/RenderSystems/GL/OgreGLRenderSystemCommon.h +%%OPENGL%%include/OGRE/RenderSystems/GL/OgreGLRenderTarget.h +%%OPENGL%%include/OGRE/RenderSystems/GL/OgreGLRenderTexture.h +%%OPENGL%%include/OGRE/RenderSystems/GL/OgreGLRenderToVertexBuffer.h +%%OPENGL%%include/OGRE/RenderSystems/GL/OgreGLSLExtSupport.h +%%OPENGL%%include/OGRE/RenderSystems/GL/OgreGLSLGpuProgram.h +%%OPENGL%%include/OGRE/RenderSystems/GL/OgreGLSLLinkProgram.h +%%OPENGL%%include/OGRE/RenderSystems/GL/OgreGLSLLinkProgramManager.h +%%OPENGL%%include/OGRE/RenderSystems/GL/OgreGLSLProgram.h +%%OPENGL%%include/OGRE/RenderSystems/GL/OgreGLSLProgramFactory.h +%%OPENGL%%include/OGRE/RenderSystems/GL/OgreGLStateCacheManager.h +%%OPENGL%%include/OGRE/RenderSystems/GL/OgreGLStateCacheManagerCommon.h +%%OPENGL%%include/OGRE/RenderSystems/GL/OgreGLSupportPrerequisites.h +%%OPENGL%%include/OGRE/RenderSystems/GL/OgreGLTexture.h +%%OPENGL%%include/OGRE/RenderSystems/GL/OgreGLTextureCommon.h +%%OPENGL%%include/OGRE/RenderSystems/GL/OgreGLTextureManager.h +%%OPENGL%%include/OGRE/RenderSystems/GL/OgreGLUniformCache.h +%%OPENGL%%include/OGRE/RenderSystems/GL/OgreGLUtil.h +%%OPENGL%%include/OGRE/RenderSystems/GL/OgreGLVertexArrayObject.h +%%OPENGL%%include/OGRE/RenderSystems/GL/_ps1.0_parser.h +%%OPENGL%%include/OGRE/RenderSystems/GL/_rc1.0_parser.h +%%OPENGL%%include/OGRE/RenderSystems/GL/_ts1.0_parser.h +%%OPENGL%%include/OGRE/RenderSystems/GL/_vs1.0_parser.h +%%OPENGL%%include/OGRE/RenderSystems/GL/macro.h +%%OPENGL%%include/OGRE/RenderSystems/GL/nvparse.h +%%OPENGL%%include/OGRE/RenderSystems/GL/nvparse_errors.h +%%OPENGL%%include/OGRE/RenderSystems/GL/nvparse_externs.h +%%OPENGL%%include/OGRE/RenderSystems/GL/ps1.0_program.h +%%OPENGL%%include/OGRE/RenderSystems/GL/rc1.0_combiners.h +%%OPENGL%%include/OGRE/RenderSystems/GL/rc1.0_final.h +%%OPENGL%%include/OGRE/RenderSystems/GL/rc1.0_general.h +%%OPENGL%%include/OGRE/RenderSystems/GL/rc1.0_register.h +%%OPENGL%%include/OGRE/RenderSystems/GL/ts1.0_inst.h +%%OPENGL%%include/OGRE/RenderSystems/GL/ts1.0_inst_list.h +%%OPENGL%%include/OGRE/RenderSystems/GL/vs1.0_inst.h +%%OPENGL%%include/OGRE/RenderSystems/GL/vs1.0_inst_list.h +%%OPENGL%%include/OGRE/RenderSystems/GL3Plus/GL/gl3w.h +%%OPENGL%%include/OGRE/RenderSystems/GL3Plus/GL/glcorearb.h +%%OPENGL%%include/OGRE/RenderSystems/GL3Plus/OgreGL3PlusDepthBuffer.h +%%OPENGL%%include/OGRE/RenderSystems/GL3Plus/OgreGL3PlusFBOMultiRenderTarget.h +%%OPENGL%%include/OGRE/RenderSystems/GL3Plus/OgreGL3PlusFBORenderTexture.h +%%OPENGL%%include/OGRE/RenderSystems/GL3Plus/OgreGL3PlusFrameBufferObject.h +%%OPENGL%%include/OGRE/RenderSystems/GL3Plus/OgreGL3PlusHardwareBuffer.h +%%OPENGL%%include/OGRE/RenderSystems/GL3Plus/OgreGL3PlusHardwareBufferManager.h +%%OPENGL%%include/OGRE/RenderSystems/GL3Plus/OgreGL3PlusHardwareCounterBuffer.h +%%OPENGL%%include/OGRE/RenderSystems/GL3Plus/OgreGL3PlusHardwareIndexBuffer.h +%%OPENGL%%include/OGRE/RenderSystems/GL3Plus/OgreGL3PlusHardwareOcclusionQuery.h +%%OPENGL%%include/OGRE/RenderSystems/GL3Plus/OgreGL3PlusHardwarePixelBuffer.h +%%OPENGL%%include/OGRE/RenderSystems/GL3Plus/OgreGL3PlusHardwareShaderStorageBuffer.h +%%OPENGL%%include/OGRE/RenderSystems/GL3Plus/OgreGL3PlusHardwareUniformBuffer.h +%%OPENGL%%include/OGRE/RenderSystems/GL3Plus/OgreGL3PlusHardwareVertexBuffer.h +%%OPENGL%%include/OGRE/RenderSystems/GL3Plus/OgreGL3PlusPixelFormat.h +%%OPENGL%%include/OGRE/RenderSystems/GL3Plus/OgreGL3PlusPlugin.h +%%OPENGL%%include/OGRE/RenderSystems/GL3Plus/OgreGL3PlusPrerequisites.h +%%OPENGL%%include/OGRE/RenderSystems/GL3Plus/OgreGL3PlusRenderSystem.h +%%OPENGL%%include/OGRE/RenderSystems/GL3Plus/OgreGL3PlusRenderToVertexBuffer.h +%%OPENGL%%include/OGRE/RenderSystems/GL3Plus/OgreGL3PlusStateCacheManager.h +%%OPENGL%%include/OGRE/RenderSystems/GL3Plus/OgreGL3PlusTexture.h +%%OPENGL%%include/OGRE/RenderSystems/GL3Plus/OgreGL3PlusTextureBuffer.h +%%OPENGL%%include/OGRE/RenderSystems/GL3Plus/OgreGL3PlusTextureManager.h +%%OPENGL%%include/OGRE/RenderSystems/GL3Plus/OgreGLContext.h +%%OPENGL%%include/OGRE/RenderSystems/GL3Plus/OgreGLHardwarePixelBufferCommon.h +%%OPENGL%%include/OGRE/RenderSystems/GL3Plus/OgreGLNativeSupport.h +%%OPENGL%%include/OGRE/RenderSystems/GL3Plus/OgreGLPBuffer.h +%%OPENGL%%include/OGRE/RenderSystems/GL3Plus/OgreGLRenderSystemCommon.h +%%OPENGL%%include/OGRE/RenderSystems/GL3Plus/OgreGLRenderTarget.h +%%OPENGL%%include/OGRE/RenderSystems/GL3Plus/OgreGLRenderTexture.h +%%OPENGL%%include/OGRE/RenderSystems/GL3Plus/OgreGLSLExtSupport.h +%%OPENGL%%include/OGRE/RenderSystems/GL3Plus/OgreGLSLMonolithicProgram.h +%%OPENGL%%include/OGRE/RenderSystems/GL3Plus/OgreGLSLProgram.h +%%OPENGL%%include/OGRE/RenderSystems/GL3Plus/OgreGLSLProgramManager.h +%%OPENGL%%include/OGRE/RenderSystems/GL3Plus/OgreGLSLSeparableProgram.h +%%OPENGL%%include/OGRE/RenderSystems/GL3Plus/OgreGLSLShader.h +%%OPENGL%%include/OGRE/RenderSystems/GL3Plus/OgreGLSLShaderFactory.h +%%OPENGL%%include/OGRE/RenderSystems/GL3Plus/OgreGLSLShaderManager.h +%%OPENGL%%include/OGRE/RenderSystems/GL3Plus/OgreGLStateCacheManagerCommon.h +%%OPENGL%%include/OGRE/RenderSystems/GL3Plus/OgreGLSupportPrerequisites.h +%%OPENGL%%include/OGRE/RenderSystems/GL3Plus/OgreGLTextureCommon.h +%%OPENGL%%include/OGRE/RenderSystems/GL3Plus/OgreGLUniformCache.h +%%OPENGL%%include/OGRE/RenderSystems/GL3Plus/OgreGLUtil.h +%%OPENGL%%include/OGRE/RenderSystems/GL3Plus/OgreGLVertexArrayObject.h +%%OPENGL%%include/OGRE/RenderSystems/GLES2/GLES2/gl2ext.h +%%OPENGL%%include/OGRE/RenderSystems/GLES2/GLES3/gl3.h +%%OPENGL%%include/OGRE/RenderSystems/GLES2/GLES3/gl3platform.h +%%OPENGL%%include/OGRE/RenderSystems/GLES2/GLES3/glesw.h +%%OPENGL%%include/OGRE/RenderSystems/GLES2/GLSLES/OgreGLSLESCgProgram.h +%%OPENGL%%include/OGRE/RenderSystems/GLES2/GLSLES/OgreGLSLESCgProgramFactory.h +%%OPENGL%%include/OGRE/RenderSystems/GLES2/GLSLES/OgreGLSLESExtSupport.h +%%OPENGL%%include/OGRE/RenderSystems/GLES2/GLSLES/OgreGLSLESLinkProgram.h +%%OPENGL%%include/OGRE/RenderSystems/GLES2/GLSLES/OgreGLSLESProgram.h +%%OPENGL%%include/OGRE/RenderSystems/GLES2/GLSLES/OgreGLSLESProgramCommon.h +%%OPENGL%%include/OGRE/RenderSystems/GLES2/GLSLES/OgreGLSLESProgramFactory.h +%%OPENGL%%include/OGRE/RenderSystems/GLES2/GLSLES/OgreGLSLESProgramManager.h +%%OPENGL%%include/OGRE/RenderSystems/GLES2/GLSLES/OgreGLSLESProgramPipeline.h +%%OPENGL%%include/OGRE/RenderSystems/GLES2/KHR/khrplatform.h +%%OPENGL%%include/OGRE/RenderSystems/GLES2/OgreGLContext.h +%%OPENGL%%include/OGRE/RenderSystems/GLES2/OgreGLES2Config.h +%%OPENGL%%include/OGRE/RenderSystems/GLES2/OgreGLES2DepthBuffer.h +%%OPENGL%%include/OGRE/RenderSystems/GLES2/OgreGLES2Exports.h +%%OPENGL%%include/OGRE/RenderSystems/GLES2/OgreGLES2FBOMultiRenderTarget.h +%%OPENGL%%include/OGRE/RenderSystems/GLES2/OgreGLES2FBORenderTexture.h +%%OPENGL%%include/OGRE/RenderSystems/GLES2/OgreGLES2FrameBufferObject.h +%%OPENGL%%include/OGRE/RenderSystems/GLES2/OgreGLES2GpuProgramManager.h +%%OPENGL%%include/OGRE/RenderSystems/GLES2/OgreGLES2HardwareBuffer.h +%%OPENGL%%include/OGRE/RenderSystems/GLES2/OgreGLES2HardwareBufferManager.h +%%OPENGL%%include/OGRE/RenderSystems/GLES2/OgreGLES2HardwareIndexBuffer.h +%%OPENGL%%include/OGRE/RenderSystems/GLES2/OgreGLES2HardwareOcclusionQuery.h +%%OPENGL%%include/OGRE/RenderSystems/GLES2/OgreGLES2HardwarePixelBuffer.h +%%OPENGL%%include/OGRE/RenderSystems/GLES2/OgreGLES2HardwareUniformBuffer.h +%%OPENGL%%include/OGRE/RenderSystems/GLES2/OgreGLES2HardwareVertexBuffer.h +%%OPENGL%%include/OGRE/RenderSystems/GLES2/OgreGLES2ManagedResource.h +%%OPENGL%%include/OGRE/RenderSystems/GLES2/OgreGLES2ManagedResourceManager.h +%%OPENGL%%include/OGRE/RenderSystems/GLES2/OgreGLES2PixelFormat.h +%%OPENGL%%include/OGRE/RenderSystems/GLES2/OgreGLES2Plugin.h +%%OPENGL%%include/OGRE/RenderSystems/GLES2/OgreGLES2Prerequisites.h +%%OPENGL%%include/OGRE/RenderSystems/GLES2/OgreGLES2RenderSystem.h +%%OPENGL%%include/OGRE/RenderSystems/GLES2/OgreGLES2RenderToVertexBuffer.h +%%OPENGL%%include/OGRE/RenderSystems/GLES2/OgreGLES2StateCacheManager.h +%%OPENGL%%include/OGRE/RenderSystems/GLES2/OgreGLES2Texture.h +%%OPENGL%%include/OGRE/RenderSystems/GLES2/OgreGLES2TextureManager.h +%%OPENGL%%include/OGRE/RenderSystems/GLES2/OgreGLHardwarePixelBufferCommon.h +%%OPENGL%%include/OGRE/RenderSystems/GLES2/OgreGLNativeSupport.h +%%OPENGL%%include/OGRE/RenderSystems/GLES2/OgreGLPBuffer.h +%%OPENGL%%include/OGRE/RenderSystems/GLES2/OgreGLRenderSystemCommon.h +%%OPENGL%%include/OGRE/RenderSystems/GLES2/OgreGLRenderTarget.h +%%OPENGL%%include/OGRE/RenderSystems/GLES2/OgreGLRenderTexture.h +%%OPENGL%%include/OGRE/RenderSystems/GLES2/OgreGLStateCacheManagerCommon.h +%%OPENGL%%include/OGRE/RenderSystems/GLES2/OgreGLSupportPrerequisites.h +%%OPENGL%%include/OGRE/RenderSystems/GLES2/OgreGLTextureCommon.h +%%OPENGL%%include/OGRE/RenderSystems/GLES2/OgreGLUniformCache.h +%%OPENGL%%include/OGRE/RenderSystems/GLES2/OgreGLUtil.h +%%OPENGL%%include/OGRE/RenderSystems/GLES2/OgreGLVertexArrayObject.h include/OGRE/Sample.h include/OGRE/SampleContext.h include/OGRE/SamplePlugin.h -include/OGRE/SdkCameraMan.h include/OGRE/SdkSample.h -include/OGRE/SdkTrays.h include/OGRE/Terrain/OgreTerrain.h include/OGRE/Terrain/OgreTerrainAutoUpdateLod.h include/OGRE/Terrain/OgreTerrainGroup.h @@ -507,13 +635,15 @@ include/OGRE/Threading/OgreDefaultWorkQueue.h include/OGRE/Threading/OgreDefaultWorkQueueStandard.h include/OGRE/Threading/OgreDefaultWorkQueueTBB.h include/OGRE/Threading/OgreThreadDefines.h -%%BOOST%%include/OGRE/Threading/OgreThreadDefinesBoost.h -%%NO_BOOST%%include/OGRE/Threading/OgreThreadDefinesNone.h +include/OGRE/Threading/OgreThreadDefinesBoost.h +include/OGRE/Threading/OgreThreadDefinesNone.h include/OGRE/Threading/OgreThreadDefinesPoco.h +include/OGRE/Threading/OgreThreadDefinesSTD.h include/OGRE/Threading/OgreThreadDefinesTBB.h include/OGRE/Threading/OgreThreadHeaders.h -%%BOOST%%include/OGRE/Threading/OgreThreadHeadersBoost.h +include/OGRE/Threading/OgreThreadHeadersBoost.h include/OGRE/Threading/OgreThreadHeadersPoco.h +include/OGRE/Threading/OgreThreadHeadersSTD.h include/OGRE/Threading/OgreThreadHeadersTBB.h include/OGRE/Volume/OgreVolumeCSGSource.h include/OGRE/Volume/OgreVolumeCacheSource.h @@ -532,48 +662,78 @@ include/OGRE/Volume/OgreVolumePrerequisites.h include/OGRE/Volume/OgreVolumeSimplexNoise.h include/OGRE/Volume/OgreVolumeSource.h include/OGRE/Volume/OgreVolumeTextureSource.h -include/OGRE/asm_math.h +%%FREEIMAGE%%lib/OGRE/Codec_FreeImage.so +%%FREEIMAGE%%lib/OGRE/Codec_FreeImage.so.1.11.5 +%%OPENEXR%%lib/OGRE/Codec_EXR.so +%%OPENEXR%%lib/OGRE/Codec_EXR.so.1.11.5 +lib/OGRE/Codec_STBI.so +lib/OGRE/Codec_STBI.so.1.11.5 lib/OGRE/Plugin_BSPSceneManager.so -lib/OGRE/Plugin_BSPSceneManager.so.1.9.0 +lib/OGRE/Plugin_BSPSceneManager.so.1.11.5 lib/OGRE/Plugin_OctreeSceneManager.so -lib/OGRE/Plugin_OctreeSceneManager.so.1.9.0 +lib/OGRE/Plugin_OctreeSceneManager.so.1.11.5 lib/OGRE/Plugin_OctreeZone.so -lib/OGRE/Plugin_OctreeZone.so.1.9.0 +lib/OGRE/Plugin_OctreeZone.so.1.11.5 lib/OGRE/Plugin_PCZSceneManager.so -lib/OGRE/Plugin_PCZSceneManager.so.1.9.0 +lib/OGRE/Plugin_PCZSceneManager.so.1.11.5 lib/OGRE/Plugin_ParticleFX.so -lib/OGRE/Plugin_ParticleFX.so.1.9.0 -lib/OGRE/RenderSystem_GL.so -lib/OGRE/RenderSystem_GL.so.1.9.0 -lib/OGRE/cmake/FindOGRE.cmake -lib/OGRE/cmake/FindOIS.cmake +lib/OGRE/Plugin_ParticleFX.so.1.11.5 +%%OPENGL%%lib/OGRE/RenderSystem_GL.so +%%OPENGL%%lib/OGRE/RenderSystem_GL.so.1.11.5 +%%OPENGL%%lib/OGRE/RenderSystem_GL3Plus.so +%%OPENGL%%lib/OGRE/RenderSystem_GL3Plus.so.1.11.5 +%%OPENGL%%lib/OGRE/RenderSystem_GLES2.so +%%OPENGL%%lib/OGRE/RenderSystem_GLES2.so.1.11.5 +lib/OGRE/Samples/DefaultSamples.so +lib/OGRE/Samples/DefaultSamples.so.1.11.5 lib/OGRE/cmake/FindPkgMacros.cmake -lib/OGRE/cmake/MacroLogFeature.cmake -lib/OGRE/cmake/OgreAddTargets.cmake -lib/OGRE/cmake/OgreConfigTargets.cmake -lib/OGRE/cmake/OgreFindFrameworks.cmake -lib/OGRE/cmake/OgreGetVersion.cmake -lib/OGRE/cmake/PrecompiledHeader.cmake -lib/OGRE/cmake/PreprocessorUtils.cmake +lib/OGRE/cmake/OGREConfig.cmake +lib/OGRE/cmake/OGREConfigVersion.cmake +lib/OGRE/cmake/OgreTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/OGRE/cmake/OgreTargets.cmake +%%CSHARP%%lib/libOgre.so +lib/libOgreBites.so +lib/libOgreBites.so.1.11.5 +%%OPENGL%%lib/libOgreGLSupport.a +lib/libOgreHLMS.so +lib/libOgreHLMS.so.1.11.5 lib/libOgreMain.so -lib/libOgreMain.so.1.9.0 +lib/libOgreMain.so.1.11.5 +lib/libOgreMeshLodGenerator.so +lib/libOgreMeshLodGenerator.so.1.11.5 lib/libOgreOverlay.so -lib/libOgreOverlay.so.1.9.0 +lib/libOgreOverlay.so.1.11.5 lib/libOgrePaging.so -lib/libOgrePaging.so.1.9.0 +lib/libOgrePaging.so.1.11.5 +lib/libOgreProperty.so +lib/libOgreProperty.so.1.11.5 lib/libOgreRTShaderSystem.so -lib/libOgreRTShaderSystem.so.1.9.0 +lib/libOgreRTShaderSystem.so.1.11.5 lib/libOgreTerrain.so -lib/libOgreTerrain.so.1.9.0 +lib/libOgreTerrain.so.1.11.5 lib/libOgreVolume.so -lib/libOgreVolume.so.1.9.0 +lib/libOgreVolume.so.1.11.5 +%%PYTHON%%lib/%%PYTHON_VERSION%%/site-packages/Ogre.py +%%PYTHON%%lib/%%PYTHON_VERSION%%/site-packages/OgreBites.py +%%PYTHON%%lib/%%PYTHON_VERSION%%/site-packages/OgreNumpy.py +%%PYTHON%%lib/%%PYTHON_VERSION%%/site-packages/OgreOverlay.py +%%PYTHON%%lib/%%PYTHON_VERSION%%/site-packages/OgreRTShader.py +%%PYTHON%%lib/%%PYTHON_VERSION%%/site-packages/_Ogre.so +%%PYTHON%%lib/%%PYTHON_VERSION%%/site-packages/_OgreBites.so +%%PYTHON%%lib/%%PYTHON_VERSION%%/site-packages/_OgreOverlay.so +%%PYTHON%%lib/%%PYTHON_VERSION%%/site-packages/_OgreRTShader.so +libdata/pkgconfig/OGRE-Bites.pc +libdata/pkgconfig/OGRE-HLMS.pc +libdata/pkgconfig/OGRE-MeshLodGenerator.pc libdata/pkgconfig/OGRE-Overlay.pc libdata/pkgconfig/OGRE-PCZ.pc libdata/pkgconfig/OGRE-Paging.pc +libdata/pkgconfig/OGRE-Property.pc libdata/pkgconfig/OGRE-RTShaderSystem.pc libdata/pkgconfig/OGRE-Terrain.pc libdata/pkgconfig/OGRE-Volume.pc libdata/pkgconfig/OGRE.pc +share/OGRE/GLX_backdrop.png share/OGRE/Media/DeferredShadingMedia/COPYING share/OGRE/Media/DeferredShadingMedia/DeferredShading/post/Ambient_ps.cg share/OGRE/Media/DeferredShadingMedia/DeferredShading/post/Ambient_ps.glsl @@ -628,6 +788,16 @@ share/OGRE/Media/DeferredShadingMedia/ssao_ps.glsles share/OGRE/Media/DeferredShadingMedia/ssao_sm4.cg share/OGRE/Media/DeferredShadingMedia/ssao_vs.glsl share/OGRE/Media/DeferredShadingMedia/ssao_vs.glsles +share/OGRE/Media/HLMS/Blendfunctions_piece_fs.glslt +share/OGRE/Media/HLMS/Blendfunctions_piece_fs.hlslt +share/OGRE/Media/HLMS/PBS_fs.glslt +share/OGRE/Media/HLMS/PBS_fs.hlslt +share/OGRE/Media/HLMS/PBS_vs.glslt +share/OGRE/Media/HLMS/PBS_vs.hlslt +share/OGRE/Media/PBR/glTF2_PBR.material +share/OGRE/Media/PBR/pbr-frag.glsl +share/OGRE/Media/PBR/pbr-vert.glsl +share/OGRE/Media/PBR/pbr.program share/OGRE/Media/PCZAppMedia/Carpet_Diamond_Olive.jpg share/OGRE/Media/PCZAppMedia/Metal_Brass_Ceiling.jpg share/OGRE/Media/PCZAppMedia/Metal_Embossed.jpg @@ -663,31 +833,14 @@ share/OGRE/Media/PCZAppMedia/room_pxpynz.mesh share/OGRE/Media/PCZAppMedia/room_pxpz.mesh share/OGRE/Media/PCZAppMedia/terrain2.cfg share/OGRE/Media/PCZAppMedia/terrain2.png -share/OGRE/Media/RTShaderLib/Cg/DualQuaternionSkinning_Shadow.cg -share/OGRE/Media/RTShaderLib/Cg/FFPLib_Common.cg -share/OGRE/Media/RTShaderLib/Cg/FFPLib_Fog.cg -share/OGRE/Media/RTShaderLib/Cg/FFPLib_Lighting.cg -share/OGRE/Media/RTShaderLib/Cg/FFPLib_Texturing.cg -share/OGRE/Media/RTShaderLib/Cg/FFPLib_Transform.cg -share/OGRE/Media/RTShaderLib/Cg/HardwareSkinningShadow.cg -share/OGRE/Media/RTShaderLib/Cg/SGXLib_DualQuaternion.cg -share/OGRE/Media/RTShaderLib/Cg/SGXLib_IntegratedPSSM.cg -share/OGRE/Media/RTShaderLib/Cg/SGXLib_LayeredBlending.cg -share/OGRE/Media/RTShaderLib/Cg/SGXLib_NormalMapLighting.cg -share/OGRE/Media/RTShaderLib/Cg/SGXLib_PerPixelLighting.cg -share/OGRE/Media/RTShaderLib/Cg/SGXLib_TextureAtlas.cg -share/OGRE/Media/RTShaderLib/Cg/SGXLib_TriplanarTexturing.cg -share/OGRE/Media/RTShaderLib/Cg/SampleLib_InstancedViewports.cg -share/OGRE/Media/RTShaderLib/Cg/SampleLib_ReflectionMap.cg -share/OGRE/Media/RTShaderLib/Cg/SegmentedPerPixelLighting.cg share/OGRE/Media/RTShaderLib/GLSL/DualQuaternionSkinning_ShadowCasterTwoPhaseTwoWeights.glsl share/OGRE/Media/RTShaderLib/GLSL/DualQuaternionSkinning_ShadowFourWeights.glsl share/OGRE/Media/RTShaderLib/GLSL/DualQuaternionSkinning_ShadowOneWeight.glsl share/OGRE/Media/RTShaderLib/GLSL/DualQuaternionSkinning_ShadowPassThrough_ps.glsl -share/OGRE/Media/RTShaderLib/GLSL/DualQuaternionSkinning_ShadowPassThrough_vs.glsl share/OGRE/Media/RTShaderLib/GLSL/DualQuaternionSkinning_ShadowThreeWeights.glsl share/OGRE/Media/RTShaderLib/GLSL/DualQuaternionSkinning_ShadowTwoWeights.glsl share/OGRE/Media/RTShaderLib/GLSL/DualQuaternion_Common.glsl +share/OGRE/Media/RTShaderLib/GLSL/FFPLib_AlphaTest.glsl share/OGRE/Media/RTShaderLib/GLSL/FFPLib_Common.glsl share/OGRE/Media/RTShaderLib/GLSL/FFPLib_Fog.glsl share/OGRE/Media/RTShaderLib/GLSL/FFPLib_Lighting.glsl @@ -705,71 +858,42 @@ share/OGRE/Media/RTShaderLib/GLSL/SGXLib_TriplanarText share/OGRE/Media/RTShaderLib/GLSL/SampleLib_InstancedViewports.glsl share/OGRE/Media/RTShaderLib/GLSL/SampleLib_ReflectionMap.glsl share/OGRE/Media/RTShaderLib/GLSL/SegmentedPerPixelLighting.glsl -share/OGRE/Media/RTShaderLib/GLSL150/DualQuaternionSkinning_ShadowCasterTwoPhaseTwoWeights.glsl -share/OGRE/Media/RTShaderLib/GLSL150/DualQuaternionSkinning_ShadowFourWeights.glsl -share/OGRE/Media/RTShaderLib/GLSL150/DualQuaternionSkinning_ShadowOneWeight.glsl -share/OGRE/Media/RTShaderLib/GLSL150/DualQuaternionSkinning_ShadowPassThrough_ps.glsl -share/OGRE/Media/RTShaderLib/GLSL150/DualQuaternionSkinning_ShadowPassThrough_vs.glsl -share/OGRE/Media/RTShaderLib/GLSL150/DualQuaternionSkinning_ShadowThreeWeights.glsl -share/OGRE/Media/RTShaderLib/GLSL150/DualQuaternionSkinning_ShadowTwoWeights.glsl -share/OGRE/Media/RTShaderLib/GLSL150/DualQuaternion_Common.glsl -share/OGRE/Media/RTShaderLib/GLSL150/FFPLib_Common.glsl -share/OGRE/Media/RTShaderLib/GLSL150/FFPLib_Fog.glsl -share/OGRE/Media/RTShaderLib/GLSL150/FFPLib_Lighting.glsl -share/OGRE/Media/RTShaderLib/GLSL150/FFPLib_Texturing.glsl -share/OGRE/Media/RTShaderLib/GLSL150/FFPLib_Transform.glsl -share/OGRE/Media/RTShaderLib/GLSL150/HardwareSkinningShadow_Fragment.glsl -share/OGRE/Media/RTShaderLib/GLSL150/HardwareSkinningShadow_TwoWeights.glsl -share/OGRE/Media/RTShaderLib/GLSL150/SGXLib_DualQuaternion.glsl -share/OGRE/Media/RTShaderLib/GLSL150/SGXLib_IntegratedPSSM.glsl -share/OGRE/Media/RTShaderLib/GLSL150/SGXLib_LayeredBlending.glsl -share/OGRE/Media/RTShaderLib/GLSL150/SGXLib_NormalMapLighting.glsl -share/OGRE/Media/RTShaderLib/GLSL150/SGXLib_PerPixelLighting.glsl -share/OGRE/Media/RTShaderLib/GLSL150/SGXLib_TextureAtlas.glsl -share/OGRE/Media/RTShaderLib/GLSL150/SGXLib_TriplanarTexturing.glsl -share/OGRE/Media/RTShaderLib/GLSL150/SampleLib_InstancedViewports.glsl -share/OGRE/Media/RTShaderLib/GLSL150/SampleLib_ReflectionMap.glsl -share/OGRE/Media/RTShaderLib/GLSL150/SegmentedPerPixelLighting.glsl -share/OGRE/Media/RTShaderLib/GLSLES/FFPLib_Common.glsles -share/OGRE/Media/RTShaderLib/GLSLES/FFPLib_Fog.glsles -share/OGRE/Media/RTShaderLib/GLSLES/FFPLib_Lighting.glsles -share/OGRE/Media/RTShaderLib/GLSLES/FFPLib_Texturing.glsles -share/OGRE/Media/RTShaderLib/GLSLES/FFPLib_Transform.glsles -share/OGRE/Media/RTShaderLib/GLSLES/SGXLib_IntegratedPSSM.glsles -share/OGRE/Media/RTShaderLib/GLSLES/SGXLib_LayeredBlending.glsles -share/OGRE/Media/RTShaderLib/GLSLES/SGXLib_NormalMapLighting.glsles -share/OGRE/Media/RTShaderLib/GLSLES/SGXLib_PerPixelLighting.glsles -share/OGRE/Media/RTShaderLib/GLSLES/SGXLib_TextureAtlas.glsles -share/OGRE/Media/RTShaderLib/GLSLES/SGXLib_TriplanarTexturing.glsles -share/OGRE/Media/RTShaderLib/GLSLES/SampleLib_ReflectionMap.glsles -share/OGRE/Media/RTShaderLib/HLSL/FFPLib_Common.hlsl -share/OGRE/Media/RTShaderLib/HLSL/FFPLib_Fog.hlsl -share/OGRE/Media/RTShaderLib/HLSL/FFPLib_Lighting.hlsl -share/OGRE/Media/RTShaderLib/HLSL/FFPLib_Texturing.hlsl -share/OGRE/Media/RTShaderLib/HLSL/FFPLib_Transform.hlsl -share/OGRE/Media/RTShaderLib/HLSL/SGXLib_DualQuaternion.hlsl -share/OGRE/Media/RTShaderLib/HLSL/SGXLib_IntegratedPSSM.hlsl -share/OGRE/Media/RTShaderLib/HLSL/SGXLib_LayeredBlending.hlsl -share/OGRE/Media/RTShaderLib/HLSL/SGXLib_NormalMapLighting.hlsl -share/OGRE/Media/RTShaderLib/HLSL/SGXLib_PerPixelLighting.hlsl -share/OGRE/Media/RTShaderLib/HLSL/SGXLib_TextureAtlas.hlsl -share/OGRE/Media/RTShaderLib/HLSL/SGXLib_TriplanarTexturing.hlsl -share/OGRE/Media/RTShaderLib/HLSL/SampleLib_InstancedViewports.hlsl -share/OGRE/Media/RTShaderLib/HLSL/SampleLib_ReflectionMap.hlsl -share/OGRE/Media/RTShaderLib/HLSL/SegmentedPerPixelLighting.hlsl +share/OGRE/Media/RTShaderLib/GLSLES/FFPLib_Texturing.glsl +share/OGRE/Media/RTShaderLib/GLSLES/SGXLib_LayeredBlending.glsl +share/OGRE/Media/RTShaderLib/HLSL_Cg/DualQuaternionSkinning_Shadow.cg +share/OGRE/Media/RTShaderLib/HLSL_Cg/FFPLib_Common.cg +share/OGRE/Media/RTShaderLib/HLSL_Cg/FFPLib_Fog.cg +share/OGRE/Media/RTShaderLib/HLSL_Cg/FFPLib_Lighting.cg +share/OGRE/Media/RTShaderLib/HLSL_Cg/FFPLib_Texturing.cg +share/OGRE/Media/RTShaderLib/HLSL_Cg/FFPLib_Transform.cg +share/OGRE/Media/RTShaderLib/HLSL_Cg/HardwareSkinningShadow.cg +share/OGRE/Media/RTShaderLib/HLSL_Cg/SGXLib_DualQuaternion.cg +share/OGRE/Media/RTShaderLib/HLSL_Cg/SGXLib_IntegratedPSSM.cg +share/OGRE/Media/RTShaderLib/HLSL_Cg/SGXLib_LayeredBlending.cg +share/OGRE/Media/RTShaderLib/HLSL_Cg/SGXLib_NormalMapLighting.cg +share/OGRE/Media/RTShaderLib/HLSL_Cg/SGXLib_PerPixelLighting.cg +share/OGRE/Media/RTShaderLib/HLSL_Cg/SGXLib_TextureAtlas.cg +share/OGRE/Media/RTShaderLib/HLSL_Cg/SGXLib_TriplanarTexturing.cg +share/OGRE/Media/RTShaderLib/HLSL_Cg/SampleLib_InstancedViewports.cg +share/OGRE/Media/RTShaderLib/HLSL_Cg/SampleLib_ReflectionMap.cg +share/OGRE/Media/RTShaderLib/HLSL_Cg/SegmentedPerPixelLighting.cg share/OGRE/Media/RTShaderLib/cache/dummy.txt share/OGRE/Media/RTShaderLib/materials/DualQuaternionSkinning_Shadow.material share/OGRE/Media/RTShaderLib/materials/HardwareSkinningShadow.material share/OGRE/Media/RTShaderLib/materials/RTShaderSystem.material share/OGRE/Media/RTShaderLib/materials/TriplanarTexturing.material share/OGRE/Media/materials/programs/Cg/ASCIIFP.cg +share/OGRE/Media/materials/programs/Cg/Bloom2_ps20.cg +share/OGRE/Media/materials/programs/Cg/Bloom_ps20.cg +share/OGRE/Media/materials/programs/Cg/BlurH_ps20.cg +share/OGRE/Media/materials/programs/Cg/BlurV_ps20.cg +share/OGRE/Media/materials/programs/Cg/Blur_vs11.cg +share/OGRE/Media/materials/programs/Cg/BrightBloom2_ps20.cg share/OGRE/Media/materials/programs/Cg/Combine_fp.cg share/OGRE/Media/materials/programs/Cg/Common.cg share/OGRE/Media/materials/programs/Cg/DOF_ps.cg share/OGRE/Media/materials/programs/Cg/DitherFP.cg share/OGRE/Media/materials/programs/Cg/DualQuaternion.cg -share/OGRE/Media/materials/programs/Cg/DualQuaternion_Common.cg -share/OGRE/Media/materials/programs/Cg/Dyn-Text.cg share/OGRE/Media/materials/programs/Cg/Example_Basic.cg *** DIFF OUTPUT TRUNCATED AT 1000 LINES ***