William Leeson leesonw
  • Joined on 2021-06-09
William Leeson pushed to work_sets_similar at leesonw/blender-cluster 2023-07-25 14:41:05 +02:00
d7d5a4127d Unify slice size calculation algorithm
303b112eb3 Add back in the parallel_for copy
Compare 2 commits »
William Leeson pushed to work_sets_similar at leesonw/blender-cluster 2023-07-25 10:05:27 +02:00
b582969095 Remove unused reset method
William Leeson pushed to work_sets_similar at leesonw/blender-cluster 2023-07-25 10:02:28 +02:00
483df40b4c Simple changes to make code match the original version
William Leeson pushed to work_sets_similar at leesonw/blender-cluster 2023-07-25 09:53:04 +02:00
ac246b3601 Remove pinned memory
William Leeson pushed to master-cluster at leesonw/blender-cluster 2023-07-25 08:46:46 +02:00
2dfa0c83d2 FIX: Bad merge fixes errors in the files
William Leeson pushed to work_sets_similar at leesonw/blender-cluster 2023-07-24 17:02:04 +02:00
805eba65ca Switch between interleaved and consecutive slices
William Leeson pushed to geometry_update at leesonw/blender-cluster 2023-07-24 10:59:03 +02:00
acdd613612 Merge branch 'upstream_main' into geometry_update
50edca5306 Cleanup: minor readability changes to escape_uri_string
5107fb6625 Cleanup: quiet ASAN warning initializing eWM_CapabilitiesFlag to -1
a82836b6c2 Cleanup: replace typdef with 'using'
b8ea968929 Cleanup: simplify struct & enum declarations for C++
Compare 155 commits »
William Leeson pushed to work_sets_similar at leesonw/blender-cluster 2023-07-24 10:57:15 +02:00
070febd56b Merge branch 'upstream_main' into work_sets_similar
50edca5306 Cleanup: minor readability changes to escape_uri_string
5107fb6625 Cleanup: quiet ASAN warning initializing eWM_CapabilitiesFlag to -1
a82836b6c2 Cleanup: replace typdef with 'using'
b8ea968929 Cleanup: simplify struct & enum declarations for C++
Compare 33 commits »
William Leeson pushed to master-cluster at leesonw/blender-cluster 2023-07-24 09:53:04 +02:00
fd17016e85 Merge branch 'upstream_main' into master-cluster
50edca5306 Cleanup: minor readability changes to escape_uri_string
5107fb6625 Cleanup: quiet ASAN warning initializing eWM_CapabilitiesFlag to -1
a82836b6c2 Cleanup: replace typdef with 'using'
b8ea968929 Cleanup: simplify struct & enum declarations for C++
Compare 155 commits »
William Leeson pushed to work_sets_similar at leesonw/blender-cluster 2023-07-21 16:34:35 +02:00
87a299d0ef Clean up code and remove old debug checks
William Leeson pushed to work_sets_similar at leesonw/blender-cluster 2023-07-21 16:31:20 +02:00
a6e4771b27 FIX: Devices cannot be assigned more rows than scanlines
William Leeson created pull request blender/blender#110348 2023-07-21 15:42:31 +02:00
WIP:Work sets for better work distrubtion with a Multi-GPU setup
William Leeson closed pull request leesonw/blender-cluster#4 2023-07-21 15:41:07 +02:00
WIP:Interleaved slices for better work distriubtion with a Multi-GPU/CPU setup
William Leeson created pull request leesonw/blender-cluster#4 2023-07-21 15:37:03 +02:00
WIP:Interleaved slices for better work distriubtion with a Multi-GPU/CPU setup
William Leeson pushed to work_sets_similar at leesonw/blender-cluster 2023-07-21 15:21:31 +02:00
2d05993da0 Clean up code and remove debug code
William Leeson pushed to work_sets_similar at leesonw/blender-cluster 2023-07-21 13:54:14 +02:00
c703a7c8ac Change device_scale_factor to interleaved_slices
b86a443aaa FIX: padding takes interleaved scanlines into account
2d5198beb4 Merge branch 'upstream_main' into work_sets_similar
155fd0991f Remove temp fix while work on real solution
495a198393 Cleanup: use C++ system headers
Compare 80 commits »
William Leeson pushed to master-cluster at leesonw/blender-cluster 2023-07-21 10:01:55 +02:00
2357ca9978 Cleanup: use C++ system headers
44dfc7a150 Fix building drawing test WITH_OPENGL_BACKEND=OFF
d2cab5e1ca Cleanup: ignore GCC cast-function-type warning for PyMethodDef's
8102c84116 Fix PyAPI getter callbacks missing closure arguments
3899782e43 Fix: missing type casts after recent c++ conversion
Compare 122 commits »
William Leeson pushed to work_sets_similar at leesonw/blender-cluster 2023-07-20 17:13:13 +02:00
514f8a7990 FIX: For Baking don't use interleaved slices
5e532bb022 FIX: Baking now reads the correct scanlines into the RenderBuffers
3e93532b24 Remove device_scale_factor from copy to/from routines.
989dd1d3ef FIX: Correctly account for partial slices
Compare 4 commits »
William Leeson pushed to work_sets_similar at leesonw/blender-cluster 2023-07-19 15:51:58 +02:00
b8215503d5 Use the smallest device weight to choose the slice sizes.
fdef5c310c Merge branch 'upstream_main' into work_sets
56f0f4b2a5 Fix: World Light Direction in Irradiance Cache
c3bf00cd2d Fix #107838: accelerator keys fail in enums/menus spawned from popups
a8c29fb221 EEVEE Next: Ensure correct resource usage flags for Metal
Compare 10 commits »
William Leeson created branch work_sets_similar in leesonw/blender-cluster 2023-07-19 15:51:58 +02:00