Not all users will be affected by this.
But the latest updates to Mesa and GPU stacks produce a regression in XFWM4 that will persist even after rolling back the upgrades.
This causes flickering windows and compositor failures.
To keep using the compositor, I needed to disable its use of vblank and syncing:
xfconf-query -c xfwm4 -p /general/vblank_mode -s "off"
xfconf-query -c xfwm4 -p /general/asyncXSync -s false
xfwm4 --replace &
The above assumes:
xfconf-query -c xfwm4 -p /general/use_compositing -s true
IF:
xfconf-query -c xfwm4 -p /general/use_compositing -s false
then that is sufficient.
I... want my compositor on.