Files
test/source/blender/render/intern/include
Ton Roosendaal f4e491e2f4 Thread rendering stability commit.
I noticed still several cases where the Imbuf library was called within a
thread... and that whilst the Imbuf itself isn't threadsafe. Also the
thread lock I added in rendering for loading images actually didn't
work, because then it was still possible both threads were accessing the
MEM_malloc function at same time.

This commit nearly fully replaces ImBuf calls in compositor (giving another
nice speedup btw, the way preview images in Nodes were calculated used
clumsy imbuf scaling code).

I've also centralized the 'mutex' locking for threading, which now only
resides in BLI_threads.h. This is used to secure the last ImBuf calls
I cannot replace, which is loading images and creating mipmaps.

Really hope we get something more stable now!
2006-02-11 15:55:00 +00:00
..
2006-01-23 22:05:47 +00:00
2006-01-23 22:05:47 +00:00
2006-01-23 22:05:47 +00:00
2006-02-02 17:54:22 +00:00
2006-01-23 22:05:47 +00:00
2006-02-06 22:11:50 +00:00
2006-01-23 22:05:47 +00:00
2006-01-23 22:05:47 +00:00
2006-02-08 16:51:09 +00:00