macOS: Reduce Edit Mode Drawing Artifacts #107611

Merged
Jeroen Bakker merged 1 commits from Jeroen-Bakker/blender:apple-reduce-edit-mode-drawing-artifacts into main 2023-05-04 12:42:44 +02:00

1 Commits

Author SHA1 Message Date
Jeroen Bakker 9432d3a032 MacOS: Reduce Edit Mode Drawing Artifacts
buildbot/vexp-code-patch-coordinator Build done. Details
Apple Silicon uses tile rendering and can discard tiles if it
is covered. The retopology overlay made some changes to the
shader that introduced some blocking and striping artifacts when
the overlay was disabled.

This PR changes the minimum used offset to reduce the drawing
artifacts. Tweaking the GLSL shader itself didn't work.

Fix #105830
2023-05-04 12:15:56 +02:00