EEVEE: HiZ Buffer Allocation #117502

Merged
Jeroen Bakker merged 1 commits from Jeroen-Bakker/blender:eevee/fix/117444 into main 2024-01-26 12:06:51 +01:00

1 Commits

Author SHA1 Message Date
Jeroen Bakker b9374c9d02 EEVEE: Hiz Allocation Size
buildbot/vexp-code-patch-lint Build done. Details
buildbot/vexp-code-patch-linux-x86_64 Build done. Details
buildbot/vexp-code-patch-darwin-arm64 Build done. Details
buildbot/vexp-code-patch-windows-amd64 Build done. Details
buildbot/vexp-code-patch-darwin-x86_64 Build done. Details
buildbot/vexp-code-patch-coordinator Build done. Details
EEVEE uses an HiZ buffer. The size of the HiZ buffer is based on the render extent.
Probes assume that the render extent is always bigger than needed for rendering
probes. This assumption is incorrect. Although this PR fixes
this by allocating the
required size, it is still renders with artifacts. These artifacts originate from the
lighting module and also needs to be fixed.
2024-01-25 11:56:13 +01:00