Skip to content

ci: ANGLE traces

David Heidelberg requested to merge dh/mesa:angle_traces into main

ANGLE traces. Another option for testing our GPU drivers.

With ANGLE support, we can replay Android traces with Vulkan on Linux systems.

Beware that ANGLE traces differ a lot from apitrace. See open piglit MR for more information.

  • This MR enables ANGLE only on amd64. Building on aarch64 requires more changes to the build system, and the basic setup cannot be used.
  • First trace (Minetest) runs on radv-raven-traces:amd64
  • I forked the source code of ANGLE so we are able to easily manage traces and patches. This could change in the future.
Edited by David Heidelberg

Merge request reports