Im-dex / xray-162

XRay engine 1.6.2 (S.T.A.L.K.E.R: Call of Pripyat) evolution
Apache License 2.0
46 stars 11 forks source link

Replace xrCPU_Pipe TTAPI #31

Open Im-dex opened 7 years ago

Im-dex commented 7 years ago

Replace TTAPI by the #28

jazzvaz commented 6 years ago

Adding TBB will only require linking to the tbb library and calling parallel loops when needed. This is fine?

Im-dex commented 6 years ago

@jazzvaz TBB should be built from the sources. It contains several projects (such as allocator etc) that should be added as dependencies for the engine modules.

jazzvaz commented 6 years ago

@Im-dex so add another project "TBB" and make linking?

Im-dex commented 6 years ago

@jazzvaz Yep