2b2c77e | Alec Jacobson | 19 December 2018, 02:29:01 UTC | remove tbb dependency | 19 December 2018, 02:29:01 UTC |
ec79b08 | Alec Jacobson | 19 December 2018, 01:41:57 UTC | start to remove tbb | 19 December 2018, 01:41:57 UTC |
1e6081e | ndickson-sidefx | 16 November 2018, 21:51:28 UTC | Some fixes from the main code * Added exclusion of NaNs, which can lead to bad results or possibly even infinite loops or crashes if not excluded * Made some box copy construction explicit | 16 November 2018, 21:51:28 UTC |
70f49b8 | ndickson-sidefx | 16 November 2018, 21:48:24 UTC | Some fixes from the main code * Fixed deletion of myRoot: it should be done using free, not delete, since it was allocated with malloc in UT_Array via BVH::init * Changed signature of init for change coming momentarily in UT_BVHImpl.h * Added more SYS_FORCE_INLINE on some functions that should be inlined | 16 November 2018, 21:48:24 UTC |
7238909 | ndickson-sidefx | 26 September 2018, 14:42:48 UTC | Fixed minor performance bug * Fixed a case where UTparallelFor wasn't set to create a separate task for every item, when the items themselves were intended to be tasks | 26 September 2018, 14:42:48 UTC |
c29c435 | ndickson-sidefx | 26 September 2018, 14:30:00 UTC | Fixed a couple slow performance bugs * Fixed bug in createTrivialIndices where it was creating n tasks, instead of ntasks tasks * Replaced use of UT_Array::bumpSize with bumpCapacity then setSizeNoInit, to avoid redundant initialization | 26 September 2018, 14:30:00 UTC |
d585c5e | ndickson-sidefx | 13 July 2018, 21:36:54 UTC | Small update to README | 13 July 2018, 21:36:54 UTC |
ed089d5 | ndickson-sidefx | 13 July 2018, 21:34:31 UTC | Added more information to README | 13 July 2018, 21:34:31 UTC |
07c2453 | ndickson-sidefx | 13 July 2018, 21:03:11 UTC | Added README | 13 July 2018, 21:03:11 UTC |
d622ca8 | ndickson-sidefx | 13 July 2018, 20:54:09 UTC | Updated to use legal name | 13 July 2018, 20:54:09 UTC |
2f29b4e | ndickson-sidefx | 13 July 2018, 20:51:22 UTC | Added the main code files | 13 July 2018, 20:51:22 UTC |
afc3297 | ndickson-sidefx | 13 July 2018, 20:17:30 UTC | Initial commit | 13 July 2018, 20:17:30 UTC |