Add automated graphics verification for VDPAU and VA-API
-
Add automated graphics verification for VDPAU:
We use the automated VDPAU check to add an entry in the steam-runtime-system-info report. Also
check-vdpau
has a new option--verbose
that prints additional info about the driver in use. -
Add automated graphics verification for VA-API
Add a check similarly to the VDPAU one that we already have.
-
check-va-api.c: Fix config memory leak
I was debating on a few design choices like how to call this new entry in s-r-s-i (I went with graphics-verification
), or is using --verbose
to print additional info for the helpers good enough? And then, is can_run
a wise choice for this check or was it better can_use
?
/cc @smcv @jpwhiting