This repository has been archived on 2023-10-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files
blender-archive/extern
Sergey Sharybin 08c49d8a12 Use reentrant qsort() in particle codes
Particle system code used global variable to sort hair by orig index,
which is not safe for threading at all.

Replaced this with usage of reentrant version of qsort, which is
now implemented in BLI. It was moved from recast navigation code
to BLI, so more areas could use it (if needed).

--
svn merge -r59086:59087 ^/branches/soc-2013-depsgraph_mt
2013-08-19 10:40:47 +00:00
..
2012-02-11 04:05:00 +00:00
2012-02-11 04:05:00 +00:00
2012-02-11 04:05:00 +00:00
2013-02-25 08:16:28 +00:00
2013-03-21 02:58:21 +00:00