glx: Fix interval test in glXSwapIntervalMESA
authorIan Romanick <ian.d.romanick@intel.com>
Fri, 5 Feb 2010 00:15:45 +0000 (16:15 -0800)
committerIan Romanick <ian.d.romanick@intel.com>
Thu, 11 Feb 2010 23:40:29 +0000 (15:40 -0800)
commit68fef184390da2fd67acfd99fba0a2dbe4a3b875
treefe0507dbbf9607dcf9bcd7e69dbbd78f795bb781
parent1add5354d0fbfb2d9b6a4a3fd6a39225bcadc098
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.
docs/MESA_swap_control.spec
src/glx/glxcmds.c