Bug #1201
glXSwapIntervalMESA & glXGetSwapIntervalMESA Not present in NVidia GL include file
| Status: | Closed | Start date: | 11/22/2010 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | % Done: | 100%  | 
||
| Category: | OS: GNU/Linux | |||
| Target version: | Version 0.8.0 | 
Description
Those two functions are not present in NVidia GL/glx.h include file
Maybe you should use #ifdef GLX_MESA_swap_control
Regards,
History
#1
    
    
    Updated by kervala almost 8 years ago
    
    - Category set to OS: GNU/Linux
 - Status changed from New to Assigned
 - Assignee set to kervala
 
#2
    
    
    Updated by kervala almost 8 years ago
    
    - Status changed from Assigned to Resolved
 - % Done changed from 0 to 100
 
Applied in changeset r1178.
#3
    
    
    Updated by kervala almost 8 years ago
    
    - Target version set to Version 0.8.0
 
If extension is not specified in a header, it doesn't mean, it's not supported by the card :)
Example: if you have a NVIDIA card and you compile client, you can give your compiled files to another guy which has a card where extension is available and it should work.
So method we used in this case is declaring our functions prototypes and defines.
Thanks for reporting that :)
#4
    
    
    Updated by kervala over 7 years ago
    
    - Status changed from Resolved to Closed