Browse Source

Move hsGDeviceRef to pnNucleusInc.

Darryl Pogue 10 years ago
parent
commit
4b7ae4d7d2
  1. 2
      Sources/Plasma/FeatureLib/pfJournalBook/pfJournalBook.cpp
  2. 2
      Sources/Plasma/FeatureLib/pfMoviePlayer/plMoviePlayer.cpp
  3. 3
      Sources/Plasma/FeatureLib/pfSurface/plLayerMovie.cpp
  4. 1
      Sources/Plasma/NucleusLib/inc/CMakeLists.txt
  5. 0
      Sources/Plasma/NucleusLib/inc/hsGDeviceRef.h
  6. 2
      Sources/Plasma/PubUtilLib/plAvatar/plAvatarClothing.cpp
  7. 2
      Sources/Plasma/PubUtilLib/plDrawable/plAccessGeometry.cpp
  8. 2
      Sources/Plasma/PubUtilLib/plDrawable/plDrawableSpans.cpp
  9. 2
      Sources/Plasma/PubUtilLib/plDrawable/plDynaDecalMgr.cpp
  10. 2
      Sources/Plasma/PubUtilLib/plDrawable/plGBufferGroup.cpp
  11. 2
      Sources/Plasma/PubUtilLib/plDrawable/plSpanTypes.cpp
  12. 2
      Sources/Plasma/PubUtilLib/plGImage/plBitmap.cpp
  13. 2
      Sources/Plasma/PubUtilLib/plGImage/plDynamicTextMap.cpp
  14. 3
      Sources/Plasma/PubUtilLib/plGImage/plLODMipmap.cpp
  15. 2
      Sources/Plasma/PubUtilLib/plGImage/plMipmap.cpp
  16. 2
      Sources/Plasma/PubUtilLib/plGLight/plLightInfo.cpp
  17. 1
      Sources/Plasma/PubUtilLib/plPipeline/CMakeLists.txt
  18. 2
      Sources/Plasma/PubUtilLib/plPipeline/DX/plDXDeviceRef.h
  19. 2
      Sources/Plasma/PubUtilLib/plPipeline/DX/plDXPipeline.h
  20. 2
      Sources/Plasma/PubUtilLib/plPipeline/plTextGenerator.cpp
  21. 2
      Sources/Plasma/PubUtilLib/plSurface/plLayer.cpp
  22. 3
      Sources/Plasma/PubUtilLib/plSurface/plShader.cpp

2
Sources/Plasma/FeatureLib/pfJournalBook/pfJournalBook.cpp

@ -67,7 +67,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "pfMessage/pfGUINotifyMsg.h" #include "pfMessage/pfGUINotifyMsg.h"
#include "plGImage/plMipmap.h" #include "plGImage/plMipmap.h"
#include "plGImage/plDynamicTextMap.h" #include "plGImage/plDynamicTextMap.h"
#include "plPipeline/hsGDeviceRef.h" #include "hsGDeviceRef.h"
#include "plMessage/plAnimCmdMsg.h" #include "plMessage/plAnimCmdMsg.h"
#include "pnKeyedObject/plFixedKey.h" #include "pnKeyedObject/plFixedKey.h"
#include "pnMessage/plRefMsg.h" #include "pnMessage/plRefMsg.h"

2
Sources/Plasma/FeatureLib/pfMoviePlayer/plMoviePlayer.cpp

@ -58,7 +58,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "plAudio/plWin32VideoSound.h" #include "plAudio/plWin32VideoSound.h"
#include "plGImage/plMipmap.h" #include "plGImage/plMipmap.h"
#include "pnKeyedObject/plUoid.h" #include "pnKeyedObject/plUoid.h"
#include "plPipeline/hsGDeviceRef.h" #include "hsGDeviceRef.h"
#include "plPipeline/plPlates.h" #include "plPipeline/plPlates.h"
#include "plResMgr/plLocalization.h" #include "plResMgr/plLocalization.h"
#include "plStatusLog/plStatusLog.h" #include "plStatusLog/plStatusLog.h"

3
Sources/Plasma/FeatureLib/pfSurface/plLayerMovie.cpp

@ -44,11 +44,10 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "plLayerMovie.h" #include "plLayerMovie.h"
#include "hsStream.h" #include "hsStream.h"
#include "hsResMgr.h" #include "hsResMgr.h"
#include "hsGDeviceRef.h"
#include "plMessage/plAnimCmdMsg.h" #include "plMessage/plAnimCmdMsg.h"
#include "plGImage/plMipmap.h" #include "plGImage/plMipmap.h"
#include "plPipeline/hsGDeviceRef.h"
plLayerMovie::plLayerMovie() plLayerMovie::plLayerMovie()
: fCurrentFrame(-1), : fCurrentFrame(-1),

1
Sources/Plasma/NucleusLib/inc/CMakeLists.txt

@ -3,6 +3,7 @@ include_directories("../../NucleusLib")
include_directories("../../NucleusLib/inc") include_directories("../../NucleusLib/inc")
set(pnNucleusInc_HEADERS set(pnNucleusInc_HEADERS
hsGDeviceRef.h
hsGMatState.h hsGMatState.h
hsGMatState.inl hsGMatState.inl
hsResMgr.h hsResMgr.h

0
Sources/Plasma/PubUtilLib/plPipeline/hsGDeviceRef.h → Sources/Plasma/NucleusLib/inc/hsGDeviceRef.h

2
Sources/Plasma/PubUtilLib/plAvatar/plAvatarClothing.cpp

@ -53,7 +53,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "pfMessage/plClothingMsg.h" #include "pfMessage/plClothingMsg.h"
#include "plMessage/plRenderMsg.h" #include "plMessage/plRenderMsg.h"
#include "plGImage/plMipmap.h" #include "plGImage/plMipmap.h"
#include "plPipeline/hsGDeviceRef.h" #include "hsGDeviceRef.h"
#include "plPipeline/plRenderTarget.h" #include "plPipeline/plRenderTarget.h"
#include "plPipeline.h" #include "plPipeline.h"
#include "plClothingLayout.h" #include "plClothingLayout.h"

2
Sources/Plasma/PubUtilLib/plDrawable/plAccessGeometry.cpp

@ -58,7 +58,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
// For dipping directly into device buffers. // For dipping directly into device buffers.
#include "plGBufferGroup.h" #include "plGBufferGroup.h"
#include "plPipeline/hsGDeviceRef.h" #include "hsGDeviceRef.h"
#include "plPipeline.h" #include "plPipeline.h"
#include "plTweak.h" #include "plTweak.h"

2
Sources/Plasma/PubUtilLib/plDrawable/plDrawableSpans.cpp

@ -78,7 +78,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "plSurface/hsGMaterial.h" #include "plSurface/hsGMaterial.h"
#include "plSurface/plLayerInterface.h" #include "plSurface/plLayerInterface.h"
#include "plPipeline/plFogEnvironment.h" #include "plPipeline/plFogEnvironment.h"
#include "plPipeline/hsGDeviceRef.h" #include "hsGDeviceRef.h"
#include "pnMessage/plRefMsg.h" #include "pnMessage/plRefMsg.h"
#include "pnMessage/plNodeRefMsg.h" #include "pnMessage/plNodeRefMsg.h"
#include "pnMessage/plDISpansMsg.h" #include "pnMessage/plDISpansMsg.h"

2
Sources/Plasma/PubUtilLib/plDrawable/plDynaDecalMgr.cpp

@ -67,7 +67,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "plSurface/plLayerInterface.h" #include "plSurface/plLayerInterface.h"
#include "plScene/plPageTreeMgr.h" #include "plScene/plPageTreeMgr.h"
#include "plPipeline/hsGDeviceRef.h" #include "hsGDeviceRef.h"
#include "plMessage/plAgeLoadedMsg.h" #include "plMessage/plAgeLoadedMsg.h"
#include "plMessage/plDynaDecalEnableMsg.h" #include "plMessage/plDynaDecalEnableMsg.h"

2
Sources/Plasma/PubUtilLib/plDrawable/plGBufferGroup.cpp

@ -58,7 +58,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "plSurface/hsGMaterial.h" #include "plSurface/hsGMaterial.h"
#include "plGeometrySpan.h" #include "plGeometrySpan.h"
#include "plPipeline.h" #include "plPipeline.h"
#include "plPipeline/hsGDeviceRef.h" #include "hsGDeviceRef.h"
#include "plProfile.h" #include "plProfile.h"
#include "plVertCoder.h" #include "plVertCoder.h"

2
Sources/Plasma/PubUtilLib/plDrawable/plSpanTypes.cpp

@ -54,7 +54,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "hsStream.h" #include "hsStream.h"
#include "pnKeyedObject/plKey.h" #include "pnKeyedObject/plKey.h"
#include "plGBufferGroup.h" #include "plGBufferGroup.h"
#include "plPipeline/hsGDeviceRef.h" #include "hsGDeviceRef.h"
#include "plGLight/plLightInfo.h" #include "plGLight/plLightInfo.h"
#include "plDrawable.h" #include "plDrawable.h"
#include "plAuxSpan.h" #include "plAuxSpan.h"

2
Sources/Plasma/PubUtilLib/plGImage/plBitmap.cpp

@ -57,8 +57,8 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "hsResMgr.h" #include "hsResMgr.h"
#include "hsStream.h" #include "hsStream.h"
#include "hsGDeviceRef.h"
#include "pnKeyedObject/plKey.h" #include "pnKeyedObject/plKey.h"
#include "plPipeline/hsGDeviceRef.h"
//// Static Members /////////////////////////////////////////////////////////// //// Static Members ///////////////////////////////////////////////////////////

2
Sources/Plasma/PubUtilLib/plGImage/plDynamicTextMap.cpp

@ -58,7 +58,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "hsExceptions.h" #include "hsExceptions.h"
#include "hsMatrix44.h" #include "hsMatrix44.h"
#include "plPipeline/hsGDeviceRef.h" #include "hsGDeviceRef.h"
#include "plMessage/plDynamicTextMsg.h" #include "plMessage/plDynamicTextMsg.h"
#include "pnKeyedObject/plKey.h" #include "pnKeyedObject/plKey.h"
#include "plProfile.h" #include "plProfile.h"

3
Sources/Plasma/PubUtilLib/plGImage/plLODMipmap.cpp

@ -44,12 +44,11 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "plLODMipmap.h" #include "plLODMipmap.h"
#include "hsResMgr.h" #include "hsResMgr.h"
#include "hsGDeviceRef.h"
#include "pnKeyedObject/plKey.h" #include "pnKeyedObject/plKey.h"
#include "pnKeyedObject/plUoid.h" #include "pnKeyedObject/plUoid.h"
#include "pnMessage/plRefMsg.h" #include "pnMessage/plRefMsg.h"
#include "plPipeline/hsGDeviceRef.h"
plLODMipmap::plLODMipmap() plLODMipmap::plLODMipmap()
: fBase(nil), : fBase(nil),

2
Sources/Plasma/PubUtilLib/plGImage/plMipmap.cpp

@ -57,7 +57,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "hsExceptions.h" #include "hsExceptions.h"
#include "hsColorRGBA.h" #include "hsColorRGBA.h"
#include "plPipeline/hsGDeviceRef.h" #include "hsGDeviceRef.h"
#include "plProfile.h" #include "plProfile.h"
#include "plJPEG.h" #include "plJPEG.h"
#include <cmath> #include <cmath>

2
Sources/Plasma/PubUtilLib/plGLight/plLightInfo.cpp

@ -52,7 +52,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "plDrawable/plSpaceTree.h" #include "plDrawable/plSpaceTree.h"
#include "plDrawable/plDrawableGenerator.h" #include "plDrawable/plDrawableGenerator.h"
#include "plDrawable/plDrawableSpans.h" #include "plDrawable/plDrawableSpans.h"
#include "plPipeline/hsGDeviceRef.h" #include "hsGDeviceRef.h"
#include "plPipeline/plRenderTarget.h" #include "plPipeline/plRenderTarget.h"
#include "hsFastMath.h" #include "hsFastMath.h"
#include "pnSceneObject/plDrawInterface.h" #include "pnSceneObject/plDrawInterface.h"

1
Sources/Plasma/PubUtilLib/plPipeline/CMakeLists.txt

@ -41,7 +41,6 @@ set(plPipeline_HEADERS
hsFogControl.h hsFogControl.h
hsG3DDeviceSelector.h hsG3DDeviceSelector.h
hsGColorizer.h hsGColorizer.h
hsGDeviceRef.h
hsWinRef.h hsWinRef.h
plCaptureRender.h plCaptureRender.h
plCubicRenderTarget.h plCubicRenderTarget.h

2
Sources/Plasma/PubUtilLib/plPipeline/DX/plDXDeviceRef.h

@ -54,7 +54,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#define _plDXDeviceRef_h #define _plDXDeviceRef_h
#include "HeadSpin.h" #include "HeadSpin.h"
#include "plPipeline/hsGDeviceRef.h" #include "hsGDeviceRef.h"
//// Definition /////////////////////////////////////////////////////////////// //// Definition ///////////////////////////////////////////////////////////////

2
Sources/Plasma/PubUtilLib/plPipeline/DX/plDXPipeline.h

@ -52,7 +52,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "hsGeometry3.h" #include "hsGeometry3.h"
#include "hsTemplates.h" #include "hsTemplates.h"
#include "hsColorRGBA.h" #include "hsColorRGBA.h"
#include "plPipeline/hsGDeviceRef.h" #include "hsGDeviceRef.h"
#include "hsPoint2.h" #include "hsPoint2.h"
class plAccessSpan; class plAccessSpan;

2
Sources/Plasma/PubUtilLib/plPipeline/plTextGenerator.cpp

@ -57,7 +57,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "pnKeyedObject/hsKeyedObject.h" #include "pnKeyedObject/hsKeyedObject.h"
#include "plTextGenerator.h" #include "plTextGenerator.h"
#include "plGImage/plMipmap.h" #include "plGImage/plMipmap.h"
#include "plPipeline/hsGDeviceRef.h" #include "hsGDeviceRef.h"
#include "pnMessage/plRefMsg.h" #include "pnMessage/plRefMsg.h"
#include "plgDispatch.h" #include "plgDispatch.h"

2
Sources/Plasma/PubUtilLib/plSurface/plLayer.cpp

@ -49,7 +49,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "hsGMatState.inl" #include "hsGMatState.inl"
#include "plMessage/plLayRefMsg.h" #include "plMessage/plLayRefMsg.h"
#include "plGImage/plBitmap.h" #include "plGImage/plBitmap.h"
#include "plPipeline/hsGDeviceRef.h" #include "hsGDeviceRef.h"
#include "plShader.h" #include "plShader.h"
#include "plPipeline.h" #include "plPipeline.h"

3
Sources/Plasma/PubUtilLib/plSurface/plShader.cpp

@ -48,8 +48,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "hsStream.h" #include "hsStream.h"
#include "hsMatrix44.h" #include "hsMatrix44.h"
#include "hsColorRGBA.h" #include "hsColorRGBA.h"
#include "hsGDeviceRef.h"
#include "plPipeline/hsGDeviceRef.h"
// Little shader const helper // Little shader const helper

Loading…
Cancel
Save