Jeroen Bakker Jeroen-Bakker
Jeroen Bakker commented on issue blender/blender#129635 2024-11-22 09:58:45 +01:00
Blender 4.3 not starting with Vulkan+Wayland

@Cristobal-Tapia Can you provide your system-info.txt It is good to know as it might indicate what might have changed on OS level that fixed this.

Jeroen Bakker deleted branch vulkan/fix/130588 from Jeroen-Bakker/blender 2024-11-22 09:46:08 +01:00
Jeroen Bakker pushed to main at blender/blender 2024-11-22 09:46:05 +01:00
e440828221 Fix #130588: Vulkan: Depth stencil readback
Jeroen Bakker closed issue blender/blender#128624 2024-11-22 09:46:04 +01:00
Vulkan: Auto depth doesn't work properly
Jeroen Bakker closed issue blender/blender#130588 2024-11-22 09:46:02 +01:00
Vulkan: Zoom out when snapping cursor
Jeroen Bakker merged pull request blender/blender#130717 2024-11-22 09:46:00 +01:00
Fix #130588: Vulkan: Depth stencil readback
Jeroen Bakker commented on pull request blender/blender#130717 2024-11-22 09:20:08 +01:00
Fix #130588: Vulkan: Depth stencil readback
Jeroen Bakker pushed to vulkan/fix/130588 at Jeroen-Bakker/blender 2024-11-22 09:19:36 +01:00
215a0cb9cc Add nsupport for AMD
Jeroen Bakker created pull request blender/blender#130717 2024-11-22 08:25:44 +01:00
Fix #130588: Vulkan: Depth stencil readback
Jeroen Bakker pushed to vulkan/fix/130588 at Jeroen-Bakker/blender 2024-11-22 08:24:18 +01:00
796e3bb355 Fix #130588: Vulkan: Depth stencil readback
Jeroen Bakker created branch vulkan/fix/130588 in Jeroen-Bakker/blender 2024-11-22 08:24:18 +01:00
Jeroen Bakker closed issue blender/blender#129157 2024-11-22 08:10:38 +01:00
Vulkan: Back-end doesn't fallback to OpenGL with older driver
Jeroen Bakker commented on issue blender/blender#129157 2024-11-22 08:10:33 +01:00
Vulkan: Back-end doesn't fallback to OpenGL with older driver

This should be fixed by !129062

Jeroen Bakker commented on issue blender/blender#130588 2024-11-22 08:05:04 +01:00
Vulkan: Zoom out when snapping cursor

When performing this action I see that it tries to read the depth from a depth stencil buffer into a float. This seems to be a data conversion that isn't supported and the functionality will read…

Jeroen Bakker commented on issue blender/blender#130200 2024-11-22 07:55:03 +01:00
Vulkan: Repeated Crashes in Sculpt Mode

The memory leak depends on the complexity of the scene. Sometimes it crashes after an hour of testing. So I believe it is fine to close this one as a duplicate.

Jeroen Bakker pushed to main at Jeroen-Bakker/blender 2024-11-22 07:49:43 +01:00
205fba598d CMake: Windows: Fix grammar mistake in last commit
fb17e7f1a0 Fix: Incorrect size for writing new short2 attribute type
aed5906544 CMake: Windows: Update MSVC 17.6 Blacklist message
2b20871216 Cleanup: Move region UI block name map from GHash to Map
129a2aa0f4 Refactor: Move region runtime data out of DNA
Compare 98 commits »
Jeroen Bakker closed issue blender/blender#128830 2024-11-21 18:06:01 +01:00
Vulkan: Add support for GL_GOOGLE_cpp_style_line_directive
Jeroen Bakker commented on issue blender/blender#127225 2024-11-21 17:46:23 +01:00
Vulkan - Constantly increasing shared memory/RAM usage as frames are rendered - Recent NVIDIA drivers

According to some Vulkan experts we have made an incorrect assumption on the swap chain index. image

So there are…

Jeroen Bakker pushed to main at Jeroen-Bakker/.profile 2024-11-21 13:44:10 +01:00
b6472a9a04 Update reports/2024.md
Jeroen Bakker commented on issue blender/blender#130164 2024-11-21 13:05:19 +01:00
Vulkan: Adjusting window size in Vulkan backend resulting in Blender freezing (X11/Wayland)

I tried a bisect but wasn't able to find a stable commit.

git bisect start
# status: waiting for both good and bad commits
# bad: [dbc8b295195aec360a127465e90fba8e97c9ba60] glTF: Draco:…