Skip to content

anv: implement ICD interface v4

Lionel Landwerlin requested to merge llandwerlin/mesa:review/anv-icd-v4 into master

This effectively breaks the instance dispatch table in 2 with entry points using a physical device as first argument getting their own dispatch table.

As a result we now have to check instance & physical device dispatch table instead of just the instance dispatch table before.

Signed-off-by: Eric Engestrom eric.engestrom@intel.com Signed-off-by: Lionel Landwerlin lionel.g.landwerlin@intel.com

Merge request reports