Workaround for NVIDIA bug in glXSwapIntervalEXT.

This works around a bug in NVIDIA's implementation of
       glXSwapIntervalEXT, where it ignores updates to what it *thinks* is the
       current value, even though glXQueryDrawable returns a different value.

       Bug reported to NVIDIA and will hopefully be a part of 319.xx.

       Also a fix for invalidly treating glXSwapIntervalEXT as having an int
       return value (it's void).
This commit is contained in:
Sam Lantinga 2013-02-11 17:02:13 -08:00
parent 354604b7bb
commit 8ec12be05a
3 changed files with 18 additions and 8 deletions

0
build-scripts/ltmain.sh Normal file → Executable file
View file