Jeroen Bakker Jeroen-Bakker
Jeroen Bakker pushed to gpu-equalize-readback-api at Jeroen-Bakker/blender 2023-02-13 08:00:24 +01:00
6a457ecd39 Merge branch 'main' into gpu-equalize-readback-api
86b3073c9e Cleanup: Quiet unused variable warning
2a7440176e Fix: Missing const specifier for curve field input
6ea3fdebc8 Fix: Workbench Next: Extruded frustum binding
77963ff778 Fix #104637: EEVEE Displacement regression after #104595
Compare 41 commits »
Jeroen Bakker pushed to vulkan-compute-shaders at Jeroen-Bakker/blender 2023-02-10 15:29:13 +01:00
321b21d0ff Add support for VBO as SSBOs.
d21b4cb086 Auto submit command buffer when reading back.
c024f0ff0c Update incorrect copyright headers.
cb34e0c7ed Reuse older descriptor pools.
8abc1011c1 Tests: minor updates to make bl_rna_manual_reference more useful
Compare 28 commits »
Jeroen Bakker commented on pull request blender/blender#104557 2023-02-10 15:26:09 +01:00
Fix #103244: ghosting in Eevee with sculpt paint brush and canvas

I see what you're doing and why you have chosen this solution. I did have something else in mind to fix this, what doesn't need re-evaluating materials, shaders etc.

Jeroen Bakker created pull request blender/blender#104571 2023-02-10 14:30:02 +01:00
GPU: Use similar read-back API as SSBOs
Jeroen Bakker created pull request Jeroen-Bakker/blender#1 2023-02-10 14:27:45 +01:00
GPU: Equalize readback API with SSBO
Jeroen Bakker pushed to gpu-equalize-readback-api at Jeroen-Bakker/blender 2023-02-10 14:20:38 +01:00
93ed3b0964 Add new API to Metal backend.
Jeroen Bakker pushed to gpu-equalize-readback-api at Jeroen-Bakker/blender 2023-02-10 14:12:23 +01:00
88ddafb8e1 GPU: Equalize Vert/Index readback with SSBO.
Jeroen Bakker created branch gpu-equalize-readback-api in Jeroen-Bakker/blender 2023-02-10 14:12:23 +01:00
Jeroen Bakker pushed to main at Jeroen-Bakker/blender 2023-02-10 13:29:55 +01:00
88f9c55f7f Sculpt: Fix Dyntopo Warnings
dc9f7fe64f Fix #104514: GPencil merge down layer misses some frames
5d30c3994e Sequencer: Don't create undo step when click-select does nothing
51ceeb506f Fix #104026: Click-Drag to select graph editor channels no longer working
01480229b1 Cycles: Fix MetalRT checkbox not hooked up to device on AMD
Compare 5 commits »
Jeroen Bakker commented on issue blender/blender#104538 2023-02-10 12:16:41 +01:00
Crash when changing preview render type.

I don't think we should spent a lot of time. Older iGPUs (HD4000) of Intel also had this issue. For 3.5 we have a work-around, and finding a work-around can be very time consuming.

I am…

Jeroen Bakker pushed to python-gpubatch-draw-advanced at Jeroen-Bakker/blender 2023-02-10 11:39:33 +01:00
6c82c9ad50 Fix conflicts with latest main.
Jeroen Bakker pushed to python-gpubatch-draw-advanced at Jeroen-Bakker/blender 2023-02-10 11:36:48 +01:00
a32c30ba6d Merge branch 'main' into python-gpubatch-draw-advanced
51ceeb506f Fix #104026: Click-Drag to select graph editor channels no longer working
01480229b1 Cycles: Fix MetalRT checkbox not hooked up to device on AMD
b77c82e2bb Tests: minor updates to make bl_rna_manual_reference more useful
c2c62c3618 RNA: return a dummy language value when WITH_INTERNATIONAL=OFF
Compare 46 commits »
Jeroen Bakker pushed to python-gpubatch-draw-advanced at Jeroen-Bakker/blender 2023-02-10 11:35:47 +01:00
baae61a4f3 Reverted incorrect removed lines.
Jeroen Bakker pushed to python-gpubatch-draw-advanced at Jeroen-Bakker/blender 2023-02-10 11:30:17 +01:00
Jeroen Bakker pushed to python-gpubatch-draw-advanced at Jeroen-Bakker/blender 2023-02-10 11:23:18 +01:00
815c3341d9 Add instance_start parameter.
b26b46a566 Tests: minor updates to make bl_rna_manual_reference more useful
f303da1623 RNA: return a dummy language value when WITH_INTERNATIONAL=OFF
a478c077f1 Docs: remove malformed patterns for RNA mapping
eb9fac0d03 Cleanup: spelling in comments
Compare 44 commits »
Jeroen Bakker commented on pull request blender/blender#104557 2023-02-10 10:02:49 +01:00
Fix #103244: ghosting in Eevee with sculpt paint brush and canvas

Do you have an example when this happens. It would make the PR more clear. eg. with what setup is recalc shading needed, when only the texture pixels are changed. Recalc shading is an expensive…

Jeroen Bakker commented on issue blender/blender#89200 2023-02-10 08:20:21 +01:00
Research: refactor dotted/dashed lines to support line width.

@Kent-Davis I don't see the connection between this todo and the todo you are mentioning. Please don't use a bug-tracker to try to promote people to do stuff. We have limited development…

Jeroen Bakker commented on issue blender/blender#104495 2023-02-10 08:09:22 +01:00
Weird Viewport Gizmos?

The GPU is an HD4000, those have poor opengl 3.3 support. Seems like many issues in the screen-shot.

  • depthbuffer isn't working
  • lines/linesstrips aren't working.
  • matrix weirdness.

Would…

Jeroen Bakker commented on pull request blender/blender#104481 2023-02-10 08:02:09 +01:00
Vector displacement for the sculpting draw brush

Can you ensure that you use the correct code formatting. You can install clang-format or run make format in the source folder.

Jeroen Bakker pushed to main at Jeroen-Bakker/blender 2023-02-10 07:59:07 +01:00
b77c82e2bb Tests: minor updates to make bl_rna_manual_reference more useful
c2c62c3618 RNA: return a dummy language value when WITH_INTERNATIONAL=OFF
a8d951abdd Docs: remove malformed patterns for RNA mapping
4cbe0bff34 Cleanup: spelling in comments
48d9363fa7 Cleanup: quiet clang compiler warnings
Compare 24 commits »