Blender Git Commit Log

Git Commits -> Revision ae4fcdc

September 30, 2015, 15:08 (GMT)
Fix T46299: Windows: File Browser Crash while listing big folders in preview mode (fonts, images...).

Windows-only bug, mmap & co are not threadsafe by default on this platform, so we have to add a dedicated
spinlock for them in win32.

Note that we may try to get rid of those mmap later, but not for 2.76!

To be backported to final 2.76...

Commit Details:

Full Hash: ae4fcdc7ba74bc73e9ffd40de92c4f2a37a1f50f
Parent Commit: 24615ec
Committed By: Sergey Sharybin
Lines Changed: +49, -0

4 Modified Paths:

/source/blender/imbuf/intern/allocimbuf.c (+24, -0) (Diff)
/source/blender/imbuf/intern/IMB_allocimbuf.h (+12, -0) (Diff)
/source/blender/imbuf/intern/module.c (+2, -0) (Diff)
/source/blender/imbuf/intern/readimage.c (+11, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021