Jeroen Bakker Jeroen-Bakker
Jeroen Bakker pushed to main at Jeroen-Bakker/.profile 2024-11-18 07:49:21 +01:00
42b8309b71 Update reports/2024.md
Jeroen Bakker opened issue blender/blender#130347 2024-11-15 20:57:13 +01:00
Vulkan: add support for GPU_logic_op_xor_set
Jeroen Bakker pushed to main at blender/blender 2024-11-15 17:12:49 +01:00
c1379ff2b3 Fix #130161: Vulkan: Grid overlay artifact when copying to swap chain
Jeroen Bakker deleted branch vulkan/fix/130161 from Jeroen-Bakker/blender 2024-11-15 17:12:48 +01:00
Jeroen Bakker closed issue blender/blender#130161 2024-11-15 17:12:47 +01:00
Vulkan: Duplicate line artifact in viewport grid
Jeroen Bakker merged pull request blender/blender#130328 2024-11-15 17:12:45 +01:00
Fix #130161: Vulkan: Grid overlay artifact when copying to swap chain
Jeroen Bakker pushed to vulkan/fix/130161 at Jeroen-Bakker/blender 2024-11-15 17:11:54 +01:00
5e2d1112d4 Cleanup code formatting
Jeroen Bakker created pull request blender/blender#130328 2024-11-15 14:54:47 +01:00
Fix #130161: Vulkan: Of by 1 when copying to swap chain
Jeroen Bakker pushed to vulkan/fix/130161 at Jeroen-Bakker/blender 2024-11-15 14:50:11 +01:00
abdf228bb6 Fix #130161: Vulkan: Of by 1 when copying to swap chain
d04d23bc40 Refactor: Grease Pencil: Port AntiAliasing drawing to new draw manager
87cf01efab Refactor: Grease Pencil: Port Vfx drawing to new draw manager
8e75b5f4c7 Merge branch 'blender-v4.3-release'
217fa8d09e Fix #130276: Trace operator needs to tag data after curves replacement
Compare 5 commits »
Jeroen Bakker created branch vulkan/fix/130161 in Jeroen-Bakker/blender 2024-11-15 14:50:11 +01:00
Jeroen Bakker pushed to vulkan/support-legacy-platforms at Jeroen-Bakker/blender 2024-11-15 14:25:06 +01:00
db05f10cb5 Input attachments in layouts
Jeroen Bakker pushed to vulkan/support-legacy-platforms at Jeroen-Bakker/blender 2024-11-15 12:42:14 +01:00
62655e12ec Subpass shader code used incorrect branching
a6bfc4ad05 Use general layout for input attachments
cadf636c7a Don't add clear node when nothing to clear
7fba610a81 Disable dynamic rendering on Intel legacy
d040b4c5e4 Use clear attachments for load clear ops to reduce complexity
Compare 64 commits »
Jeroen Bakker pushed to main at Jeroen-Bakker/blender 2024-11-15 12:36:41 +01:00
dbcc9d7820 Refactor: Keying set code
f20cd471fe Merge branch 'blender-v4.3-release'
7e12131aaf Fix: GPv3: Adjustment panel in dopesheet
2aa9203f2f Cycles: Reintroduce noinline keyword for oneAPI device
71dd56a325 Fix: Typo in class name
Compare 292 commits »
Jeroen Bakker pushed to vulkan/support-legacy-platforms at Jeroen-Bakker/blender 2024-11-15 12:35:57 +01:00
72c5e49321 Subpass shader code used incorrect branching
53f2dfdcca Use general layout for input attachments
807a63b999 Don't add clear node when nothing to clear
Compare 3 commits »
Jeroen Bakker commented on issue blender/blender#130161 2024-11-15 11:41:30 +01:00
Vulkan: Duplicate line artifact in viewport grid

I checked with renderdoc. The artifact is introduced when copying the final composited window to the swap chain. Should be an easy fix. VKContext::swap_buffers_pre_handler. This function copies…

Jeroen Bakker commented on issue blender/blender#130159 2024-11-15 11:24:01 +01:00
User Interface: Disable development extras doesn't disable related options

Not a vulkan issue,

when development extra's are turned off are then all the functionality behind this option is still available. Development extras only shows/hides the enablement options.

Jeroen Bakker commented on issue blender/blender#130161 2024-11-15 11:14:29 +01:00
Vulkan: Duplicate line artifact in viewport grid

I have seen this locally, but didn't add to much attention to it. The cause could be that when applying color management and copying it to the framebuffer the extend isn't correct. adding a +1/-1…

Jeroen Bakker pushed to vulkan/support-legacy-platforms at Jeroen-Bakker/blender 2024-11-15 10:55:22 +01:00
cee3b209e8 Disable dynamic rendering on Intel legacy
Jeroen Bakker pushed to vulkan/support-legacy-platforms at Jeroen-Bakker/blender 2024-11-15 10:14:26 +01:00
7f196b49d1 Use clear attachments for load clear ops to reduce complexity