summaryrefslogtreecommitdiff
path: root/docs/MESA_swap_control.spec
AgeCommit message (Collapse)AuthorFilesLines
2011-04-10docs: fix typos in Mesa specsNicolas Kaiser1-2/+2
Signed-off-by: Nicolas Kaiser <nikai@nikai.net> Signed-off-by: Brian Paul <brianp@vmware.com>
2010-02-11glx: Fix interval test in glXSwapIntervalMESAIan Romanick1-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.
2003-05-02updates from IanBrian Paul1-6/+21
2003-05-01Ian's buffer swap extensionsBrian Paul1-0/+117