Skip to content

glxgears: Make the swap interval configurable

Adam Jackson requested to merge ajax/demos:glxgears-swapinterval into master

As a bonus feature you can set negative values if your driver supports GLX_EXT_swap_control_tear, though heaven help you if your renderer is so slow that that improves things.


I happened to need a testcase for swap-control-tear, and it's mildly useful to run it in not-a-benchmark mode by setting it to 0 I suppose.

Merge request reports