RenderTest: Fix EEVEE Render Test #117992

Merged
Jeroen Bakker merged 4 commits from Jeroen-Bakker/blender:fix/render-test-eevee into main 2024-02-19 08:08:02 +01:00

4 Commits

Author SHA1 Message Date
Jeroen Bakker 21ca620dc2 Fix compilation error due to recent header file rename
buildbot/vexp-code-patch-lint Build done. Details
buildbot/vexp-code-patch-linux-x86_64 Build done. Details
buildbot/vexp-code-patch-windows-amd64 Build done. Details
buildbot/vexp-code-patch-darwin-arm64 Build done. Details
buildbot/vexp-code-patch-darwin-x86_64 Build done. Details
buildbot/vexp-code-patch-coordinator Build done. Details
2024-02-15 08:25:42 +01:00
Jeroen Bakker e38dd9976c Merge branch 'main' into fix/render-test-eevee
buildbot/vexp-code-patch-linux-x86_64 Build done. Details
buildbot/vexp-code-patch-lint Build done. Details
buildbot/vexp-code-patch-darwin-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-coordinator Build done. Details
2024-02-15 08:17:39 +01:00
Jeroen Bakker 34d18c2bb9 Merge branch 'main' into fix/render-test-eevee
buildbot/vexp-code-patch-linux-x86_64 Build done. Details
buildbot/vexp-code-patch-lint Build done. Details
buildbot/vexp-code-patch-windows-amd64 Build done. Details
buildbot/vexp-code-patch-darwin-arm64 Build done. Details
buildbot/vexp-code-patch-coordinator Build done. Details
2024-02-13 10:52:43 +01:00
Jeroen Bakker a167c155b8 RenderTest: Fix EEVEE Render Test
buildbot/vexp-code-patch-windows-amd64 Build done. Details
buildbot/vexp-code-patch-coordinator Build done. Details
Panorama dicing test fails for EEVEE. EEVEE creates a shader interface
that isn't compatible with the vulkan backend. This PR disables the check.

Check should be enabled again after EEVEE has been replaced by EEVEE-Next.
This PR also changes the behvior when checks are executed. It used to be
executed when blender was build with asserts. Now it is behind the --debug-gpu flag.
2024-02-08 06:50:39 -08:00