Skip to content

virgl: implement support for PIPE_CAP_STRING_MARKER

Gert Wollny requested to merge gerddie/mesa:virgl-cap-emit-string-marker into master

With this command implemented messages emitted by applications via glDebugMessageInsert will be forward to the host (if it supports it).

The host side handling is implemented with virgl/virglrenderer!495 (merged)

Edited by Gert Wollny

Merge request reports