Skip to content

cogl: Add new 'sync-{primitive,frame}' options for COGL_DEBUG

Daniel van Vugt requested to merge vanvugt/mutter:cogl-sync-v2 into master

This allows profilers to trace the callers of whatever is spending the most time on the GPU, and to measure render times more accurately. Previously such information was hidden as it completed in the background (asynchronously) after we call swap buffers.

Edited by Robert Mader

Merge request reports