Skip to content

etnaviv: fix dirty bit check for baselod emission

Philipp Zabel requested to merge pH5/mesa:etna-fix-baselod-dirty-check into main

Since baselod is stored in sampler state, not sampler view, we should check the ETNA_DIRTY_SAMPLERS bit instead of ETNA_DIRTY_SAMPLER_VIEWS.

Merge request reports