Jeroen Bakker Jeroen-Bakker
Jeroen Bakker pushed to draw/instance-performance at Jeroen-Bakker/blender 2024-11-04 13:16:10 +01:00
6ab396d3f9 DrawManager: Improve Instance performance
df0c567380 Fix #129781: GPv3: Memory leak in the edit batch cache
af58c223a4 Fix #129598: Resample curves node missing type alignment handling
2f786d998d Fix #129235: Cycles: out of bound read from Embree
edcc5e0e87 I18n: Translate and disambiguate a few messages
Compare 6 commits »
Jeroen Bakker commented on issue blender/blender#126391 2024-11-04 13:03:43 +01:00
Blender Viewport Speed Regression

Just checked with @HooglyBoogly and it seems there is no low hanging fruit. Conclusions we saw:

  • Locking isn't the overhead and merging draw attributes are fast. The stack trace can be hard to…
Jeroen Bakker commented on issue blender/blender#126391 2024-11-04 11:23:24 +01:00
Blender Viewport Speed Regression

image

Did a quick hotspot. But need to look deeper into the logic. From a bird eye view you can notice:

  • Overhead per instance seems to…
Jeroen Bakker closed issue blender/blender#114713 2024-11-04 10:50:14 +01:00
Vulkan: Overlay Extra Depth Write is Disabled
Jeroen Bakker commented on issue blender/blender#128186 2024-11-04 10:46:17 +01:00
Vulkan: Incorrect usage VKContext when exiting Blender

Although ASAN is correct, This seems not solvable in the current GPU API. The case is that the base class is already made invalid, but can still be used to unbind framebuffers.

Jeroen Bakker commented on pull request blender/blender#129775 2024-11-04 10:41:44 +01:00
Vulkan: Disable Optimizations for Qualcomm

I validated that Blender starts using, although it has artifacts

Operating system: Windows-10-10.0.26100-SP0 64 Bits
Graphics card: Qualcomm(R) Adreno(TM) X1-85 GPU 20803 Qualcomm…
Jeroen Bakker commented on pull request blender/blender#129340 2024-11-04 09:42:27 +01:00
Vulkan: Colored debug groups

Question is if this is a vulkan backend specific feature, or we should move this to the GPU/intern.

Jeroen Bakker commented on pull request blender/blender#129340 2024-11-04 09:42:26 +01:00
Vulkan: Colored debug groups

Unneeded comment, The code should be clear enough.

Jeroen Bakker commented on pull request blender/blender#129340 2024-11-04 09:42:24 +01:00
Vulkan: Colored debug groups

Collapse with previous if statement

Jeroen Bakker commented on pull request blender/blender#129340 2024-11-04 09:42:23 +01:00
Vulkan: Colored debug groups

Check against GPU_DEBUG_GROUP_COLOR_DEFAULT

Jeroen Bakker commented on pull request blender/blender#129340 2024-11-04 09:42:22 +01:00
Vulkan: Colored debug groups

Code style. Please check out coding style guidelines.

Jeroen Bakker pushed to main at Jeroen-Bakker/.profile 2024-11-04 09:30:27 +01:00
be795147cb Update reports/2024.md
Jeroen Bakker commented on issue blender/blender#129592 2024-11-04 09:16:02 +01:00
Vulkan: Line and Point Size Not Applying in GPU Module

Confirm. This part isn't supported yet. But should be.

Jeroen Bakker pushed to blender-v4.3-release at Jeroen-Bakker/blender 2024-11-04 09:11:20 +01:00
673f6dbb7f Fix #129725: Handle case of no animation keys during Collada export
60d88f46ba Fix: STL import crash when unable to open or read file
2a32b26415 Fix: VSE: Use after free in retiming
02571da35f PyDoc: correct GPUIndexBuf doc-string & exception
41ec8a6d44 Fix errors calling tool set operators without a space
Compare 274 commits »
Jeroen Bakker commented on pull request blender/blender#129775 2024-11-04 09:05:37 +01:00
Vulkan: Disable Optimizations for Qualcomm

@blender-bot package windows-arm64

Jeroen Bakker commented on pull request blender/blender#129775 2024-11-04 09:02:41 +01:00
Vulkan: Disable Optimizations for Qualcomm

@Anthony-Roberts I will be testing this on the latest released driver (July) and see if it doesn't fail.

Jeroen Bakker created pull request blender/blender#129775 2024-11-04 09:01:19 +01:00
Vulkan: Disable Optimizations for Qualcomm
Jeroen Bakker commented on issue blender/blender#129283 2024-11-04 08:55:14 +01:00
Face Orientation Overlay artifacts on high density meshes with older Intel GPUs

Sorry I don't have bootcamp installed on that system.

@Coppery-Faun are the artifacts also present when disabling GPU subdivision, or after applying the subdivision modifier?

Jeroen Bakker commented on pull request blender/blender#128995 2024-11-04 08:50:42 +01:00
Vulkan: Update headers to v1.3.296

@ZedDB do you have time to check if this PR is correct? (Assuming it is easy for you to update deps)

Jeroen Bakker created branch vulkan/qualcomm-disable-optimization in Jeroen-Bakker/blender 2024-11-04 08:48:06 +01:00