Page MenuHome

Fix T98190: EEVEE: Very slow rendering on Intel HD Graphics 4400
ClosedPublic

Authored by Clément Foucault (fclem) on Sep 2 2022, 12:43 PM.

Details

Summary

This particular GPU driver does not constant fold all the way in order
to discard the unused branches.

To workaround that, we introduce a series of material flag that generates
defines that only keep used branches.

Diff Detail

Repository
rB Blender

Event Timeline

Clément Foucault (fclem) requested review of this revision.Sep 2 2022, 12:43 PM
Clément Foucault (fclem) created this revision.
This revision is now accepted and ready to land.Sep 2 2022, 1:42 PM