Skip to content

freedreno/a6xx: Remove redundant NULL check

Kristian H. Kristensen requested to merge krh/mesa:remove-vbo-null-check into master

This should never happen, and the way build_vbo_state() worked before, we would've hit a NULL-deref in this case. Remove the check.

Merge request reports