This is a simple overlay showing current GPU activity. An asynchronous overlay is used, rendered by the CPU to avoid introducing any extra work on the GPU that we wish to monitor. The x11-overlay backend requires xf86-video-intel 2.21.15 or later, with SNA enabled. As it requires access to debug information, it needs to be run as root.
Petri Latvala
authored
Now that autotools is gone and you always build to a dedicated build directory with meson, we can remove .gitignore files that only had the purpose of ignoring built binaries in the source directories. Signed-off-by:Petri Latvala <petri.latvala@intel.com> Cc: Arkadiusz Hiler <arek@hiler.eu> Reviewed-by:
Arkadiusz Hiler <arek@hiler.eu>