Skip to content

pvr: Use vk_device's enabled features struct

Jarred Davies requested to merge JarredHDavies/mesa:review/dev_features into main

Avoids duplicating the struct in pvr_device and fixes uninitialized accesses when ppEnabledFeatures was NULL.

Noticed when running valgrind over dEQP.

Merge request reports