Revision 7602b6b by Sergey Sharybin July 11, 2016, 16:01 (GMT) |
Cycles: Fix typo |
Revision ea32a03 by Sergey Sharybin July 11, 2016, 15:59 (GMT) |
Fix T48824: Crash when having too many ray-to-volume intersections Code might have writing past the array boundaries. |
Revision 8bc6f8b by Campbell Barton July 11, 2016, 15:19 (GMT) |
Revision bbe33ec by Sergey Sharybin July 11, 2016, 13:15 (GMT) |
Depsgraph: Fix crash in Weight VG modifier |
Revision 0f457a3 by Sergey Sharybin July 11, 2016, 13:07 (GMT) |
Depsgraph: Fix shape key nodes trying to be added multiple times |
Revision 96dd4cd by Campbell Barton July 11, 2016, 13:06 (GMT) |
Cleanup: line length |
Revision b99f7a9 by Sergey Sharybin July 11, 2016, 12:46 (GMT) |
Cycles: Fix Extend image extension mode on OpenCL |
Revision c58ae20 by Campbell Barton July 11, 2016, 11:59 (GMT) |
Dyntopo: fix lop-sided edge collapse When an edge was collapsed, one of the vertices would be removed. Edges attached to the deleted vertex wouldn't be considered for collapsing again, making the outcome from collapsing edges depend on the edge-vertex order. Use a hash to lookup the final vertex when collapsing edges, instead of skipping them. |
Revision cb3b197 by Sergey Sharybin July 11, 2016, 11:58 (GMT) |
Cycles: Use utility define for restrict pointers This way restrict can be used for CUDA and OpenCL as well. From quick tests in areas i've been testing this it might give some barely measurable %% of speedup, but it increases registers pressure. So use of this qualifier is still really limited. |
Revision cf82b49 by Sergey Sharybin July 11, 2016, 11:58 (GMT) |
Cycles: Cleanup, variables name Using camel case for variables is something what didn't came from our original code, but rather from third party libraries. Let's avoid those as much as possible. |
Revision 2ecbc3b by Sergey Sharybin July 11, 2016, 11:58 (GMT) |
Cycles: Add _all suffix to shadow traversal file Matches better naming of volume traversal files, where we've got optimized versions of a single step of volume intersection and traversal which will gather all volume intersections. |
Revision 4355603 by Sergey Sharybin July 11, 2016, 11:58 (GMT) |
Cycles: Move BVK kernel files to own directory BVH traversal is not really that much a geometry and we've got quite some traversals now. Makes sense to keep them separate in the name of source structure clarity. |
Revision 6ea43f9 by Campbell Barton July 11, 2016, 07:17 (GMT) |
Fix sculpting high poly meshes Attempted to free unallocated memory, interestingly nobody noticed this for ~7 years (error from 3078c806). |
Revision 0eb61ba by Campbell Barton July 11, 2016, 07:17 (GMT) |
Dyntopo: possible modified option was incorrectly set |
Revision 12d2329 by Campbell Barton July 11, 2016, 07:17 (GMT) |
Dyntopo: remove redundant existing face check Gives minor speedup |
Revision b32408e by Campbell Barton July 11, 2016, 07:16 (GMT) |
BLI_math: move interp_*_cubic to its own function |
Revision e41abdb by Campbell Barton July 11, 2016, 07:16 (GMT) |
CMake: suppressing indentation warning for extern |
Revision 47c47c7 by Bastien Montagne July 10, 2016, 18:12 (GMT) |
Fix T48822: Crash when I try to use "Join" (Ctrl Key + J) with two meshes. Own stupid typo in recent refactor work... |
Revision 8df9298 by Bastien Montagne July 10, 2016, 15:14 (GMT) |
Refactor/enhance BKE_action_make_local(). Now using modern features from libquery/libremap areas. Provides same kind of fixes/improvements as for BKE_object_make_local() (see rBd1a4ae3f395a6). |
Revision 406309c by Bastien Montagne July 10, 2016, 15:14 (GMT) |
Refactor/enhance ntreeMakeLocal(). Now using modern features from libquery/libremap areas. Provides same kind of fixes/improvements as for BKE_object_make_local() (see rBd1a4ae3f395a6). |
|
|
|


Master Commits
MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021