Open demostanis opened 2 years ago
Hi, what kind of hardware do you have that does not support glBlitFramebuffer
? In general, Wayfire does not aim to provide compatibility with every device out there, but if your hardware is still common, it might make sense to implement zoom with a shader instead of glBlitFramebuffer
I'm on a Thinkpad x200, common amongst Librebooters
I'm using
zoom
plugin. When zooming on the desktop, Wayfire freezes (I can only move mouse), and the logs get spammed with:From
glxinfo
:Note that on some other window managers such as Xfwm, zooming works fine.
This is because used functions aren't supported on OpenGL < 3.0:
If compatibility for older hardware is a goal, : https://stackoverflow.com/questions/25439137/alternative-for-glblitframebuffer-in-opengl-es-2-0 Otherwise I'll just buy a new computoor I guess.