Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | docs: fix typos in Mesa specs | Nicolas Kaiser | 2011-04-10 | 1 | -2/+2 |
| | | | | | Signed-off-by: Nicolas Kaiser <[email protected]> Signed-off-by: Brian Paul <[email protected]> | ||||
* | glx: Fix interval test in glXSwapIntervalMESA | Ian Romanick | 2010-02-11 | 1 | -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 Ian | Brian Paul | 2003-05-02 | 1 | -6/+21 |
| | |||||
* | Ian's buffer swap extensions | Brian Paul | 2003-05-01 | 1 | -0/+117 |