Blender Git Commits

Blender Git "cycles_procedural_api" branch commits.

Page: 4 / 24

April 6, 2021, 01:49 (GMT)
Add UI settings to better control BVH refits and delta compression
April 6, 2021, 01:22 (GMT)
Fix BVH::num_refits not being incremented.

This was lost in the OptiX multi device support.
April 6, 2021, 01:18 (GMT)
Revert OptiX vertex copy optimization.

This was failing for the multiple devices case as it is based on the
device_pointer of the device_memory, which is not really a pointer when
multiple devices are used, but an index in the actual device pointers
map.

Revert for now, until we have a nice solution.
April 6, 2021, 00:30 (GMT)
Remove device_vector::chunk

There is causing various race conditions in the DeviceMulti implementations.

The idea is nice, but the execution is not great, will revisit later in a
different way.
April 5, 2021, 21:30 (GMT)
Merge branch 'master' into cycles_procedural_api
April 5, 2021, 21:27 (GMT)
Fix device being overridden when copying chunks to multiple devices
April 5, 2021, 21:26 (GMT)
Fix crash when packing subdivision attributes
April 1, 2021, 22:41 (GMT)
Granularize attribute updates.

When any attribute is removed from its AttributeSet, the device data for
every attribute type has to be updated. This makes it so we only update
the appropriate device data array.
April 1, 2021, 21:21 (GMT)
Default cache size to 4096 Mb.
April 1, 2021, 17:44 (GMT)
Merge branch 'master' into cycles_procedural_api
April 1, 2021, 17:41 (GMT)
Don't check for background mode to enable refiting.
April 1, 2021, 17:37 (GMT)
Set ignore subdivision to true
April 1, 2021, 17:35 (GMT)
Ignore Subdivision: read UVs and attributes
April 1, 2021, 17:35 (GMT)
UVs: only do one loop if the UVs are constant
April 1, 2021, 17:34 (GMT)
UVs: set the attribute data properly
March 31, 2021, 18:20 (GMT)
format
March 31, 2021, 18:14 (GMT)
Use get_relevant_sample_times for attributes as well.
March 31, 2021, 17:55 (GMT)
Add cache controls
March 31, 2021, 17:49 (GMT)
Cleanup
March 31, 2021, 15:48 (GMT)
Merge branch 'master' into cycles_procedural_api
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021