lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


- support for OpenMP in the im_process library. Almost all image processing
functions now have support for multi-thread using OpenMP.

Very nice! We did the same last year with our pipeline, and one of our graphics programmer did this with the DXT compression (8x8 blocks are indepent of each other, unlike other compression schemes such as PowerVR)