William Leeson leesonw
  • Joined on 2021-06-09
William Leeson pushed to geometry_update at leesonw/blender-cluster 2023-03-28 13:25:02 +02:00
3a566ccee4 FIX: Using the Optix BVH for the NVidia device
c952e5d159 FIX: Fix memory leak when using more than 1 device
Compare 2 commits »
William Leeson pushed to geometry_update at leesonw/blender-cluster 2023-03-28 10:18:15 +02:00
92a3b720bf Merge branch 'upstream_main' into geometry_update
f8e190aac5 Cleanup: Silence Compilation Warnings
a88c77eaac Cleanup: use struct comments for gwl_registry_handlers declaration
1cf2ad8e15 Fix #106203: Memory leak with dynamics enabled in particle edit mode
3071ec486b GHOST/Wayland: support window activation
Compare 38 commits »
William Leeson pushed to master-cluster at leesonw/blender-cluster 2023-03-28 10:03:46 +02:00
3123581667 Merge branch 'upstream_main' into master-cluster
f8e190aac5 Cleanup: Silence Compilation Warnings
a88c77eaac Cleanup: use struct comments for gwl_registry_handlers declaration
1cf2ad8e15 Fix #106203: Memory leak with dynamics enabled in particle edit mode
3071ec486b GHOST/Wayland: support window activation
Compare 38 commits »
William Leeson pushed to geometry_update at leesonw/blender-cluster 2023-03-28 09:12:53 +02:00
9f149ee682 Merge branch 'upstream_main' into geometry_update
1af3c16962 Cleanup: Use const pointers for evaluated meshes
efda95840d Cleanup: Remove unused variable
b27ffee8f3 Fix #105917: Correct compositing map range clamp tooltip
0a4b5eb73e Fix: Compiling Shader Builder.
Compare 43 commits »
William Leeson pushed to master-cluster at leesonw/blender-cluster 2023-03-27 22:11:54 +02:00
141230554f Merge branch 'upstream_main' into master-cluster
1af3c16962 Cleanup: Use const pointers for evaluated meshes
efda95840d Cleanup: Remove unused variable
b27ffee8f3 Fix #105917: Correct compositing map range clamp tooltip
0a4b5eb73e Fix: Compiling Shader Builder.
Compare 43 commits »
William Leeson pushed to master-cluster at leesonw/blender-cluster 2023-03-27 17:56:12 +02:00
4b1ae502ef FIX: Fix memory leak when using more than 1 device
William Leeson pushed to geometry_update at leesonw/blender-cluster 2023-03-24 12:20:21 +01:00
6618d31e12 Merge branch 'upstream_main' into geometry_update
2fba27e6d8 Fix #105325: crash calling asset_generate_preview() in backgound mode
08a6361b3f Vulkan: Texture Data Conversions
d5df77199b Vulkan: Resource Submission Tracking
1588f57602 Fix: Targa with Palette Shows Grayscale in Viewport.
Compare 95 commits »
William Leeson pushed to master-cluster at leesonw/blender-cluster 2023-03-24 12:06:47 +01:00
18ffdb40a1 Merge branch 'upstream_main' into master-cluster
2fba27e6d8 Fix #105325: crash calling asset_generate_preview() in backgound mode
08a6361b3f Vulkan: Texture Data Conversions
d5df77199b Vulkan: Resource Submission Tracking
1588f57602 Fix: Targa with Palette Shows Grayscale in Viewport.
Compare 95 commits »
William Leeson pushed to geometry_update at leesonw/blender-cluster 2023-03-23 21:35:39 +01:00
6e0875b729 Only build a BVH2 BVH once
William Leeson pushed to geometry_update at leesonw/blender-cluster 2023-03-22 12:35:23 +01:00
6795ee2f71 Only wait on condition_variable if mutex is locked.
William Leeson pushed to geometry_update at leesonw/blender-cluster 2023-03-22 11:17:35 +01:00
4e1469b8bb Only build the BVH2 BVH once
01e96490f1 Change params for host_mem_alloc to host_mem_alloc(size_t size, int aligment)
Compare 2 commits »
William Leeson pushed to geometry_update at leesonw/blender-cluster 2023-03-21 15:58:09 +01:00
7bf80f2b77 Clean up code and simplify
fcb3bd5854 Adds comment to describe the find_matching_mem method
042bf24409 Remove cuew changes.
ccf7384458 Merge branch 'upstream_main' into geometry_update
e0d05da826 UV: Add option to Pack UVs using the xatlas strategy
Compare 39 commits »
William Leeson pushed to master-cluster at leesonw/blender-cluster 2023-03-21 10:25:49 +01:00
b5404a1208 Remove hack to filter out Trudy's teeth.
a5d50ed3c4 Merge branch 'upstream_main' into master-cluster
e0d05da826 UV: Add option to Pack UVs using the xatlas strategy
16275ca1de Cleanup: Remove unused const.
242dfbcd75 Code-style formatting.
Compare 37 commits »
William Leeson closed pull request blender/blender#105854 2023-03-20 13:53:47 +01:00
WIP:Add profiling interval markers to Cycles to help with profiling
William Leeson commented on pull request blender/blender#105854 2023-03-20 13:53:46 +01:00
WIP:Add profiling interval markers to Cycles to help with profiling

I cannot fix this PR so I am going to close it.

William Leeson created pull request leesonw/blender-cluster#2 2023-03-20 13:50:00 +01:00
WIP:Add profiling interval markers to Cycles to help with profiling
William Leeson pushed to geometry_update at leesonw/blender-cluster 2023-03-20 12:41:45 +01:00
ef84fe9e5d Merge branch 'upstream_main' into geometry_update
5584c1cb53 IO: add PLY export test coverage for loose edges and loose vertices
4c70d9e11a Merge branch 'blender-v3.5-release'
de49d18af5 Fix: Invalid custom data read during legacy mesh format conversion
7cda559d7c Cleanup: format, spelling, struct member comment
Compare 52 commits »
William Leeson created branch master-cluster_mem_track in leesonw/blender-cluster 2023-03-20 12:26:03 +01:00
William Leeson pushed to master-cluster_mem_track at leesonw/blender-cluster 2023-03-20 12:26:03 +01:00
08c1068434 Track device buffer allocations
William Leeson pushed to master-cluster at leesonw/blender-cluster 2023-03-20 10:46:24 +01:00
3cbefbaf60 Merge branch 'upstream_main' into master-cluster
5584c1cb53 IO: add PLY export test coverage for loose edges and loose vertices
4c70d9e11a Merge branch 'blender-v3.5-release'
de49d18af5 Fix: Invalid custom data read during legacy mesh format conversion
7cda559d7c Cleanup: format, spelling, struct member comment
Compare 52 commits »