Matthias Stiller wrote: > Hello Allen, > >> * Processor affinity support allowing application to lock >> cull-draw and database processes to specific processors, thereby >> avoiding cache coherency problems associated with processes moving >> from processor to processor. > > Does OpenSG need this ?
Since OpenSG has some thread-management, it would be nice to have this ability cross-platform (it might be something to add to boost::threads or so). It's very trivial to do on Win32 (SetThreadAffinity(threadHandle, affinitybitmask)) so it's not exactly a major feature, IMO. [snip texture atlases] > This sounds really interesting but how does one deal with the lowest > mipmap levels where multiple images are merged into few pixels ? In GL you can impose limits on max/min mipmaplevels, I think. /Marcus ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Opensg-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensg-users
