more work on IBM Cell SDK 3.1 build
This commit is contained in:
@@ -28,15 +28,19 @@ CC_OPT_LEVEL = -O3
|
||||
|
||||
OBJS = \
|
||||
btAxisSweep3.o \
|
||||
btQuantizedBvh.o \
|
||||
btBroadphaseProxy.o \
|
||||
btCollisionAlgorithm.o \
|
||||
btDispatcher.o \
|
||||
btOverlappingPairCache.o \
|
||||
btDbvtBroadphase.o \
|
||||
btDbvt.o \
|
||||
btOverlappingPairCache.o \
|
||||
btSimpleBroadphase.o \
|
||||
btContinuousConvexCollision.o \
|
||||
btConvexCast.o \
|
||||
btGjkConvexCast.o \
|
||||
btGjkEpa.o \
|
||||
btGjkEpa2.o \
|
||||
btGjkEpaPenetrationDepthSolver.o \
|
||||
btGjkPairDetector.o \
|
||||
btDefaultCollisionConfiguration.o \
|
||||
@@ -49,9 +53,12 @@ btCollisionDispatcher.o \
|
||||
btCollisionObject.o \
|
||||
btCollisionWorld.o \
|
||||
btCompoundCollisionAlgorithm.o \
|
||||
btBoxBoxCollisionAlgorithm.o \
|
||||
btBoxBoxDetector.o \
|
||||
btConvexPlaneCollisionAlgorithm.o \
|
||||
btConvexConcaveCollisionAlgorithm.o \
|
||||
btConvexConvexAlgorithm.o \
|
||||
btDefaultCollisionConfiguration.o \
|
||||
btEmptyCollisionAlgorithm.o \
|
||||
btManifoldResult.o \
|
||||
btSimulationIslandManager.o \
|
||||
|
||||
@@ -152,10 +152,17 @@ public:
|
||||
//tell the task scheduler we are done with the SPU tasks
|
||||
virtual void stopSPU();
|
||||
|
||||
virtual void setNumTasks(int numTasks)
|
||||
{
|
||||
//changing the number of tasks after initialization is not implemented (yet)
|
||||
}
|
||||
|
||||
private:
|
||||
|
||||
///start the spus (can be called at the beginning of each frame, to make sure that the right SPU program is loaded)
|
||||
void internal_startSPU();
|
||||
|
||||
|
||||
|
||||
|
||||
int numThreads;
|
||||
|
||||
Reference in New Issue
Block a user