Skip to content

vrend: Don't crash when no feat_dual_src_blend

Lepton Wu requested to merge lepton/virglrenderer:dual_src into master

When there is no feat_dual_src_blend, avoid calling glBindFragDataLocationIndexed. Otherwise epoxy could crash the whole process when this function is not available.

Signed-off-by: Lepton Wu lepton@chromium.org

Merge request reports