Option “DRI” “3”
in Xorg.confOption “DRI” “3”
in Xorg.conf Option “AccelMethod” “glamor”
in your xorg.conf files for getting better performanceDRI3 enabled
in Xorg.loggdb app_name
break dri3_swap_buffers
will set a breakpoint in dri3_swap_buffersrun
and it should stop at this function. If it doesn't, you're not using DRI3 OR you compiled with –disable-dri3 for VSync. If it's the latter, this is expected and everything should still work.