- Amsterdam/Netherlands
- https://www.blender.org
- Joined on
2008-11-30
Block a user
Vulkan: add support for GPU_logic_op_xor_set
Jeroen Bakker
deleted branch vulkan/fix/130161 from Jeroen-Bakker/blender
2024-11-15 17:12:48 +01:00
Vulkan: Duplicate line artifact in viewport grid
Fix #130161: Vulkan: Grid overlay artifact when copying to swap chain
Fix #130161: Vulkan: Of by 1 when copying to swap chain
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
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
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
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
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…
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.
…
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