There are several outstanding items that have been awaiting review for some time now. It would be great if you guys could take a look and let me know if you have any concerns before I commit them.
https://github.com/OpenImageIO/oiio/pull/392 - text rendering into images https://github.com/OpenImageIO/oiio/pull/391 - refactor over() to support only float buffers (will serve as the model idiom for much future IBA functionality) https://github.com/OpenImageIO/oiio/pull/382 - overhaul of atomic_test & spinlock_test (for great time trials and wedges over thread counts) as well as addition of spin_rw_test https://github.com/OpenImageIO/oiio/pull/388 - threading improvements for ImageCache/TextureSystem under high thread counts by using reader/writer locks, and (I believe) getting good enough performance to eliminate the TBB dependency. This could really use people with other hardware and OS configurations to compile it with USE_TBB=0 and try out all three of those tests to ensure correctness of my reader/writer locks. Only the last of these is truly dangerous. The others don't have any way to harm functionality other than what they directly apply to. -- Larry Gritz [email protected] _______________________________________________ Oiio-dev mailing list [email protected] http://lists.openimageio.org/listinfo.cgi/oiio-dev-openimageio.org
