Commit Graph

3 Commits

Author SHA1 Message Date
Ian Romanick 68fef18439 glx: Fix interval test in glXSwapIntervalMESA
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.
2010-02-11 15:40:29 -08:00
Brian Paul c784d87b0f updates from Ian 2003-05-02 15:04:20 +00:00
Brian Paul 09b00c5ded Ian's buffer swap extensions 2003-05-01 19:12:23 +00:00