Skip to content

v3dv: expose more features

Iago Toral requested to merge itoral/mesa:v3dv_expose_more_features into master

These are some features that we already supporting correctly but that we had not exposed yet:

  • independentBlend
  • drawIndirectFirstInstance
  • shaderStorageImageExtendedFormats

CTS has tests for all of these, which I verified we pass.

Merge request reports