VSync and Image tearing, missing OpenGL extensions?

Hi,

I am drawing a big image with OpenGL and having trouble with VSync, tearing the image. On my Desktop NVidia, I can handle this signal with GLX_SGI_video_sync extension and setting the swap interval, but I have noticed this is not enabled on Linux4Tegra.

Any idea?

Thank you very much!!

SGI_video_sync is written for GLX which is X window system extension and is not not available for Linux4Tegra. What project are you working on that needs this feature?