Jeroen Bakker Jeroen-Bakker
Jeroen Bakker created branch vulkan/fix-texture-test in Jeroen-Bakker/blender 2024-11-07 12:59:00 +01:00
Jeroen Bakker created branch vulkan/enable-interleaved-tests in Jeroen-Bakker/blender 2024-11-07 12:54:54 +01:00
Jeroen Bakker pushed to vulkan/enable-interleaved-tests at Jeroen-Bakker/blender 2024-11-07 12:54:54 +01:00
9fab1da139 Fix: Vulkan: Enable interleaved tests
Jeroen Bakker pushed to fix/mem-leak-gpg-devices at Jeroen-Bakker/blender 2024-11-07 12:48:00 +01:00
c0b0f745d8 Fix unreported: Vulkan: Memory leak
831166b4dc Fix #129907: Grease Pencil brush size gets stuck at 0
30ba6bfa7e Cleanup: Unused function argument
Compare 3 commits »
Jeroen Bakker created branch fix/mem-leak-gpg-devices in Jeroen-Bakker/blender 2024-11-07 12:48:00 +01:00
Jeroen Bakker pushed to main at Jeroen-Bakker/documentation 2024-11-07 12:34:02 +01:00
9cfcc2456b Merge branch 'main' of projects.blender.org:Jeroen-Bakker/documentation
ed044e4095 Meeting
Compare 2 commits »
Jeroen Bakker commented on issue blender/blender#127225 2024-11-07 11:47:59 +01:00
Vulkan - Constantly increasing shared memory/RAM usage as frames are rendered - Recent NVIDIA drivers

The idea of the discard pool is similar to what we have for OpenGL. Background rendering cannot free resources as they may still be in use by other threads. When Blender is started with UI these…

Jeroen Bakker commented on issue blender/blender#129160 2024-11-07 11:14:50 +01:00
Vulkan backend deadlocks on startup (Debian Testing + Nvidia GPU)

Hmm.. Seems like the last commands send to the GPU is an empty list. I did some experiments in the past to remove them, but as it complicated the code I didn't continued on it. Perhaps that is…

Jeroen Bakker commented on issue blender/blender#129678 2024-11-07 10:59:48 +01:00
Vulkan: Synchronization corruption in viewport toolbar menu on APU platform

I will confirm. We are aware of some sync issues. Can you add a screenshot of the corruption you see.

Thanks

Jeroen Bakker pushed to main at blender/blender 2024-11-07 10:31:14 +01:00
acb49ee889 Merge branch 'blender-v4.3-release'
f3342fa680 Fix #129708: Vulkan: Add limit checks when creating images
Compare 2 commits »
Jeroen Bakker pushed to blender-v4.3-release at Jeroen-Bakker/blender 2024-11-07 10:30:47 +01:00
f3342fa680 Fix #129708: Vulkan: Add limit checks when creating images
Jeroen Bakker pushed to blender-v4.3-release at Jeroen-Bakker/blender 2024-11-07 10:30:42 +01:00
f896242477 Vulkan: Disable GPU depth picking on official AMD/NVIDIA drivers
bc480f05d5 Draw: Reduce overhead of sharing meshes without attributes
a3a3dda563 Extensions: support for filtering based on Python versions
97e44901b4 Fix #129892: Retiming selection is broken
5e688ffa73 Fix: UI: Missing redraws when clicking on catalogs in asset shelf popup
Compare 44 commits »
Jeroen Bakker deleted branch vulkan/fix/129708 from Jeroen-Bakker/blender 2024-11-07 10:30:06 +01:00
Jeroen Bakker closed issue blender/blender#129708 2024-11-07 10:30:02 +01:00
Vulkan: EEVEE freezes with large light probe pool size
Jeroen Bakker merged pull request blender/blender#129939 2024-11-07 10:29:58 +01:00
Fix #129708: Vulkan: Add limit checks when creating images
Jeroen Bakker pushed to blender-v4.3-release at blender/blender 2024-11-07 10:29:57 +01:00
f3342fa680 Fix #129708: Vulkan: Add limit checks when creating images
Jeroen Bakker commented on issue blender/blender#129160 2024-11-07 10:29:26 +01:00
Vulkan backend deadlocks on startup (Debian Testing + Nvidia GPU)

A deadlock can happen when the device is lost (driver reset/restart). On NVIDIA this can be the case. What would help would be to use vkconfig/API dump to see what commands have been executed…

Jeroen Bakker commented on issue blender/blender#129635 2024-11-07 10:24:33 +01:00
Blender 4.3 not starting with Vulkan+Wayland

Ubuntu 24.04 still uses x11 when using an NVIDIA GPU and other OSes still do. The support for Wayland + NVIDIA seems fairly new and have been faulty in the past. Not sure if it is a Blender error,…

Jeroen Bakker pushed to main at blender/blender 2024-11-07 10:09:58 +01:00
8e85a16997 Revert "Vulkan: Disable GPU depth picking on official AMD/NVIDIA drivers"
8c9b5a46c1 Merge branch 'blender-v4.3-release'
f896242477 Vulkan: Disable GPU depth picking on official AMD/NVIDIA drivers
Compare 3 commits »
Jeroen Bakker deleted branch vulkan/fix/depth-selection from Jeroen-Bakker/blender 2024-11-07 10:07:26 +01:00