summaryrefslogtreecommitdiffstats
path: root/docs/MESA_swap_control.spec
Commit message (Collapse)AuthorAgeFilesLines
* docs: fix typos in Mesa specsNicolas Kaiser2011-04-101-2/+2
| | | | | Signed-off-by: Nicolas Kaiser <[email protected]> Signed-off-by: Brian Paul <[email protected]>
* glx: Fix interval test in glXSwapIntervalMESAIan Romanick2010-02-111-5/+2
| | | | | | | | 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.
* updates from IanBrian Paul2003-05-021-6/+21
|
* Ian's buffer swap extensionsBrian Paul2003-05-011-0/+117