summaryrefslogtreecommitdiff
path: root/docs/MESA_swap_control.spec
AgeCommit message (Collapse)Author
2010-02-11glx: Fix interval test in glXSwapIntervalMESAIan Romanick
It appears that, in spite of what the spec says, the interval parameter to glXSwapIntervalMESA has been an unsigned int since day-1. This made the 'if (interval < 0)' test useless. The test is removed and the spec is updated to note that the interval is an unsigned value.
2003-05-02updates from IanBrian Paul
2003-05-01Ian's buffer swap extensionsBrian Paul