Skip to content

Send frame callbacks right after vblank

Ben Widawsky requested to merge fix-callbacks into main

The intent was always to send frame callbacks right after VBlank. It either never worked properly or was broken some time ago.

This is WIP because the render element states need to be saved per output, not singleton.

Merge request reports